Skip to content

mrybok/DConv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

⛰️ Depth-aware Convolution for PyTorch

An implementation of depth-aware convolution in PyTorch from: Depth-aware CNN for RGB-D Segmentation. The convolution is entirely implemented with PyTorch components, it was not written as a C extension, so it's not the fastest.

Useful sources on convolutions: