├── README.md ├── equi_conv.py ├── equirectangular_convolution.png └── test.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palver7/EquiConvPytorch/HEAD/README.md -------------------------------------------------------------------------------- /equi_conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palver7/EquiConvPytorch/HEAD/equi_conv.py -------------------------------------------------------------------------------- /equirectangular_convolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palver7/EquiConvPytorch/HEAD/equirectangular_convolution.png -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palver7/EquiConvPytorch/HEAD/test.py --------------------------------------------------------------------------------