make start faster

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-12 13:49:01 +02:00
parent 43cae0d03c
commit e329e5bb67
5 changed files with 20 additions and 12 deletions
+2
View File
@@ -1,8 +1,10 @@
from remote_command cimport RemoteCommand
from annotation cimport Annotation, Detection
from ai_config cimport AIRecognitionConfig
from api_client cimport ApiClient
cdef class Inference:
cdef ApiClient api_client
cdef object session
cdef object on_annotation
cdef Annotation _previous_annotation