multinerf icon indicating copy to clipboard operation
multinerf copied to clipboard

How can I generate the kind of continuous 360° poses video like on the website?

Open zhangkai0425 opened this issue 2 years ago • 2 comments

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.

zhangkai0425 avatar Aug 11 '22 06:08 zhangkai0425

Thank you!

zhangkai0425 avatar Aug 11 '22 10:08 zhangkai0425

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" \

bmild avatar Aug 14 '22 19:08 bmild

Thank you bmild!You really solved my problem.

zhangkai0425 avatar Aug 15 '22 02:08 zhangkai0425