mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 20:26:32 +00:00
Update annotation class to make 'time' attribute public and enhance video time formatting in the main processing function. Adjust documentation to reflect changes in test batch progression.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ cdef class Detection:
|
||||
cdef class Annotation:
|
||||
cdef public str name
|
||||
cdef public str original_media_name
|
||||
cdef long time
|
||||
cdef public long time
|
||||
cdef public list[Detection] detections
|
||||
cdef public bytes image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user