mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
fix bug with annotation result gradient stops
add tensorrt engine
This commit is contained in:
@@ -6,8 +6,13 @@ cdef str ANNOTATIONS_QUEUE # Name of the annotations queue in rabbit
|
||||
|
||||
cdef str API_URL # Base URL for the external API
|
||||
cdef str QUEUE_CONFIG_FILENAME # queue config filename to load from api
|
||||
cdef str AI_MODEL_FILE_BIG # AI Model file (BIG part)
|
||||
cdef str AI_MODEL_FILE_SMALL # AI Model file (small part)
|
||||
|
||||
cdef str AI_ONNX_MODEL_FILE_BIG
|
||||
cdef str AI_ONNX_MODEL_FILE_SMALL
|
||||
|
||||
cdef str AI_TENSOR_MODEL_FILE_BIG
|
||||
cdef str AI_TENSOR_MODEL_FILE_SMALL
|
||||
|
||||
|
||||
cdef bytes DONE_SIGNAL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user