autonomousvision / convolutional_occupancy_networks

[ECCV'20] Convolutional Occupancy Networks
https://pengsongyou.github.io/conv_onet
MIT License
830 stars 113 forks source link

Point cloud visulization #39

Closed bluestyle97 closed 2 years ago

bluestyle97 commented 2 years ago

Hi, I'm wondering how you visualize the point cloud as a set of small spheres as in the paper's figures? I found it is too hard to distinguish the points if I directly render the points. Could you please share the visualization tool or source code? Thanks a lot!

pengsongyou commented 2 years ago

Hi @bluestyle97,

we were using an internal codebase to render point clouds with blender, so unfortunately we cannot share it. Nevertheless, I think there are some great public tools for your purpose. For example, mitsuba-visualize is a great tool to render meshes and point clouds and I personally really like it (I use it to generate the fly-through video for ConvONet), you can check it out.

Best, Songyou

bluestyle97 commented 2 years ago

I see, thank you very much!

Best Regards, Jiale Xu

@.***