sign_config.yaml 498 B

12345678910111213141516171819202122232425
  1. %YAML:1.0
  2. ---
  3. imshow_flag: true
  4. ivlog_flag: false
  5. test_video:
  6. open: true
  7. video_path: /media/nvidia/Elements-lqx/saveVideoPy/1685957551.1323013.avi
  8. trackstate: true
  9. conf_thr: 0.4
  10. nms_thr : 0.4
  11. model:
  12. engine_path: /home/nvidia/liqingxia/model/sign_yolov8m_new_fp16.trt
  13. camera:
  14. calibrationstate : false
  15. calibration_yamlpath : ./yaml/camera_middle_640_360.yaml
  16. cropstate: true
  17. crop_height:
  18. start: 0
  19. end: 720
  20. crop_width:
  21. start: 280
  22. end: 1000