Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 461 Bytes

pytorch-dcnv2

PyTorch Deformable Convolutional Networks v2 (no compile required)

This is developed for use with FairMOT inference.

Referenced PyTorch-Deformable-Convolution-v2 for the use of torchvision.ops.deform_conv2d.

Referenced DCNv2 for the class constructor signature.