hwjiang1510 / LEAP

[ICLR 2024] Code for LEAP: Liberate Sparse-view 3D Modeling from Camera Poses
162 stars 5 forks source link

novel view synthesis (random pose) #11

Closed csy2077 closed 1 month ago

csy2077 commented 1 month ago

Hi, I appreciate your good work!

And I have some questions about the novel view image synthesis, I look through your code and I wonder whether LEAP can produce randomly given view images. It seems that it can only produce the 'target' view images noticed in your paper.

If it can , where can I change the view parameters to produce the wanted new view images?

hwjiang1510 commented 1 month ago

Hi,

Thanks for your interest in our work. Yes, it can produce novel views under any given camera pose. Please check this function for details. In this function, I pre-define some elevation and azimuth pose to render 360-degree rotation. You can just modify it to any pose you want.

csy2077 commented 1 month ago

Thanks for your early reply and it really helps!