MCPcopy Create free account
hub / github.com/cuiziteng/Aleth-NeRF / __init__

Method __init__

src/data/litdata.py:131–179  ·  view source on GitHub ↗
(
        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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

load_llff_dataFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected