multinerf
multinerf copied to clipboard
How can I generate the kind of continuous 360° poses video like on the website?
Thank you for the code of mipnerf-360!I wonder if there is a way to generate a continuous 360° poses video like on the website?I found that the render_360.sh script can only generate images in the test dataset.
Thank you!
Simply change the following flags to the render script to get a smoother video:
--gin_bindings="Config.render_path_frames = 480" \
--gin_bindings="Config.render_video_fps = 60" \
Thank you bmild!You really solved my problem.