We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe58ad5 commit c995b09Copy full SHA for c995b09
testdata/dnn/layers/prior_box.prototxt
@@ -0,0 +1,37 @@
1
+name: "prior_box"
2
+input: "data"
3
+input_shape {
4
+ dim: 1
5
+ dim: 3
6
+ dim: 10
7
8
+}
9
+
10
+input: "shape"
11
12
13
+ dim: 2
14
15
+ dim: 4
16
17
18
+layer {
19
+ name: "priorbox"
20
+ type: "PriorBox"
21
+ bottom: "shape"
22
+ bottom: "data"
23
+ top: "priorbox"
24
+ prior_box_param {
25
+ min_size: 2.0
26
+ min_size: 3.0
27
+ max_size: 6.0
28
+ max_size: 7.0
29
+ aspect_ratio: 2
30
+ flip: true
31
+ clip: false
32
+ variance: 0.1
33
34
+ variance: 0.2
35
36
+ }
37
testdata/dnn/layers/priorbox_output.npy
3.13 KB
0 commit comments