yolov8_config_fire.json 474 B

123456789101112131415161718
  1. {
  2. "property": {
  3. "model_type": "yolov8",
  4. "ezb_model_path": "/platform/ax/model/custom_yolov8_fire.ezb",
  5. "ezb_bin_path": "/platform/ax/model/custom_yolov8_fire.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.5,
  16. "nms_iou_threshold": 0.6
  17. }
  18. }