-
Notifications
You must be signed in to change notification settings - Fork 95
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
yolov8 instance segmentation #160
Comments
I think the inference model should be easy, but the training method may not. As they have made it rather convient for using, I'm rather lazy porting that, lol. |
Thanks for the quick response. Can you please show how it can be inferred using Keras? |
Just uploaded a testing one temp adding YOLOV8_N_SEG. But segmentation decoding process still missing. from keras_cv_attention_models import yolov8
mm = yolov8.YOLOV8_N_SEG() |
Ok, YOLOV8 segmentation models uploaded yolov8#segmentation-models, but inference only. |
Thank you so much for your help. |
Thanks for implementing these amazing models! I wonder if there's any implementation for yolov8 instance segmentation. It would be a nice addition if the repo doesn't have it.
Thanks once again.
The text was updated successfully, but these errors were encountered: