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

yolov8 instance segmentation #160

Open
sak-codes opened this issue Apr 11, 2024 · 5 comments
Open

yolov8 instance segmentation #160

sak-codes opened this issue Apr 11, 2024 · 5 comments

Comments

@sak-codes
Copy link

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.

@leondgarse
Copy link
Owner

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.

@sak-codes
Copy link
Author

Thanks for the quick response. Can you please show how it can be inferred using Keras?
Thank you.

@leondgarse
Copy link
Owner

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()

@leondgarse
Copy link
Owner

Ok, YOLOV8 segmentation models uploaded yolov8#segmentation-models, but inference only.

@sak-codes
Copy link
Author

Thank you so much for your help.

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

No branches or pull requests

2 participants