Skip to content

Commit bf752e0

Browse files
fixing depth nerfacto config for issue 3592
1 parent c6bf16c commit bf752e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/configs/method_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
max_num_iterations=30000,
220220
mixed_precision=True,
221221
pipeline=VanillaPipelineConfig(
222-
datamanager=VanillaDataManagerConfig(
222+
datamanager=ParallelDataManagerConfig(
223223
_target=ParallelDataManager[DepthDataset],
224224
dataparser=NerfstudioDataParserConfig(),
225225
train_num_rays_per_batch=4096,

0 commit comments

Comments
 (0)