Skip to content

Commit

Permalink
More info on nerfvis preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyu committed Jan 15, 2023
1 parent 0986b0d commit b63b5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ For custom datasets we adopt a data format similar to that in NSVF

You should be able to use this dataset directly afterwards. The format will be auto-detected.

To view the data use:
To view the data (and check the scene normalization) use:
`python view_data.py <img_dir>`

You will need nerfvis: `pip install nerfvis`

This should launch a server at localhost:8889


Expand Down
4 changes: 2 additions & 2 deletions opt/configs/custom_alt.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"reso": "[[256, 256, 256], [512, 512, 512]]",
"reso": "[[128, 128, 128], [256, 256, 256], [512, 512, 512]]",
"n_iters": 102400,
"background_nlayers": 64,
"background_reso": 1024,
"cam_scale_factor": 0.95,
"upsamp_every": 51200,
"upsamp_every": 38400,
"lr_sigma": 3e1,
"lr_sh": 1e-2,
"lr_sigma_delay_steps": 35000,
Expand Down

0 comments on commit b63b5dc

Please sign in to comment.