JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

What is the main function for "render_all()"

Open amiltonwong opened this issue 3 years ago • 4 comments

Hi, all,

Thanks a lot for releasing the package, and it runs very efficiently. There exist some "TODO"s in the package. For example, in run_net.py#L51-L53. What is the main function for "render_all()"?

Thanks~

amiltonwong avatar Jun 02 '22 08:06 amiltonwong

This function is designed to read the pre-trained model and render video with a specified camera path. This function is not yet developed, if you are interested, contributing is welcome!

Gword avatar Jun 02 '22 09:06 Gword

This function is designed to read the pre-trained model and render video with a specified camera path. This function is not yet developed, if you are interested, contributing is welcome!

请问还有多久能完成渲染函数的编写呢

lfxx avatar Jun 22 '22 03:06 lfxx

This function is designed to read the pre-trained model and render video with a specified camera path. This function is not yet developed, if you are interested, contributing is welcome!

请问还有多久能完成渲染函数的编写呢

我们会在一周内更新这个接口

Gword avatar Jun 22 '22 10:06 Gword

This interface has been completed. Set the --task of the command to render to render demo video demo.mp4 with specified camera path based on pre-trained model: python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py --task render

Gword avatar Jun 23 '22 14:06 Gword