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:
Oleksandr Bezdieniezhnykh
2026-03-23 14:09:15 +02:00
parent 86d8e7e22d
commit e593f57884
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -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