Deformable-Convolution-V2-PyTorch icon indicating copy to clipboard operation
Deformable-Convolution-V2-PyTorch copied to clipboard

Deformable ConvNets V2 (DCNv2) in PyTorch

Results 64 Deformable-Convolution-V2-PyTorch issues
Sort by recently updated
recently updated
newest added

**Environment:** - python 3.6 - torch 1.0 Error occurs as follows when the **batch_size** is 128 or 192 or 256. But when `batch_size = 64` is ok. ``` File "/home/gzh/SoftWare/tf1.4/anaconda2/envs/python36/lib/python3.6/site-packages/DCN-1.0-py3.6-linux-x86_64.egg/modules/deform_conv.py",...

torch: 1.9.0+cu111 python version:3.9 --------------------- When I run the "python build.py",the Error is "TypeError: dist must be a Distribution instance". How to solve it? I have change the version of...

I try the "pytorch1.0.0" version but found that it is not compatible with PyTorch 1.8. Is there any solution for Deformable Conv in PyTorch 1.8? I want to try it...

RuntimeError: Error compiling objects for extension why i take this problem what's the Version of pytorch,cuda

Hello. I encountered a problem when establishing the DCN-V2 environment. After running this command in sh make.sh, it reported this error `/bin/sh: 1: :/usr/local/cuda/bin/nvcc: not found`, but I found this...

Hi ! Excellent work on making this implementation of Deformable Convolution. When I used DCN to replace some of my backbone conv to train an network for object tracking problem,...

When I run DCN on EDVR, I meet the problem as follows: ![image](https://user-images.githubusercontent.com/32930789/97865825-c6314a00-1d45-11eb-85dc-70027b244df7.png)

hi, I want to add DCNv1 and DCNv2 to resnet50, but an error occurred during the training process. Are there any examples of successfully joining dcn (for example, image classification...

hello,is it useful to use dcn on 1x1conv?

Hello, Is it possible to create a deformed convolutional layer that runs without Cuda ? Time computation is not an issue. Kind Regards, Rosana