fix inference status sending and logging

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-06 00:44:08 +03:00
parent 91ffa694f9
commit 053719c4a8
2 changed files with 18 additions and 12 deletions
+1
View File
@@ -37,6 +37,7 @@ cdef class Inference:
cdef stop(self)
cdef preprocess(self, frames)
cdef send_detection_status(self, client_id)
cdef remove_overlapping_detections(self, list[Detection] detections, float confidence_threshold=?)
cdef postprocess(self, output, ai_config)
cdef split_list_extend(self, lst, chunk_size)