File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/developer_guides/pipelines Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414
1515## What is a DataManager?
1616
17-
1817The DataManager batches and returns two components from an input dataset:
18+
19191 . A representation of viewpoint (either cameras or rays).
20- - For splatting methods (` FullImageDataManager ` ): a ` Cameras ` object.
21- - For ray sampling methods (` VanillaDataManager ` ): a ` RayBundle ` object.
20+ - For splatting methods (` FullImageDataManager ` ): a ` Cameras ` object.
21+ - For ray sampling methods (` VanillaDataManager ` ): a ` RayBundle ` object.
22222 . A dictionary of ground truth data.
23- - For splatting methods (` FullImageDataManager ` ): dictionary contains complete images.
24- - For ray sampling methods (` VanillaDataManager ` ): dictionary contains per-ray information.
23+ - For splatting methods (` FullImageDataManager ` ): dictionary contains complete images.
24+ - For ray sampling methods (` VanillaDataManager ` ): dictionary contains per-ray information.
2525
2626Behaviors are defined by implementing the abstract methods required by the DataManager:
2727
You can’t perform that action at this time.
0 commit comments