Hi @sahil,
There’s a typo in yolov8n--640x640_quant_hailort_hailo8_1.json.
Delete the comma after "SupportedDeviceTypes": "HAILORT/HAILO8":
"DEVICE": [
{
"DeviceType": "HAILO8",
"RuntimeAgent": "HAILORT",
"SupportedDeviceTypes": "HAILORT/HAILO8",
}
],
On my side, the model is not detected when the json file has an extra comma.
May you see if this fix works?
Additionally, I assume you have multiple models in your zoo_url = '/home/tennibot/hailo_examples/models' path corresponding to
['yolov8n_relu6_coco--640x640_quant_hailort_hailo8_3', 'yolov8n_relu6_coco--640x640_quant_hailort_hailo8l_1']
If this is untrue, then perhaps the issue is elsewhere.