mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:16:30 +00:00
add manual Tile Processor
zoom on video on pause (temp image)
This commit is contained in:
@@ -7,9 +7,11 @@ cdef class AIRecognitionConfig:
|
||||
cdef public double tracking_probability_increase
|
||||
cdef public double tracking_intersection_threshold
|
||||
|
||||
cdef public int big_image_tile_overlap_percent
|
||||
|
||||
cdef public bytes file_data
|
||||
cdef public list[str] paths
|
||||
cdef public int model_batch_size
|
||||
|
||||
@staticmethod
|
||||
cdef from_msgpack(bytes data)
|
||||
cdef from_msgpack(bytes data)
|
||||
|
||||
Reference in New Issue
Block a user