Add smoking detection Paddle model with LFS for large parameters
This commit is contained in:
26
models/smoking_detection_paddle/infer_cfg.yml
Normal file
26
models/smoking_detection_paddle/infer_cfg.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
mode: paddle
|
||||
draw_threshold: 0.5
|
||||
metric: COCO
|
||||
use_dynamic_shape: false
|
||||
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:
|
||||
- cigarette
|
||||
Reference in New Issue
Block a user