fdarmon / NeuralWarp

Code release of paper Improving neural implicit surfaces geometry with patch warping
237 stars 14 forks source link

result visualization #11

Closed decai-chen closed 2 years ago

decai-chen commented 2 years ago

Hello,

thanks for your excellent work! I am wondering how you create the result visulization teaser.gif in readme, with a moving camera and a sliding bar to switch between two meshes. Thank you in advance!

Best regards

fdarmon commented 2 years ago

Hello,

Thanks for your interest in our work. Unfortunately I do not have access to the code I used for the video but I implemented most of it myself: I generated renderings of the mesh using a circle trajectory, then I manually combined each pairs of image using simple black bar between the two and then pack the full sequence in a gif. Apart for the rendering I did not use any library to generate the sliding bar or the moving camera.

Hope this helps

decai-chen commented 2 years ago

Hello, thanks for your answer! Best regards