12345678910111213141516171819202122232425 |
- %YAML:1.0
- ---
- imshow_flag: true
- ivlog_flag: false
- test_video:
- open: true
- video_path: /media/nvidia/Elements-lqx/saveVideoPy/1685957551.1323013.avi
- trackstate: true
- conf_thr: 0.4
- nms_thr : 0.4
- model:
- engine_path: /home/nvidia/liqingxia/model/sign_yolov8m_new_fp16.trt
- camera:
- calibrationstate : false
- calibration_yamlpath : ./yaml/camera_middle_640_360.yaml
- cropstate: true
- crop_height:
- start: 0
- end: 720
- crop_width:
- start: 280
- end: 1000
|