mirror of
https://github.com/azaion/detections.git
synced 2026-04-23 05:36:31 +00:00
Refactor autopilot workflows and documentation: Update .gitignore to include binary and media file types, enhance agent command references in documentation, and modify annotation class for improved accessibility. Adjust inference processing to handle batch sizes and streamline test specifications for clarity and consistency across the system.
This commit is contained in:
@@ -70,6 +70,9 @@ 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