CuiRuikai / Partial2Complete

[ICCV 2023] P2C: Self-Supervised Point Cloud Completion from Single Partial Clouds
MIT License
144 stars 7 forks source link

Questions about the saved checkpoints and the evaluation strategy #7

Open Starak-x opened 11 months ago

Starak-x commented 11 months ago

Hi Ruikai, I am very interesting in your work. But I find that the ground truth is used for choose the best checkpoints. I wonder is this allowed in self-supervised methods?

CuiRuikai commented 10 months ago

Thank you for your interest. We chose the best checkpoint based on the testing set result. This does lead to some concerns on fairness. However, we believe that our implementation follows the common practice of the point cloud completion evaluation, especially unpaired methods.