YOLOv8WithOpenCVForUnityExample icon indicating copy to clipboard operation
YOLOv8WithOpenCVForUnityExample copied to clipboard

An example of using OpenCV dnn module with YOLOv8. (ObjectDetection, Segmentation, Classification, PoseEstimation)

Results 8 YOLOv8WithOpenCVForUnityExample issues
Sort by recently updated
recently updated
newest added

I imported both OpenCV and the Yolo package in Unity, didnt get any errors which was amazing. I tried to run the scenes in the folder **_"YOLOv8WithOpenCVForUnityExample"_** but all of...

I am running the multiobjectracking scene and I replaced the video from the default "768x576_mjpeg.mjpeg" to my video which is called "1.mp4". At the end of the video, the video...

After following steps for setting up project. every thing just looks fine, but when I try to run it, error happened: dnn::readNet_12() : OpenCV(4.10.0-dev) C:\Users\satoo\Desktop\opencv\modules\dnn\src\onnx\onnx_importer.cpp:277: error: (-5:Bad argument) Can't read...

YOLO is light years ahead of Mediapipe -- extremely robust. This model does track the nose, eyes, and ears -- is there another model or a way to get it...

When I train a model and test it in Python it works, if I then use the same .onnx file in Unity it does not detect the objects.

Is there a possibility to target Ai chip on phones with opencv?

Hey! Thanks for this great example. It even works with YOLOv11, which is fantastic. I have a few questions regarding use in mobile AR: 1. Is it possible to use...