mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:16:31 +00:00
fix split tile size
rework inference events and handling todo: add Medias table and reflect recognition status there
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from remote_command_inf cimport RemoteCommand
|
||||
|
||||
cdef class RemoteCommandHandler:
|
||||
cdef object _context
|
||||
cdef object _router
|
||||
@@ -12,5 +14,5 @@ cdef class RemoteCommandHandler:
|
||||
cdef start(self)
|
||||
cdef _proxy_loop(self)
|
||||
cdef _worker_loop(self)
|
||||
cdef send(self, bytes client_id, bytes data)
|
||||
cdef send(self, bytes client_id, RemoteCommand command)
|
||||
cdef stop(self)
|
||||
|
||||
Reference in New Issue
Block a user