update readme
This commit is contained in:
parent
a26a4b94ce
commit
71ac246302
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
Codebase for paper:
|
Codebase for paper:
|
||||||
* Work with 360 capture of large-scale unbounded scenes.
|
* Work with 360 capture of large-scale unbounded scenes.
|
||||||
* Support multi-gpu training and inference.
|
* Support multi-gpu training and inference.
|
||||||
|
* Optimize per-image autoexposure (ongoing work)
|
||||||
|
|
||||||
## Data
|
## Data
|
||||||
* Download our preprocessed data from [tanks_and_temples](https://drive.google.com/file/d/11KRfN91W1AxAW6lOFs4EeYDbeoQZCi87/view?usp=sharing), [lf_data](https://drive.google.com/file/d/1gsjDjkbTh4GAR9fFqlIDZ__qR9NYTURQ/view?usp=sharing).
|
* Download our preprocessed data from [tanks_and_temples](https://drive.google.com/file/d/11KRfN91W1AxAW6lOFs4EeYDbeoQZCi87/view?usp=sharing), [lf_data](https://drive.google.com/file/d/1gsjDjkbTh4GAR9fFqlIDZ__qR9NYTURQ/view?usp=sharing).
|
||||||
|
|
|
@ -30,7 +30,6 @@ netdepth = 8
|
||||||
netwidth = 256
|
netwidth = 256
|
||||||
use_viewdirs = True
|
use_viewdirs = True
|
||||||
|
|
||||||
|
|
||||||
### CONSOLE AND TENSORBOARD
|
### CONSOLE AND TENSORBOARD
|
||||||
i_img = 2000
|
i_img = 2000
|
||||||
i_print = 100
|
i_print = 100
|
||||||
|
|
Loading…
Reference in a new issue