CharlesShang/DCNv2
C++ implementation of deformable convolution operations extended for PyTorch 1.x.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
This repository provides a PyTorch extension implementing Deformable Convolutional Networks v2, originally from Microsoft. It offers CUDA-accelerated deformable convolution and deformable RoI pooling operations written in C++ with Python bindings. The library enables spatial sampling with learned offsets in standard convolution operations, improving model flexibility for tasks like object detection and segmentation.