Skip to content

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]>
@glenn-jocher glenn-jocher merged commit 799e3d0 into master Sep 28, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch September 28, 2022 14:43
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