Skip to content

Added and tested yolov8s and yolov8n model#25176

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
cabelo:4.x
Mar 25, 2024
Merged

Added and tested yolov8s and yolov8n model#25176
asmorkalov merged 2 commits intoopencv:4.xfrom
cabelo:4.x

Conversation

@cabelo
Copy link
Copy Markdown
Contributor

@cabelo cabelo commented Mar 6, 2024

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

Below is evidence of the test:
yolos-n

@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Mar 7, 2024

Hi @dkurt,

Thanks for the return message. I made this PR to make it easier for lay users. I receive many emails requesting this.

I made this available because I didn't find ready-made yolov8 models in onnx available for download on the internet anywhere.

@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Mar 17, 2024

Hi @dkurt,

A humble suggestion: Is there any procedure for me to upload the models and obtain a reliable link for you?

@dkurt
Copy link
Copy Markdown
Member

dkurt commented Mar 18, 2024

@cabelo, can you please check that the same sample works with https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8s.onnx and https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8n.onnx ? If so, I recommend to use them instead.

@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Mar 18, 2024

@cabelo, can you please check that the same sample works with https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8s.onnx and https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8n.onnx ? If so, I recommend to use them instead.

I'll do it tonight, thanks for the tip.

@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Mar 19, 2024

Hi @dkurt,
Thanks for the tip and patience, the 2 links were tested ( https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8s.onnx and https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8n.onnx ), below is the evidence image.

opencv

@asmorkalov asmorkalov merged commit 4c86b28 into opencv:4.x Mar 25, 2024
@asmorkalov asmorkalov added this to the 4.10.0 milestone Mar 25, 2024
@asmorkalov asmorkalov mentioned this pull request Apr 1, 2024
klatism pushed a commit to klatism/opencv that referenced this pull request May 17, 2024
Added and tested yolov8s and yolov8n model opencv#25176

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [X] I agree to contribute to the project under Apache 2 License.
- [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [X] The PR is proposed to the proper branch
- [X] There is a reference to the original bug report and related work
- [X] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [X] The feature is well documented and sample code can be built with the project CMake

Below is evidence of the test:
![yolos-n](https://github.com/opencv/opencv/assets/675645/f3bd19ae-85a4-4747-9fa9-f6e31257d2d5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants