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

InternImage block for input 3D #314

Open faizan1234567 opened 1 month ago

faizan1234567 commented 1 month ago

Hi, thanks for the amazing work. My application uses 3D image dataset, I want to use DCNv4 layer block. However, the current implementation supports 2D input, how can we customize to 3D? Any suggestions or relevant info? thanks in advance.