yolo_config.json 426 B

123456789101112131415161718
  1. {
  2. "property": {
  3. "model_type": "yolov5",
  4. "ezb_model_path": "/share/model.ezb",
  5. "ezb_bin_path": "/share/model.bin",
  6. "yolo_anchor": [],
  7. "label": ["fire"],
  8. "output_blob_names": ["/model.22/Concat", "/model.22/Concat_1", "/model.22/Concat_2"],
  9. "need_nu_freq": true,
  10. "freq_nu": 700,
  11. "need_vu_freq": true,
  12. "freq_vu": 700
  13. },
  14. "class_attrs_all": {
  15. "pre_cluster_threshold": 0.25,
  16. "nms_iou_threshold": 0.45
  17. }
  18. }