loading llff and blender datasets

Summary: Copy code from NeRF for loading LLFF data and blender synthetic data, and create dataset objects for them

Reviewed By: shapovalov

Differential Revision: D35581039

fbshipit-source-id: af7a6f3e9a42499700693381b5b147c991f57e5d
This commit is contained in:
Jeremy Reizenstein
2022-06-16 03:09:15 -07:00
committed by Facebook GitHub Bot
parent 7978ffd1e4
commit 65f667fd2e
16 changed files with 992 additions and 67 deletions

View File

@@ -315,7 +315,7 @@ def trainvalidate(
epoch,
loader,
optimizer,
validation,
validation: bool,
bp_var: str = "objective",
metric_print_interval: int = 5,
visualize_interval: int = 100,