-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YOLOv8 support #177
Comments
it is already supported! |
Oh really? I thought you had to make predictors and detectors for it because YoloV5 is on a different repository. Is there references on how to use v8 that you could share? Thanks! |
Sorry for the delay in responding. We have a YOLOv5 example repository on our OpenCVForUnity GitHub, but that example is not applicable to yolov8 models. |
Examples of Segmentation and Classification models have also been added! |
Tnx it is very useful! |
It seems when using CUDA backend with dnn, the returned bounding boxes are all 0. |
@wimvanhenden-tool This problem seems to have been reported in the opencv repository. |
You can use the onnx models on my repository: https://github.com/namas191297/yolov8-segmentation-end2end-onnxruntime They contain ONNX models for segmentation and bounding boxes for YOLOv8 without the need of any post-processing or YOLOv8 related code |
Hi!
I would like to ask if OpenCVForUnity will support YOLO version 8 and if so, when will the example be shared?
Cheers!
The text was updated successfully, but these errors were encountered: