Hi, we are experimenting with the BARF code so that I can load another data format.
I want to load and use train_data(For example, other data that I added other than camera pose or image data in iphone.py) in def forward in nerf.py .
Could you tell me how I can load the data I want?
Hi, we are experimenting with the BARF code so that I can load another data format.
I want to load and use
train_data
(For example, other data that I added other than camera pose or image data in iphone.py) in def forward in nerf.py . Could you tell me how I can load the data I want?