Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you find our work useful for your research, please cite:

### Usage
#### 1) Prerequisite
1. Install dependencies via `pip3 install -r requirments.txt`.
1. Install dependencies via `pip3 install -r requirements.txt`.
2. Follow [this guide](http://open3d.org/docs/getting_started.html) to install Open3D for point cloud I/O.
3. Build point cloud distance ops by running `make` under `pc_distance`. Make sure the paths in makefile are correct.
3. Download trained models from [Google Drive](https://drive.google.com/open?id=1M_lJN14Ac1RtPtEQxNlCV9e8pom3U6Pa).
Expand Down