OpenGVLab / InternImage

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

Update intern_image.py #283

Open SajjadPSavoji opened 6 months ago

SajjadPSavoji commented 6 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.