chengdazhi/Deformable-Convolution-V2-PyTorch
Deformable ConvNets V2 (DCNv2) in PyTorch observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2821
- days_rel: n/a
- days_push: 1384
- n_releases_24m: 0
Adoption not part of the score
1484 stars · 230 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch implementation of Deformable Convolution V2 (DCNv2) custom CUDA operators, ported from the original MXNet implementation. It provides the deformable conv layer used to reproduce results from the Deformable ConvNets v2 paper and has been integrated into mmdetection.
Use cases
- add deformable convolution layers to a PyTorch model
- reproduce DCNv2 results from the paper
- improve object detection accuracy on COCO with deformable convs
- build custom CUDA operators for learnable sampling offsets
- use DCNv2 with mmdetection for detection experiments
When to choose
- you need the exact DCNv2 operator behavior described in the paper, including boundary handling fixes
- you are working with mmdetection and want the deformable conv layer it was upstreamed from
- you need efficient mini-batch deformable convolution on GPU
When to avoid
- you use a recent PyTorch version - the repo targets PyTorch 0.4.1 and 1.0 branches and is no longer actively updated
- you just want DCN in a modern detection framework - use the official mmdetection DCN configs instead
- you need CPU-only deformable convolution - this is a CUDA implementation
Facets
library · maturity maintenance
machine-learning deep-learning computer-vision image-processing deep-learning computer-vision machine-learning python cpp pytorch cuda deformable-convolution object-detection custom-operators mmdetection gpu linux
1 source
- readme: https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch · fetched 2026-08-28 · 1b367d00aec7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chengdazhi/Deformable-Convolution-V2-PyTorch | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="chengdazhi/Deformable-Convolution-V2-PyTorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem