mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:06:30 +00:00
move python inference to Azaion.Inference folder
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
cdef class AIRecognitionConfig:
|
||||
cdef public double frame_recognition_seconds
|
||||
cdef public int frame_period_recognition
|
||||
cdef public double probability_threshold
|
||||
|
||||
cdef public double tracking_distance_confidence
|
||||
cdef public double tracking_probability_increase
|
||||
cdef public double tracking_intersection_threshold
|
||||
|
||||
cdef public bytes file_data
|
||||
|
||||
@staticmethod
|
||||
cdef from_msgpack(bytes data)
|
||||
Reference in New Issue
Block a user