dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
749 stars 127 forks source link

where can I get the cameras.npz of DTU dataset? I have downloaded the raw DTU, but there is no files like 'cameras.npz' #16

Closed seekever closed 2 years ago

seekever commented 2 years ago

https://github.com/dunbar12138/DSNeRF/blob/33799570c4eccef51b7f1bb05c770a0b5ebeba89/load_dtu.py#L20

jul1u5 commented 2 years ago

Hi, This script should download DTU dataset with cameras.npz files: https://github.com/lioryariv/idr/blob/main/data/download_data.sh

seekever commented 2 years ago

Hi, This script should download DTU dataset with cameras.npz files: https://github.com/lioryariv/idr/blob/main/data/download_data.sh

Got it. Thanks so much~