1234567891011121314151617181920212223242526 |
- mode: paddle
- draw_threshold: 0.1
- metric: COCO
- use_dynamic_shape: false
- arch: YOLO
- min_subgraph_size: 3
- Preprocess:
- - interp: 2
- keep_ratio: false
- target_size:
- - 608
- - 608
- type: Resize
- - is_scale: true
- mean:
- - 0.485
- - 0.456
- - 0.406
- std:
- - 0.229
- - 0.224
- - 0.225
- type: NormalizeImage
- - type: Permute
- label_list:
- - stamp
|