重训练rcnn模型文件

This commit is contained in:
p73692015 2022-06-10 22:52:08 +08:00
parent 42694c667f
commit 74ee7b3b5d
4 changed files with 47 additions and 0 deletions

View File

@ -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.