MCPcopy Create free account
hub / github.com/BabitMF/bmf / core_process

Method core_process

bmf/demo/LLM_video_preprocessing/module_utils.py:104–109  ·  view source on GitHub ↗

user defined, process frames to output one frame, pass through by default frames: input frames, list format

(self, frames)

Source from the content-addressed store, hash-verified

102 self._frames.pop(0)
103
104 def core_process(self, frames):
105 """
106 user defined, process frames to output one frame, pass through by default
107 frames: input frames, list format
108 """
109 return frames[0]
110
111 def clean(self):
112 pass

Callers 1

_consumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected