We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bf16c commit bf752e0Copy full SHA for bf752e0
nerfstudio/configs/method_configs.py
@@ -219,7 +219,7 @@
219
max_num_iterations=30000,
220
mixed_precision=True,
221
pipeline=VanillaPipelineConfig(
222
- datamanager=VanillaDataManagerConfig(
+ datamanager=ParallelDataManagerConfig(
223
_target=ParallelDataManager[DepthDataset],
224
dataparser=NerfstudioDataParserConfig(),
225
train_num_rays_per_batch=4096,
0 commit comments