DSNeRF icon indicating copy to clipboard operation
DSNeRF copied to clipboard

Questions about rendering the video

Open WRY0627 opened this issue 2 years ago • 1 comments

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!

WRY0627 avatar Jan 29 '23 05:01 WRY0627

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.

dunbar12138 avatar Feb 02 '23 18:02 dunbar12138