mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 11:06:32 +00:00
Refactor annotation handling and inference processing: Update 'time' attribute in Annotation class to private, streamline video time formatting in main processing function, and adjust annotations dictionary access in detection conversion. Ensure consistency in handling input frames during inference.
This commit is contained in:
@@ -70,9 +70,6 @@ logger.add(
|
||||
colorize=True
|
||||
)
|
||||
|
||||
def get_annotations_dict():
|
||||
return annotations_dict
|
||||
|
||||
cdef log(str log_message):
|
||||
logger.info(log_message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user