OpenGVLab / PonderV2

PonderV2: Pave the Way for 3D Foundation Model with A Universal Pre-training Paradigm
https://arxiv.org/abs/2310.08586
MIT License
324 stars 6 forks source link

Visualize Code #14

Closed yotofu closed 6 months ago

yotofu commented 7 months ago

First, Great Job! But I check the code, no visualization code for segment, any plan to release the related code ?

HaoyiZhu commented 7 months ago

Hi, what do you mean by "visualization code for segment"? Do you want something like visualizing each points' class label? '

yotofu commented 7 months ago

Hi, what do you mean by "visualization code for segment"? Do you want something like visualizing each points' class label? '

yes, it is easy to check the performance

HaoyiZhu commented 7 months ago

We have not supported this function yet. You can directly check the training loss and validation mIoU, acc, etc. We print them on each step. Also, all the metrics are saved using tensorboard.