(
self,
datadir: str,
scene_name: str,
# LLFF specific arguments
factor = 8, # Here use factor 8 for faster training
llffhold: int = 8,
spherify: bool = False,
path_zflat: bool = False,
offset: int = 250,
# MipNeRF360 specific
near: Optional[float] = None,
far: Optional[float] = None,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected