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

Method keys

detrsmpl/core/conventions/segmentation/__init__.py:25–26  ·  view source on GitHub ↗
(self, )

Source from the content-addressed store, hash-verified

23 return zip(self.keys(), [self.__getitem__(key) for key in self.keys()])
24
25 def keys(self, ):
26 return self.DICT.keys()
27
28 def values(self, ):
29 return [self.__getitem__(key) for key in self.keys()]

Callers 15

itemsMethod · 0.95
valuesMethod · 0.95
_plot_kp2d_frameFunction · 0.45
_prepare_limb_paletteFunction · 0.45
visualize_kp2dFunction · 0.45
_prepare_meshFunction · 0.45
_prepare_colorsFunction · 0.45
visualize_smpl_hmrFunction · 0.45
visualize_smpl_vibeFunction · 0.45
visualize_T_poseFunction · 0.45

Calls

no outgoing calls

Tested by 2

single_gpu_testFunction · 0.36
multi_gpu_testFunction · 0.36