dunbar12138 / DSNeRF

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

Questions about rendering the video #86

Open WRY0627 opened 1 year ago

WRY0627 commented 1 year ago

Hi, Thank you for sharing your great code. I'm glad to learn about DSNeRF with your kind and detailed explanation. When I use the demo code to render a video, my result can't show the demo result, just like: image image I want to know what is the reason why the normal result cannot be rendered, is it because of this warning after the end of rendering? image Or is it something else? Looking forward to your reply!

dunbar12138 commented 1 year ago

It seems from the filename renderonly_path_000000 that you're using a model at iter 0. You'll either need to download our provided pretrained models or train them yourself to get reasonable results.