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

Method save_frame

deeplabcut/utils/video_processor.py:103–105  ·  view source on GitHub ↗

Implement your own.

(self, frame)

Source from the content-addressed store, hash-verified

101 pass
102
103 def save_frame(self, frame):
104 """Implement your own."""
105 pass
106
107 def close(self):
108 """Implement your own."""

Callers 2

CreateVideoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected