Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update documentation with correct version of torchsparse and correct ReLeS -> LeReS
sabraha2 authored Jun 28, 2021
1 parent 0f3828f commit ce9770a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LeReS/README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ If you want to reconstruct 3D shape from a single image, please install [torchsp
```bash
#torchsparse currently only supports PyTorch 1.6.0 + CUDA 10.2 + CUDNN 7.6.2.
sudo apt-get install libsparsehash-dev
pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git
pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git@v1.2.0
```


@@ -42,8 +42,8 @@ pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git
* [ResNeXt101 backbone](https://cloudstor.aarnet.edu.au/plus/s/lTIJF4vrvHCAI31)

2. Prepare data.
* Move the downloaded weights to `ReLeS/`
* Put the testing RGB images to `ReLeS/test_images/`. Predicted depths and reconstructed point cloud are saved under `ReLeS/test_images/outputs`
* Move the downloaded weights to `LeReS/`
* Put the testing RGB images to `LeReS/test_images/`. Predicted depths and reconstructed point cloud are saved under `LeReS/test_images/outputs`

3. Test monocular depth prediction. Note that the predicted depths are affine-invariant.

0 comments on commit ce9770a

Please sign in to comment.