facebookresearch / facebookresearch/detectron2
Plot semantic segmentation multi-class masks on RGB image
- Dominant language
- Python
- Stars
- 34.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
I tried using the Visualizer module to plot my predicted segmentation masks (binary channels) on an RGB image, but it seems to require some kind of detectron2 specific representation.
What's the easiest way to plot the segmentation mask overlays if I don't use the detectron2 pipeline for the actual segmentation?
Contributor guide
Research direction
Start with the Visualizer module mentioned in the issue and inspect how it accepts segmentation masks and RGB images. Reproduce the reported mismatch using binary-channel, multi-class masks outside the detectron2 pipeline. Done means the supported path for plotting the mask overlays is clear or the requested support is implemented and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision, data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100