update dockerignore and debug option

This commit is contained in:
blakeblackshear 2019-07-12 20:56:37 -05:00 committed by Blake Blackshear
parent c653567cc1
commit 806acaf445
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1,6 @@
README.md
README.md
diagram.png
.gitignore
debug
config/
*.pyc

View File

@ -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: