/pytorch-conv2_1d

Pytorch implementation of (2+1)D spatiotemporal convolutions

Primary LanguagePython

Pytorch Conv(2+1)D

Pytorch implementation of (2+1)D spatiotemporal convolutions, as presented in the paper A Closer Look at Spatiotemporal Convolutions for Action Recognition. The API offered by the Conv2_1d module is the same as the built-in Conv3d Pytorch module.

Following the same principles, a (2+1)D transposed convolution module is implemented.