Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ items
Method
items
detrsmpl/core/conventions/segmentation/__init__.py:22–23 ·
view source on GitHub ↗
(self, )
Source
from the content-addressed store, hash-verified
20
self.len = len(list(self.DICT))
21
22
def
items(self, ):
23
return
zip(self.keys(), [self.__getitem__(key)
for
key in self.keys()])
24
25
def
keys(self, ):
26
return
self.DICT.keys()
Callers
15
report
Method · 0.45
report_strings
Method · 0.45
search_limbs
Function · 0.45
collect_env.py
File · 0.45
to_ddp
Method · 0.45
_plot_kp2d_frame
Function · 0.45
_prepare_input_pose
Function · 0.45
_export_frames
Method · 0.45
to
Method · 0.45
__nice__
Method · 0.45
evaluate
Method · 0.45
evaluate
Method · 0.45
Calls
2
keys
Method · 0.95
__getitem__
Method · 0.95
Tested by
no test coverage detected