Skip to content

Commit

Permalink
Update pycaffe_测试.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewenwan authored Aug 18, 2020
1 parent 9823ca0 commit 26e2109
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion darknect/caffe/pycaffe_测试.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@


# 测试单层
```
# test_east
input: "_tadd_blob137"
input_shape {
dim: 1
dim: 8
dim: 128
dim: 128
}
input: "sigmoid_blob138"
input_shape {
dim: 1
dim: 1
dim: 128
dim: 128
}
layer {
name: "east_out"
type: "EastOutput"
bottom: "_tadd_blob137"
bottom: "sigmoid_blob138"
top: "output"
east_out_param {
stride: 4
score_thre: 0.8
nms_thre: 0.01
nms_method: 2
}
}
```
```py

#!/usr/bin/env python
Expand Down

0 comments on commit 26e2109

Please sign in to comment.