Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Test models for OpenCV DNN module

YOLO v4, CSP(Scaled YOLO v4) (Darknet)
https://github.com/AlexeyAB/darknet/releases/tag/yolov4

YOLO v5 (ONNX)
https://github.com/ultralytics/yolov5/releases/tag/v7.0

YOLO v6 (ONNX)
https://github.com/meituan/YOLOv6/releases/tag/0.3.0

YOLO v7 (Darknet)
https://github.com/AlexeyAB/darknet/issues/8595

YOLO v8 (ONNX, need convert)
https://huggingface.co/Ultralytics/YOLOv8
colab (Official)
https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb

YOLO v9 (ONNX, need convert)
https://github.com/WongKinYiu/yolov9
colab (I made for converting)
https://gist.github.com/whdlgp/bec49d62ddc72c9464817365c4cc7fbc

YOLOv10 (ONNX, need custom model, need convert)
https://github.com/THU-MIG/yolov10
Above not work for OpenCV 4.10.0. You need special version, https://docs.opencv.org/4.x/da/d9d/tutorial_dnn_yolo.html
colab (I made for converting from OpenCV's YOLOv10 custom version)
https://gist.github.com/whdlgp/f69b0c40728a2d75f564cb0d37715993
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .