MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / get_base_mesh

Method get_base_mesh

data_loader/dataloader.py:649–650  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected