how to annotate intraoral 3d Scans in stl file foramt #1746
Replies: 1 comment 1 reply
-
I think you need to do this yourself in code: Load the viewpoints and the data separately and transform the data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a data folder contain real life intra-oral 3D scans from multiple subjects in multiple positions.
In the validation data folder can be find real life 3D scans but the rotation was made by blender (software) using multiple artificial axes and rotation angles.
This validation data can be used for validation any kind of rotation axes finder algorithm.
The axes and the rotation angles can be find in the algo_prec.csv file for each artificial rotations.
how to prepare them for Pytorch3D models!
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions