Frank-ZY-Dou / Coverage_Axis

Official code for the paper Coverage Axis: Inner Point Selection for 3D Shape Skeletonization, Eurographics 2022.
https://frank-zy-dou.github.io/projects/CoverageAxis/index.html
78 stars 12 forks source link

hyperparameter settings #8

Closed kiwiiiiMatrix closed 3 months ago

kiwiiiiMatrix commented 3 months ago

The skeleton extraction using Coverage Axis++ for ants works very well, but the results are not satisfactory when I switch to the car in MN40 dataset . Is there a problem with my hyperparameter settings? WX20240713-235435@2x

Frank-ZY-Dou commented 3 months ago

Thank you for your interest in our work! Before running the coverage axis, there are a few preliminary steps you need to take. Firstly, ensure your model is normalized according to the settings described in our paper. Additionally, check the medial balls. Based on the figure you provided, it appears that the original medial balls are not well computed. If these balls are not correctly computed with respect to the underlying surface, the dilation process will be significantly affected, leading to suboptimal final results. Therefore, accurate computation of the original medial balls' radius is crucial.

kiwiiiiMatrix commented 3 months ago

After Normalized,I got a nice cup,thanks a lot!

image