Skip to content

Commit 3092805

Browse files
authored
whitespace
1 parent ac1d4a8 commit 3092805

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/developer_guides/pipelines/datamanagers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
## What is a DataManager?
1616

17-
1817
The DataManager batches and returns two components from an input dataset:
18+
1919
1. 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.
2222
2. 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

2626
Behaviors are defined by implementing the abstract methods required by the DataManager:
2727

0 commit comments

Comments
 (0)