Files
annotations/Azaion.Inference/test/test_inference.py
T
Oleksandr Bezdieniezhnykh fc6e5db795 add manual Tile Processor
zoom on video on pause (temp image)
2025-07-28 12:39:52 +03:00

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'])