limhoyeon / ToothGroupNetwork

3D Dental surface segmentation with Tooth Group Network
151 stars 38 forks source link

How to align axis before inference? #25

Open coordxyz opened 8 months ago

coordxyz commented 8 months ago

Hi, @limhoyeon , Thanks for sharing your instructive project. How to automatically align axes of my custom dental mesh data as the figure shown below? image

limhoyeon commented 5 months ago

I just used the challenge data which are already aligned to those axes.. Maybe you can try to use PCA for coordinates of points. It is almost correct, but you should solve the directional ambiguity which is inherent in PCA.