Guide to using the DFC to convert a modified YoloV11 on Google Colab

Hello, you can find all of the software downloads here after you’ve signed in:

https://hailo.ai/developer-zone/software-downloads/

@ kasun.thushara.1800

Thanks for your notebooks! It is really helpful will also work for yolov8s model?

Also how did you know what to put in the nms layer json? or which layers to put in the quantization script?

it will work for that. You need to verify the endpoints. You can use netron app to check the endpoints. and for nms json use this

can i use opset version as 14?

@trieut415 When trying to run inference I got:

Condition 'input_tensor->shape()[ 1 ] == 4 + m_OutputNumClasses' is not met: input_tensor->shape()[ 1 ] is 1, 4 + m_OutputNumClasses is 6

I strugling on it..waste already a lot of time.