We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6719899 commit 66bfbc0Copy full SHA for 66bfbc0
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: mdformat
33
name: (Markdown) Format with mdformat
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v2.19.4
+ rev: v3.0.0
36
hooks:
37
- id: pyupgrade
38
name: (Python) Update syntax for newer versions
README.md
@@ -2,6 +2,8 @@
2
3
TorchSparse is a high-performance neural network library for point cloud processing.
4
5
+### [website](http://torchsparse.mit.edu/) | [paper](https://arxiv.org/abs/2204.10319) | [presentation](https://www.youtube.com/watch?v=IIh4EwmcLUs)
6
+
7
## Installation
8
9
TorchSparse depends on the [Google Sparse Hash](https://github.com/sparsehash/sparsehash) library.
0 commit comments