kabouzeid / point2vec

Self-Supervised Representation Learning on Point Clouds (GCPR 2023 | T4V Workshop @ CVPR 2023)
https://point2vec.ka.codes
MIT License
78 stars 7 forks source link

Visualization Code #4

Closed JayKarhade closed 1 month ago

JayKarhade commented 1 year ago

Thank you for open-sourcing the code !

I couldn't find the visualization code however. Could you share that? I couldn't completely understand how you used PCA to project it onto the point clouds, it would be great if you could shed some light into the process.

Thank you!

LAB123-tech commented 1 month ago

Yes, this visualization effect is great. Could you please share this code with us. Thank you very much.

kabouzeid commented 1 month ago

I don't think I have the visualization code anymore, it was a mess. However, it was loosely based on this: https://github.com/jiachens/ModelNet40-C/tree/master/visualize

For PCA, we computed it over all the points in a single point cloud, then mapped the top three components to the RGB channels.