Skip to content

Commit

Permalink
Include paper, website information (#177)
Browse files Browse the repository at this point in the history
* [Minor] Update README.md.

* [Minor] Fix precommit errors.

* [Minor] Update precommit config

Co-authored-by: Xiuyu Li <[email protected]>
  • Loading branch information
kentang-mit and Xiuyu-Li authored Oct 17, 2022
1 parent 6719899 commit 66bfbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66bfbc0

Please sign in to comment.