nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.38k stars 113 forks source link

fix issues in the example code #203

Closed FrozenSilent closed 1 year ago

FrozenSilent commented 1 year ago

Fix the issue when batch_over_images in the data loader is set to False, running the example code will result in an error. According to the issue #202.

liruilong940607 commented 1 year ago

LGTM!