Overview of Mask DINO
mainMask DINO is a unified transformer-based framework designed for object detection, panoptic segmentation, instance segmentation, and semantic segmentation. It achieves task and data cooperation between detection and segmentation tasks, providing state-of-the-art performance across multiple benchmarks.
Key features include:
- A unified architecture for all major segmentation and detection tasks.
- Support for major datasets: COCO, ADE20K, and Cityscapes.
- High performance: Achieves competitive results on COCO (instance and panoptic) and ADE20K (semantic) leaderboards.
The implementation is based on detectron2 and is also available via the detrex toolbox.