Browse Source

priorbox test fix

tags/20200616
nihui 6 years ago
parent
commit
9c0e46b00a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/test_priorbox.cpp

+ 2
- 2
tests/test_priorbox.cpp View File

@@ -38,8 +38,8 @@ static int test_priorbox_caffe()
pd.set(6, 0.2f);// variances[3]
pd.set(7, 1);// flip
pd.set(8, 0);// clip
pd.set(9, 0);// image_width
pd.set(10, 0);// image_height
pd.set(9, -233);// image_width
pd.set(10, -233);// image_height
pd.set(11, -233.f);// step_width
pd.set(12, -233.f);// step_height
pd.set(13, 0.f);// offset


Loading…
Cancel
Save