File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nerfstudio/data/datamanagers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ def setup_eval(self):
352352 self .eval_image_dataloader = DataLoader (
353353 self .eval_imagebatch_stream ,
354354 batch_size = 1 ,
355- num_workers = 0 , # This must be 0 otherwise there is a crash when trying to pickle custom_view_processor
355+ num_workers = 0 , # This must be 0 otherwise there is a crash when trying to pickle custom_view_processor
356356 collate_fn = identity_collate ,
357357 )
358358 self .iter_eval_image_dataloader = iter (self .eval_image_dataloader )
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ def setup_eval(self):
174174 self .eval_ray_dataloader = DataLoader (
175175 self .eval_raybatchstream ,
176176 batch_size = 1 ,
177- num_workers = 0 , # This must be 0 otherwise there is a crash when trying to pickle custom_view_processor
177+ num_workers = 0 , # This must be 0 otherwise there is a crash when trying to pickle custom_view_processor
178178 shuffle = False ,
179179 collate_fn = identity_collate , # Our dataset handles batching / collation of rays
180180 )
You can’t perform that action at this time.
0 commit comments