[pypi-image]: https://badge.fury.io/py/torch-spline-conv.svg [pypi-url]: https://pypi.python.org/pypi/torch-spline-conv [build-image]: https://travis-ci.org/rusty1s/pytorch_spline_conv.svg?branch=master [build-url]: https://travis-ci.org/rusty1s/pytorch_spline_conv [coverage-image]: https://codecov.io/gh/rusty1s/pytorch_spline_conv/branch/master/graph/badge.svg [coverage-url]: https://codecov.io/github/rusty1s/pytorch_spline_conv?branch=master # PyTorch Spline-Based Convolution Operator of SplineCNN [![PyPI Version][pypi-image]][pypi-url] [![Build Status][build-image]][build-url] [![Code Coverage][coverage-image]][coverage-url] -------------------------------------------------------------------------------- ## Cite Please cite our paper if you use this code in your own work: ``` @inproceedings{Fey/etal/2018, title={{SplineCNN}: Fast Geometric Deep Learning with Continuous {B}-Spline Kernels}, author={Fey, Matthias and Lenssen, Jan Eric and Weichert, Frank and M{\"u}ller, Heinrich}, booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)} year={2018}, } ```