adrianosantospb / yolov5_ultralytics_to_darnet_format

13 stars 4 forks source link

Inference using opencv dnn 'readfromdarknet' #5

Open AjmalShahbaz opened 9 months ago

AjmalShahbaz commented 9 months ago

Hi, Have you tried running .cfg and .weight file in opencv dnn? it seems .cfg file does not translate into actual yolov5 configuration and .weight file is not binary. It would be nice if you could upload an example code to run these files.