InternImage icon indicating copy to clipboard operation
InternImage copied to clipboard

[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions

Results 132 InternImage issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/OpenGVLab/InternImage/assets/29516566/cf7bd458-66f3-4adf-8ed2-97cb20f76c80) ![image](https://github.com/OpenGVLab/InternImage/assets/29516566/90f0671e-c5b9-450a-a2df-7e69dfa6b80b) +---------------------+-------+-------+ | Class | IoU | Acc | +---------------------+-------+-------+ | wall | 68.17 | 81.09 | | building | 76.2 | 88.6 | | sky | 92.72 |...

I trained on other dataset,and trained successfully.However,there are some bug when evaluating: Traceback (most recent call last): File "./train.py", line 247, in main() File "./train.py", line 237, in main train_detector(model,...

Hi, Nice work! Can you provide the whl file for pytorch-1.13.0? Thanks!

hi,I am using mask_rcnn_internimage_t_fpn_3x_coco.pth model for detection.The following config is for detection and segmentation How can I change the config file for detection only without segmentation, thank you !

Hi, Thanks for the amazing work! I'm trying to train on custom dataset but seems like the classification code is specifically designed for Imagenet only. Is there a sample code...

Whenever I try to train the model I get the following error: First, my environment: NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 NAME="Ubuntu" VERSION="20.04.5 LTS (Focal Fossa)" PYTORCH= 1.14.0a0+44dac51...

error: too few arguments for template template parameter "Tuple". detected during instantiation of class "pybind11::detail::tuple_caster [with Tuple=std::pair, Ts=]"

Hi, I instance segmentation training scripts ready?

Hello, I am trying to export the cascade_internimage_xl_fpn_3x_coco.pth and run the onnx engine with tensorrt in C++ but I am failing. I did all the steps in the detection readme....