antoalli / Deco

DeCo: Denoise and Contrast for Category Agnostic Shape Completion
34 stars 3 forks source link

How to visualize point cloud instances shown in your paper? #1

Closed gaunzi closed 3 years ago

gaunzi commented 3 years ago

Hi! It is an interesting work that exploits SSL to perform 3D point cloud completion task. The visualization results in Figure 3 are very impressive, how do I render point cloud instances like this? Could you share the code or some instructions? Thanks a lot.

antoalli commented 3 years ago

Hi! We used Mitsuba Renderer for paper visualizations. Starting from this repository https://github.com/tolgabirdal/Mitsuba2PointCloudRenderer we applied few modifications to fit our needs (colors, resolution, ..).

gaunzi commented 3 years ago

OK! It is very helpful. Thanks again!