forked from PulseFocusPlatform/PulseFocusPlatform
重训练rcnn模型文件
This commit is contained in:
parent
42694c667f
commit
74ee7b3b5d
|
@ -0,0 +1,47 @@
|
||||||
|
mode: paddle
|
||||||
|
draw_threshold: 0.5
|
||||||
|
metric: VOC
|
||||||
|
use_dynamic_shape: true
|
||||||
|
arch: RCNN
|
||||||
|
min_subgraph_size: 40
|
||||||
|
Preprocess:
|
||||||
|
- interp: 2
|
||||||
|
keep_ratio: true
|
||||||
|
target_size:
|
||||||
|
- 800
|
||||||
|
- 1333
|
||||||
|
type: Resize
|
||||||
|
- is_scale: true
|
||||||
|
mean:
|
||||||
|
- 0.485
|
||||||
|
- 0.456
|
||||||
|
- 0.406
|
||||||
|
std:
|
||||||
|
- 0.229
|
||||||
|
- 0.224
|
||||||
|
- 0.225
|
||||||
|
type: NormalizeImage
|
||||||
|
- type: Permute
|
||||||
|
- stride: 32
|
||||||
|
type: PadStride
|
||||||
|
label_list:
|
||||||
|
- aeroplane
|
||||||
|
- bicycle
|
||||||
|
- bird
|
||||||
|
- boat
|
||||||
|
- bottle
|
||||||
|
- bus
|
||||||
|
- car
|
||||||
|
- cat
|
||||||
|
- chair
|
||||||
|
- cow
|
||||||
|
- diningtable
|
||||||
|
- dog
|
||||||
|
- horse
|
||||||
|
- motorbike
|
||||||
|
- person
|
||||||
|
- pottedplant
|
||||||
|
- sheep
|
||||||
|
- sofa
|
||||||
|
- train
|
||||||
|
- tvmonitor
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue