chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.44k stars 229 forks source link

Question about DCNv1 v2 on resnet #82

Closed Fyzjym closed 2 years ago

Fyzjym commented 2 years ago

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 network). Thank you for reading and look forward to your reply.

/opt/conda/conda-bld/pytorch_1591914895884/work/aten/src/ATen/native/BinaryOps.cpp:81: UserWarning: Integer division of tensors using div or / is deprecated, and in a future release div will perform true division as in Python 3. Use true_divide or floor_divide (// in Python) instead.

SenjyogaharaHitagi commented 2 years ago

你好,请问你实现了吗?最近我也在做这个相关