CCInc / 3d-ml

A versatile framework for 3D machine learning built on Pytorch Lightning and Hydra [looking for contributors!]
15 stars 3 forks source link

Add Data Visualization Support #19

Open CCInc opened 2 years ago

CCInc commented 2 years ago

Provide a means of exploring datasets before, during and after training (i.e. with ground truth labels and with predicted labels).

Maybe use the Open3d visualizer API? https://github.com/isl-org/Open3D-ML/blob/21951adc23831ee0597c4f49b47deb8f122fda07/examples/visualize.py

Other alternatives are writing to Tensorboard and writing files to the output directory in a ply or las format.