forked from PulseFocusPlatform/PulseFocusPlatform
28 lines
326 B
YAML
28 lines
326 B
YAML
mode: fluid
|
|
draw_threshold: 0.5
|
|
metric: VOC
|
|
arch: YOLO
|
|
min_subgraph_size: 3
|
|
Preprocess:
|
|
- interp: 2
|
|
keep_ratio: false
|
|
target_size:
|
|
- 640
|
|
- 640
|
|
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:
|
|
- flv
|
|
- gx
|
|
- mbw
|