stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

Render animation #33

Closed DeVriesMatt closed 1 year ago

DeVriesMatt commented 2 years ago

Great repo, thank you! I have seen that you have another repo for rendering the point cloud for visualisation but cannot see how you created animations. Would it be possible to share this code too?

stevenygd commented 1 year ago

Does this repository help? https://github.com/zekunhao1995/PointFlowRenderer

DeVriesMatt commented 1 year ago

Hi @stevenygd , I meant code to generate something similar to this?

zhanghm1995 commented 1 year ago

@DeVriesMatt, Have you found any ways to generate the gif similar to this?

DeVriesMatt commented 1 year ago

Hi @zhanghm1995, I have been adapting a repo to create sequential renders of multiple ".ply" files, combing the images, and saving them as a gif. Hope this helps!