mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
62623b7123
rewrite zmq to DEALER and ROUTER add GET_USER command to get CurrentUser from Python all auth is on the python side inference run and validate annotations on python
10 lines
370 B
Cython
10 lines
370 B
Cython
cdef class AIRecognitionConfig:
|
|
cdef public double frame_recognition_seconds
|
|
cdef public double tracking_distance_confidence
|
|
cdef public double tracking_probability_increase
|
|
cdef public double tracking_intersection_threshold
|
|
cdef public int frame_period_recognition
|
|
cdef public bytes file_data
|
|
|
|
@staticmethod
|
|
cdef from_msgpack(bytes data) |