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

Add SegmentationModel unsupported warning #9632

Merged
merged 3 commits into from
Sep 28, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 28, 2022

May help #9593

Signed-off-by: Glenn Jocher [email protected]

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced Ultralytics YOLOv5 with new SegmentationModel support.

πŸ“Š Key Changes

  • Added SegmentationModel import to the YOLO framework.
  • Included new conditional checks to handle SegmentationModel during model creation.

🎯 Purpose & Impact

  • Purpose: To incorporate segmentation capabilities into the YOLOv5 model suite, allowing for more diverse image analysis tasks beyond object detection and classification.
  • Impact: Users can now leverage SegmentationModel within YOLOv5 for tasks like image segmentation, enhancing the toolkit's versatility for projects requiring pixel-level analysis. This change potentially broadens the use cases for YOLOv5, opening up new possibilities for developers and researchers in the field of computer vision. πŸ–ΌοΈπŸ‘οΈ

@glenn-jocher glenn-jocher linked an issue Sep 28, 2022 that may be closed by this pull request
1 task
Signed-off-by: Glenn Jocher <[email protected]>
Signed-off-by: Glenn Jocher <[email protected]>
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.

model = torch.hub.load('ultralytics/yolov5', 'yolov5s-seg')
1 participant