mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:46:30 +00:00
add manual Tile Processor
zoom on video on pause (temp image)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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'])
|
||||
Reference in New Issue
Block a user