mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:46:30 +00:00
refactor external clients
put model batch size as parameter in config
This commit is contained in:
@@ -9,6 +9,7 @@ cdef class AIRecognitionConfig:
|
||||
|
||||
cdef public bytes file_data
|
||||
cdef public list[str] paths
|
||||
cdef public int model_batch_size
|
||||
|
||||
@staticmethod
|
||||
cdef from_msgpack(bytes data)
|
||||
Reference in New Issue
Block a user