Julie-tang00 / Point-BERT

[CVPR 2022] Pre-Training 3D Point Cloud Transformers with Masked Point Modeling
MIT License
541 stars 65 forks source link

Training questions about dVAE #47

Closed sw778 closed 2 years ago

sw778 commented 2 years ago

What do the three Metrics in "Metrics" mean when training dVAE? How to judge whether the trained dVAE is good or bad according to these three indicators? IMG_20220607_125919

yuxumin commented 2 years ago

Hi, these three metrics are F1-Score (higher is better), CD-L1 1000 (lower is better), CD-L2 1000 (lower is better).

sw778 commented 2 years ago

Thank you for your reply!