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

Feature: yolov8 support #324

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jlcsilva
Copy link

@jlcsilva jlcsilva commented Feb 19, 2024

Adds support for YOLOv8 models trained on Ultralytics. In particular, uses a YOLOv8 nano, and a YOLOv8 small, whose inference is up to 3 times faster, and whose performance is slightly superior, according to benchmarks on DocLayNet using pycocotools:

  • YOLOX: mAP: 0.580, mAP@50: 0.768
  • YOLOv8 Small: mAP: 0.643, mAP@50: 0.771

@Matheus-Garbelini
Copy link

Any update on this? This yolov8 is a game changer. It would be great to have this officially supported in unstructured inference repository.

@cragwolfe
Copy link
Contributor

The license for yolov8 appears to not be commercial-friendly, which conflicts the commercial-friendly licensing of this project.

@Matheus-Garbelini
Copy link

@cragwolfe I see thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants