-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
c++ demo of yolov8 #16658
Comments
There's no yolov8 demo. There is an intention to introduce a model wrapper for ModelAPI: openvinotoolkit/model_api#28, but I don't think it will happen soon. And there is little certainty about adding the demo to open_model_zoo. |
This issue will be closed in 2 weeks in case of no activity. |
Ref. 111485 |
@cspk17 |
This is good news. Could you share your demo? |
@ashray21 can you please share your demo? |
@GuancongLuo @devangaggarwal @cspk17 @Wovchena |
Closing this. Feel free to reopen and ask any questions related to this topic. |
I found that there is a python notebook related to yolov8 inference and quantization.
But, there is no C++ demo of yolov8 inference.
I know the ultralytics repository provides a C++ demo but it uses OpencvDNN not Openvino.
Can you provide a C++ demo of yolov8?
The text was updated successfully, but these errors were encountered: