## Test models for OpenCV DNN module * This models come from official repos. You can check information below * extract testspace.zip to testspace directory in my repo * https://github.com/whdlgp/YOLO_inference_test ``` 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 ```