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

While attempting to load a model from the specified path (/home/admin/workspace/projects/python/multi-modal/InternImage/detection/work_dirs/mmdet/instance-seg/cascade_internimage_l_fpn_3x_coco/end2end.onnx), an error occurred: ```bash onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from /home/admin/workspace/projects/python/multi-modal/InternImage/detection/work_dirs/mmdet/instance-seg/cascade_internimage_l_fpn_3x_coco/end2end.onnx failed:Fatal error: mmdeploy:GatherTopk(-1) is...

从train.py上看,似乎是的,想确认下。多谢。

hi. i run image_demo.py with script: !python image_demo.py configs/coco/mask_rcnn_internimage_t_fpn_1x_coco.py checkpoint_dir/det/mask_rcnn_internimage_t_fpn_1x_coco.pth frame0.png but give error : Traceback (most recent call last): File "/content/InternImage/detection/image_demo.py", line 61, in main(args) File "/content/InternImage/detection/image_demo.py", line 38,...

Hi, I noticed that the ann_dir for the Cityscapes train_extra data is called 'refinement_final/train_extra' instead of 'gtCoarse/train_extra' in the [dataset config](https://github.com/OpenGVLab/InternImage/blob/master/segmentation/configs/_base_/datasets/cityscapes_extra.py). As I could not find any information about this,...

> I got following error with custom dataset which has binary mask. Can you help me? > > ValueError: Input and output must have the same number of spatial dimensions,...

Hello, there is a slight difference between the crowdhuman dataset metrics I trained locally and the metrics you displayed. If possible, could you please provide me with your trained model?...

Since I cannot compile C++ in my environment because of the imcompatibility of pakages, I then tried to use DCN with pytorch, but I encounter and error as below: File...

I followed all the tutorials I could find and have defined a custom .py config file and a custom .py dataset config file with classes defined. However, when I try...

Hi Thanks for your pervious guidance, one last query was do i need to count background in total number of classes or its taken care of . E.g my total...