MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get_num_verts

Method get_num_verts

util/smplx/smplx/body_models.py:263–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261 param.fill_(0)
262
263 def get_num_verts(self) -> int:
264 return self.v_template.shape[0]
265
266 def get_num_faces(self) -> int:
267 return self.faces.shape[0]

Callers 7

__init__Method · 0.95
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected