yolov5_config.yaml 241 B

1234567891011121314
  1. model:
  2. basic_param:
  3. root_dir: sever_develop
  4. weight_path: model_files
  5. device: 0,1
  6. advanced_param:
  7. input_size:
  8. width: 1920
  9. height: 1080
  10. padding_size:
  11. height: 608
  12. width: 1088
  13. det_thresh: 0.3