mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
update dockerignore and debug option
This commit is contained in:
parent
c653567cc1
commit
806acaf445
@ -1 +1,6 @@
|
|||||||
README.md
|
README.md
|
||||||
|
diagram.png
|
||||||
|
.gitignore
|
||||||
|
debug
|
||||||
|
config/
|
||||||
|
*.pyc
|
@ -39,6 +39,8 @@ class PreppedQueueProcessor(threading.Thread):
|
|||||||
|
|
||||||
# Actual detection.
|
# Actual detection.
|
||||||
objects = self.engine.DetectWithInputTensor(frame['frame'], threshold=frame['region_threshold'], top_k=3)
|
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
|
# parse and pass detected objects back to the camera
|
||||||
parsed_objects = []
|
parsed_objects = []
|
||||||
for obj in objects:
|
for obj in objects:
|
||||||
|
Loading…
Reference in New Issue
Block a user