diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efcd2ed..48243bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: mdformat name: (Markdown) Format with mdformat - repo: https://github.com/asottile/pyupgrade - rev: v2.19.4 + rev: v3.0.0 hooks: - id: pyupgrade name: (Python) Update syntax for newer versions diff --git a/README.md b/README.md index 0374f54..ce6b46c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ TorchSparse is a high-performance neural network library for point cloud processing. +### [website](http://torchsparse.mit.edu/) | [paper](https://arxiv.org/abs/2204.10319) | [presentation](https://www.youtube.com/watch?v=IIh4EwmcLUs) + ## Installation TorchSparse depends on the [Google Sparse Hash](https://github.com/sparsehash/sparsehash) library.