mjmjeong / InfoNeRF

143 stars 7 forks source link

how to implement DTU #4

Open Wanggcong opened 2 years ago

Wanggcong commented 2 years ago

Hi, how to implement the dtu dataset? The official DTU dataset is not consistent with the load_dtu.py file. For example, how to get dtu masks and how to compute the camera.npz? Thank you.

NagabhushanSN95 commented 2 years ago

I found the camera.npz from pixel-NeRF. I found masks from RegNeRF

Not sure if they're exactly the ones used in this work, though. @mjmjeong can you please clarify?