-
Notifications
You must be signed in to change notification settings - Fork 618
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
Add yolov8 to SAHI #833
Add yolov8 to SAHI #833
Conversation
@NguyenTheAn thanks a lot! Can you please reformat your code following the steps in https://github.com/obss/sahi#contributing ? And can you also add some tests in a file named test_yolov8model.py? You can take the yolov5 tests as reference: https://github.com/obss/sahi/blob/main/tests/test_yolov5model.py |
Yes, I will do that |
All tests pass, thank you! One final request: Would you mind adding a demo notebook for yolov8 as https://github.com/obss/sahi/blob/main/demo/inference_for_yolov5.ipynb |
yes, I added it |
Correct me if I'm wrong, but I think that
First, the image is checked with Example notebook: https://nbviewer.org/gist/mayrajeo/033e842b7593e58135c7694944905937 |
Add Yolov8DetectionModel class to infer Yolov8 with SAHI