clinplayer / Point2Skeleton

Point2Skeleton: Learning Skeletal Representations from Point Clouds (CVPR2021)
MIT License
211 stars 38 forks source link

Question about evaluation details #16

Closed congxin0920 closed 2 years ago

congxin0920 commented 2 years ago

Hello, could you please provide the code and datasets details for evaluation? Thank you very much

clinplayer commented 2 years ago

We have provided the link to the dataset we use. To compute CD-recon and HD-recon, specifically, we first get the radius of each skeleton point, and use the formulation like Eq.4 in the paper to approximate the CD or HD error. You don't have to reconstruct the complete surface. These distance functions are implemented in DistFunc.py.