OpenGVLab / InternImage

[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
https://arxiv.org/abs/2211.05778
MIT License
2.52k stars 233 forks source link

Update intern_image.py #283

Open SajjadPSavoji opened 8 months ago

SajjadPSavoji commented 8 months ago

add frozen_stages kwarg to InternImage backbone. It will make it consistent with other MMDetection backbones and allows for easier fine-tuning for downstream tasks.