barbararoessle / dense_depth_priors_nerf

Dense Depth Priors for Neural Radiance Fields from Sparse Input Views
MIT License
392 stars 49 forks source link

Question about depth_prior_network_path and db_path #37

Open zhanghaoyu816 opened 9 months ago

zhanghaoyu816 commented 9 months ago

Hello, thanks to this excellent project. I have encountered some problems when I try to reproduce the project. Could you please tell me how to set the "--depth_prior_network_path " of run_nerf.py? (I have downloaded the pretrained depth completion model from the link provided by the author, and then unzip it to get a file folder "Archive") What's more, I also want to know how to get the "scannet_sift_database.db" of step 1. Thanks for your reply. (Maybe the issue seems a little bit silly lol)

liuyuzhenn commented 6 months ago

Same issue here. Have you solved it?