InternImage
InternImage copied to clipboard
[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
Hello! I'm attempting to build an onnx for segmentation inference, and I noticed there's a export.py for the classification folder, but not for segmentation folder... Is this a possibility in...
Hello, We are developing a free open-source library [autoannotator](https://github.com/CatsWhoTrain/autoannotator) for automatic image annotation that includes human detection tasks. We kindly request you to provide us with the weights used during...
Is DCNV3 supported on Windows?
First, I successfully compiled DCNv3, but an error occurred when I performed inference and training! The following is the error that occurs. File "D:\project(yolo)\_DCNv3\functions\dcnv3_func.py", line 39, in forward output =...
The paper says the algorithm has been trained with 8 A100 GPUs. I am having two instances, each equipped with 4 A100s instead of one GPU instance with 8 A100...
Adding multi-node to the training process
@whai362 请问可以发一下预训练模型的下载链接吗?Huggingface访问不了。。
My development environment is **single gpu A6000 48GB** CUDA 11.6 cuDNN 8.2.4 python 3.7.16 torch 1.12.0 torch-geometric 1.7.2 torchaudio 0.12.0 torchvision 0.13.0 I have a problem occurred during training as...
Is there a way to extract the heatmap based on the feature map from image_demo.py? I want to visualize the generated heatmap by overlapping it on the original image. From...
请问有人用过python-pytorch版本DCNv3吗?效果怎么样呢