Skip to content

Commit c995b09

Browse files
l-batmshabunin
authored andcommitted
Add testdata for PriorBox layer (Merge pull request #649)
* Add testdata for PriorBox layer * Change proto
1 parent fe58ad5 commit c995b09

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: "prior_box"
2+
input: "data"
3+
input_shape {
4+
dim: 1
5+
dim: 3
6+
dim: 10
7+
dim: 10
8+
}
9+
10+
input: "shape"
11+
input_shape {
12+
dim: 1
13+
dim: 2
14+
dim: 3
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+
variance: 0.1
34+
variance: 0.2
35+
variance: 0.2
36+
}
37+
}
3.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)