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

Load yolov8 network into burn-rs #675

Open
3 of 4 tasks
Luni-4 opened this issue Aug 22, 2023 · 2 comments
Open
3 of 4 tasks

Load yolov8 network into burn-rs #675

Luni-4 opened this issue Aug 22, 2023 · 2 comments
Labels

Comments

@Luni-4
Copy link
Collaborator

Luni-4 commented Aug 22, 2023

Ultralytics YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.

yolov8n.zip contains ONNX model

yolov8n onnx

Missing operators:

  • Gather
  • Resize
  • Reshape
  • Split
@antimora
Copy link
Collaborator

I am working on a refactor or clean up of ONNX data. After I'll be working on Gather. Reshape should be already available. I checked in ONNX test for it.

@Luni-4
Copy link
Collaborator Author

Luni-4 commented Aug 23, 2023

Thank you @antimora! Yep, you're right, Reshape is already implemented

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

No branches or pull requests

2 participants