123456789101112131415161718 |
- {
- "property": {
- "model_type": "yolov5",
- "ezb_model_path": "/share/model.ezb",
- "ezb_bin_path": "/share/model.bin",
- "yolo_anchor": [],
- "label": ["fire"],
- "output_blob_names": ["/model.22/Concat", "/model.22/Concat_1", "/model.22/Concat_2"],
- "need_nu_freq": true,
- "freq_nu": 700,
- "need_vu_freq": true,
- "freq_vu": 700
- },
- "class_attrs_all": {
- "pre_cluster_threshold": 0.25,
- "nms_iou_threshold": 0.45
- }
- }
|