Skip to content

Add SegmentationModel unsupported warning#9632

Merged
glenn-jocher merged 3 commits intomasterfrom
glenn-jocher-patch-2
Sep 28, 2022
Merged

Add SegmentationModel unsupported warning#9632
glenn-jocher merged 3 commits intomasterfrom
glenn-jocher-patch-2

Conversation

@glenn-jocher
Copy link
Copy Markdown
Member

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

May help #9593

Signed-off-by: Glenn Jocher glenn.jocher@ultralytics.com

🛠️ 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. 🖼️👁️

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@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 <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@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