yolov5_config_pet.json 537 B

123456789101112131415161718
  1. {
  2. "property": {
  3. "model_type": "yolov5",
  4. "ezb_model_path": "/platform/ax/model/custom_yolov5_pet.ezb",
  5. "ezb_bin_path": "/platform/ax/model/custom_yolov5_pet.bin",
  6. "yolo_anchor": [10,13,16,30,33,23,30,61,62,45,59,119,116,90,156,198,373,326],
  7. "label": ["dog", "cat"],
  8. "output_blob_names": ["/model.24/m.0/Conv","/model.24/m.1/Conv","/model.24/m.2/Conv"],
  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. }