MCPcopy
hub / github.com/nikopueringer/CorridorKey / process_frame

Function process_frame

test_vram.py:9–13  ·  view source on GitHub ↗
(engine: CorridorKeyEngine)

Source from the content-addressed store, hash-verified

7
8
9def process_frame(engine: CorridorKeyEngine):
10 img = np.random.randint(0, 255, (2160, 3840, 3), dtype=np.uint8)
11 mask = np.random.randint(0, 255, (2160, 3840), dtype=np.uint8)
12
13 engine.process_frame(img, mask)
14
15
16def batch_process_frame(engine: CorridorKeyEngine, batch_size: int):

Callers

nothing calls this directly

Calls 1

process_frameMethod · 0.45

Tested by

no test coverage detected