NVIDIAGameWorks / kaolin

A PyTorch Library for Accelerating 3D Deep Learning Research
Apache License 2.0
4.47k stars 553 forks source link

Pointcloud visualization does not work. #104

Closed s0217391 closed 3 years ago

s0217391 commented 4 years ago

kaolin.visualize.show_pointcloud(pc) hangs due to the following issue with pptk:

https://github.com/heremaps/pptk/issues/24: https://github.com/heremaps/pptk/issues/24

Caenorst commented 3 years ago

Hi, thank you for using Kaolin! The library went through a major rewrite with the version 0.9.0, and only the core library components we can thoroughly test and maintain are now part of this repository. Please refer to our latest documentation: https://kaolin.readthedocs.io/en/latest/

We are not relying on pptk anymore for visualization, please check our custom visualizer the Omniverse Kaolin App and Dash3D!

Closing the bug as it is no longer relevant to this repo.