(self)
| 647 | return self.scalp_mesh, self.scalp_mesh_data |
| 648 | |
| 649 | def get_base_mesh(self): |
| 650 | return self.smplx_base_mesh, self.smplx_base_mesh_data |
| 651 | |
| 652 | @staticmethod |
| 653 | def get_normalization_data(): |
nothing calls this directly
no outgoing calls
no test coverage detected