MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / _read_frame

Method _read_frame

deeplabcut/utils/video_processor.py:99–101  ·  view source on GitHub ↗

Implement your own.

(self)

Source from the content-addressed store, hash-verified

97 pass
98
99 def _read_frame(self):
100 """Implement your own."""
101 pass
102
103 def save_frame(self, frame):
104 """Implement your own."""

Callers 1

load_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected