Overview of InternImage Vision Foundation Models
masterInternImage is a large-scale vision foundation model based on Convolutional Neural Networks (CNN). Unlike Transformer-based networks, it utilizes DCNv3 (Deformable Convolution v3) as its core operator, providing a dynamic effective receptive field and adaptive spatial aggregation suitable for downstream tasks like detection and segmentation.
Key Capabilities:
- Supports various downstream tasks including classification, object detection, and semantic segmentation.
- Supports autonomous driving perception (e.g., BEVFormer series).
- Supports low-cost training via DeepSpeed.
- Supports TensorRT inference for classification, detection, and segmentation.
- Provides model intermediate feature extraction via
classification/extract_feature.py.