mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:26:31 +00:00
fc6e5db795
zoom on video on pause (temp image)
8 lines
322 B
Python
8 lines
322 B
Python
import inference
|
|
from ai_config import AIRecognitionConfig
|
|
from remote_command_inf import RemoteCommand
|
|
|
|
|
|
def test_process_images():
|
|
inf = inference.Inference(None, None)
|
|
inf._process_images(RemoteCommand(30), AIRecognitionConfig(4, 2, 15, 0.15, 15, 0.8, 20, b'test', [], 4), ['test_img01.JPG', 'test_img02.jpg']) |