Skip to content
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

Closed
cspk17 opened this issue Mar 30, 2023 · 8 comments
Closed

c++ demo of yolov8 #16658

cspk17 opened this issue Mar 30, 2023 · 8 comments
Assignees
Labels
category: samples OpenVINO Runtime Samples feature New feature request

Comments

@cspk17
Copy link

cspk17 commented Mar 30, 2023

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?

@andrei-kochin andrei-kochin added the feature New feature request label Mar 31, 2023
@Wovchena
Copy link
Contributor

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.

@avitial avitial added the category: samples OpenVINO Runtime Samples label Apr 28, 2023
@akladiev
Copy link
Collaborator

This issue will be closed in 2 weeks in case of no activity.

@akladiev akladiev added the Stale label May 13, 2023
@avitial
Copy link
Contributor

avitial commented May 19, 2023

Ref. 111485

@ashray21
Copy link

@cspk17
I have sucessfully inferenced yolov8 using c++ in openvino.

@GuancongLuo
Copy link

@cspk17 I have sucessfully inferenced yolov8 using c++ in openvino.

This is good news. Could you share your demo?

@devangaggarwal
Copy link

@ashray21 can you please share your demo?

@ashray21
Copy link

ashray21 commented Sep 18, 2023

@GuancongLuo @devangaggarwal @cspk17 @Wovchena
I have made the repo public. You can check the c++ implementation on https://github.com/codewithAshray/openvino_inference_yolov8

@avitial
Copy link
Contributor

avitial commented Dec 21, 2023

Closing this. Feel free to reopen and ask any questions related to this topic.

@avitial avitial closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: samples OpenVINO Runtime Samples feature New feature request
Projects
None yet
Development

No branches or pull requests

9 participants