Skip to content

Commit 66bfbc0

Browse files
Include paper, website information (#177)
* [Minor] Update README.md. * [Minor] Fix precommit errors. * [Minor] Update precommit config Co-authored-by: Xiuyu Li <xl289@cornell.edu>
1 parent 6719899 commit 66bfbc0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: mdformat
3333
name: (Markdown) Format with mdformat
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.19.4
35+
rev: v3.0.0
3636
hooks:
3737
- id: pyupgrade
3838
name: (Python) Update syntax for newer versions

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
TorchSparse is a high-performance neural network library for point cloud processing.
44

5+
### [website](http://torchsparse.mit.edu/) | [paper](https://arxiv.org/abs/2204.10319) | [presentation](https://www.youtube.com/watch?v=IIh4EwmcLUs)
6+
57
## Installation
68

79
TorchSparse depends on the [Google Sparse Hash](https://github.com/sparsehash/sparsehash) library.

0 commit comments

Comments
 (0)