CuiRuikai / Partial2Complete

[ICCV 2023] P2C: Self-Supervised Point Cloud Completion from Single Partial Clouds
MIT License
137 stars 7 forks source link

Question about point cloud render method #19

Open kefusong opened 1 month ago

kefusong commented 1 month ago

The 2D renderings of the point clouds in your paper's image look very beautiful. Could you please share how to generate such images? I have just started working with 3D point clouds, and I appreciate your help !

CuiRuikai commented 1 month ago

I have updated the repo. Please see https://github.com/CuiRuikai/Partial2Complete/blob/main/render.py

You can also use blender to render point clouds like what we did in our recent paper: https://arxiv.org/pdf/2403.18241 Figure 4 It is more controllable than using the rendering script. The instruction of blender is https://blog.csdn.net/qq_44324007/article/details/131499010

kefusong commented 1 month ago

Thank you !