Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ wrapped
Method
wrapped
deeplabcut/core/inferenceutils.py:817–818 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
815
global wrapped
# Hack to make the function pickable
816
817
def
wrapped(i):
818
return
i, self._assemble(self[i], i)
819
820
n_frames = len(self.metadata[
"imnames"
])
821
with
multiprocessing.Pool(n_processes)
as
p:
Callers
nothing calls this directly
Calls
1
_assemble
Method · 0.95
Tested by
no test coverage detected