Skip to content

Commit

Permalink
Use verbose build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyu committed Jan 15, 2023
1 parent 078a6fa commit b11fa43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Since CUDA 11, CUB is shipped with the toolkit and installing this may lead to b

To install the main library, simply run
```
pip install .
pip install -e . --verbose
```
In the repo root directory.

Expand All @@ -80,7 +80,7 @@ https://drive.google.com/file/d/1PG-KllCv4vSRPO7n5lpBjyTjlUyT8Nag/view?usp=shari
**Note: we currently do not support the instant-ngp format data (since the project was released before NGP). Using it will trigger the nerf-synthetic (Blender) data loader
due to similarity, but will not train properly. For real data we use the NSVF format.**

To help convert instant-ngp data, please try
To convert instant-ngp data, please try our script
```
cd opt/scripts
python ingp2nsvf.py <ingp_data_dir> <output_data_dir>
Expand Down

0 comments on commit b11fa43

Please sign in to comment.