PulseFocusPlatform/inference_model/faster_rcnn/infer_cfg.yml

48 lines
541 B
YAML

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