Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ load_frame
Method
load_frame
deeplabcut/utils/video_processor.py:66–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
self.FPS = fps
65
66
def
load_frame(self):
67
frame = self._read_frame()
68
if
frame is not None:
69
self.i += 1
70
return
frame
71
72
def
height(self):
73
return
self.h
Callers
3
CreateVideo
Function · 0.80
CreateVideoSlow
Function · 0.80
create_video_with_all_detections
Function · 0.80
Calls
1
_read_frame
Method · 0.95
Tested by
no test coverage detected