Skip to content

Commit

Permalink
readme to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samleo8 committed Dec 16, 2022
1 parent c3de1f0 commit ae63b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ To then view the mesh in Python,
./scripts/view_3d.sh [EXP_NAME [SCAN_NUMBER [CUDA_VISIBLE_DEVICES]]]
```
Note that the view script also generates a HTML file that can be opened in a browser to view the mesh. It will be saved in `./logs/render_<EXP_NAME>/3d_mesh/mesh_colored_<SCAN_NUMBER>.obj`
For example, to 3d construct the pretrained model for `train_DTU_2L_32H` on pose 10 (choose from 0-51 inclusive) of scan 23, with CUDA device 2, and then view it, you would run
```bash
Expand Down

0 comments on commit ae63b79

Please sign in to comment.