Skip to content

A simple version of Deformable Convolution Network V2

Notifications You must be signed in to change notification settings

yjh0410/PyTorch_DCNv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCNv2

A simple version of Deformable Convolution Network V2

This project inherits from https://github.com/developer0hye/PyTorch-Deformable-Convolution-v2. I also referred the official DCNv2 project.

You don't have to worry about how to install DCNv2 anymore, you just need to from DCN.dcnv2 import DeformableConv2d as DCN to use DCNv2.

It is very easy and convenient.

Requirement

This project has passed the test of Torch >= 1.9.1 and Torchvision >= 0.10.1.

About

A simple version of Deformable Convolution Network V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages