chenhsuanlin / bundle-adjusting-NeRF

BARF: Bundle-Adjusting Neural Radiance Fields 🤮 (ICCV 2021 oral)
MIT License
788 stars 114 forks source link

How to use train data in class Graph #57

Closed hyunJIN7 closed 2 years ago

hyunJIN7 commented 2 years ago

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?