kakaobrain / nerf-factory

An awesome PyTorch NeRF library
https://kakaobrain.github.io/NeRF-Factory
Apache License 2.0
1.27k stars 107 forks source link

generate_ellipse_path #3

Open wbhu opened 2 years ago

wbhu commented 2 years ago

Hi,

Thanks for your awesome framework. But I found the "generate_ellipse_path" function borrowed from the https://github.com/google-research/multinerf is not compatiable with the coordinate defined in "nerf_360_v2.py". Thus, with this function we cannot render the expected camera path.

jeongyw12382 commented 2 years ago

Hi. The pointed function is not yet prepared. We are currently preparing for the rendering code on the upcoming release (not sure when). We'll let you know right after we complete this task.

chl2 commented 1 year ago

How do you use "generate_ellipse_path" in mipnerf? Save its return result and then send it to render_path_file?