Skip to content

Commit

Permalink
[major] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipsora committed Dec 7, 2023
1 parent e21771b commit 30067f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Minuet is a library that efficiently implements sparse
convolutions for point clouds on GPUs.

### [Docs](https://uoft-ecosystem.github.io/Minuet) | [Papers (PDF)](https://www.cs.toronto.edu/~jcyang/minuet.pdf)

## Introduction

Sparse Convolution (SC) is widely used for processing 3D point clouds that are
Expand Down Expand Up @@ -38,11 +40,6 @@ pip3 install "torch~=2.1" "packaging~=23.2"
CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) pip3 install .
```

## Documentation

The API docs are published [here](https://uoft-ecosystem.github.io/Minuet).
More detailed documentations are still working in process. Please stay tuned.

## License

Please refer to the [LICENSE](LICENSE) file.

0 comments on commit 30067f6

Please sign in to comment.