ofeksadlo / AutoLabelImg

Automatically annotate images using your own pre-trained yolo models.
14 stars 0 forks source link

How do I use yolov5 onnx instead of darknet weights for AutoLabelImg? #1

Open fanweiya opened 3 years ago

fanweiya commented 3 years ago

Hi,How do I use yolov5 onnx instead of darknet weights for AutoLabelImg?

ofeksadlo commented 3 years ago

You can't use yolov5 with this utility. Because the opencv-python package doesn't support reading from yolov5 weights.

And quite frankly you should use yolov4. It's currently the best in benchmark with decent inference time. The creator of yolov4 said himself that yolov5 is overrated. And was benchmarked in certain situations only.