Hello,
I am using the run_od.sh script in order to see the inference time it takes on the tidl node. I trained yolov5, using edgeai yolov5 repository, using the medium weights, because small weights after quantization has very bad results. I am using 16 bit, because 8 bit also affects the accuracy of the model a lot. Then I took the bin files and put them on the hardware, unfortunately on the hardware the minimum time it takes is 200 ms, which is not acceptable. I tried many different approaches, also trying to keep some layers 16, and tried int8 quantization, but still the accuracy is very bad. I am not sure what to do. I would appreciate your help on this.
Thanks