forked from Github/frigate
update dockerignore and debug option
This commit is contained in:
committed by
Blake Blackshear
parent
c653567cc1
commit
806acaf445
@@ -39,6 +39,8 @@ class PreppedQueueProcessor(threading.Thread):
|
||||
|
||||
# Actual detection.
|
||||
objects = self.engine.DetectWithInputTensor(frame['frame'], threshold=frame['region_threshold'], top_k=3)
|
||||
# print(self.engine.get_inference_time())
|
||||
|
||||
# parse and pass detected objects back to the camera
|
||||
parsed_objects = []
|
||||
for obj in objects:
|
||||
|
||||
Reference in New Issue
Block a user