DB icon indicating copy to clipboard operation
DB copied to clipboard

想使用torch自带的dcn,代替代码中的DCN编译算子,请问大家如何下手?还是建议不修改

Open stealth0414 opened this issue 3 years ago • 1 comments

感觉每次在新环境中编译DCN算子时会担心编译失败

stealth0414 avatar Apr 23 '23 13:04 stealth0414

instead of dcn you can use torchvision.ops.DeformConv2d https://pytorch.org/vision/main/generated/torchvision.ops.DeformConv2d.html

HoVDuc avatar May 08 '23 03:05 HoVDuc