from deformable_conv_3d import deform_conv3d
image = torch.rand(1, 16, 64, 64, 64)
def_conv3 = deform_conv3d(in_c=16, out_c=32, kernel_size=(3,3,3))
result = def_conv3(image)
forked from momenator/deform_conv
-
Notifications
You must be signed in to change notification settings - Fork 0
Pytorch implementation of 2D and 3D deformable convolution specified in https://arxiv.org/abs/1703.06211.
License
liuqinghao2018/deform_conv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Pytorch implementation of 2D and 3D deformable convolution specified in https://arxiv.org/abs/1703.06211.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 68.4%
- Jupyter Notebook 31.6%