mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:16:30 +00:00
make start faster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user