zudvin

Test #24 Log Detect

Aug 17th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. (venv) stend@stend-Z390-UD:~/stend/person-recognizer$ python detect.py --imshow
  2. 08/17/2021 07:59:21 PM starting person recognizer
  3. 08/17/2021 07:59:40  detection 1
  4. 08/17/2021 07:59:41  detection 2
  5. 08/17/2021 07:59:42  sent to player: {'intent': 'appearance', 'found': True, 'alone': True, 'age': 1}
  6. 08/17/2021 07:59:45  no detection 1
  7. 08/17/2021 08:02:22  no detection 1
  8. 08/17/2021 08:02:35  no detection 1
  9. 08/17/2021 08:03:40  no detection 1
  10. 08/17/2021 08:05:08  no detection 1
  11. 08/17/2021 08:05:09  no detection 2
  12. 08/17/2021 08:05:17  no detection 1
  13. 08/17/2021 08:05:18  no detection 2
  14. 08/17/2021 08:05:21  no detection 1
  15. 08/17/2021 08:05:24  no detection 1
  16. ^CTraceback (most recent call last):
  17.   File "detect.py", line 138, in <module>
  18.     loop.run_until_complete(start())
  19.   File "/usr/lib/python3.7/asyncio/base_events.py", line 574, in run_until_complete
  20.     self.run_forever()
  21.   File "/usr/lib/python3.7/asyncio/base_events.py", line 541, in run_forever
  22.     self._run_once()
  23.   File "/usr/lib/python3.7/asyncio/base_events.py", line 1750, in _run_once
  24.     event_list = self._selector.select(timeout)
  25.   File "/usr/lib/python3.7/selectors.py", line 468, in select
  26.     fd_event_list = self._selector.poll(timeout, max_ev)
  27. KeyboardInterrupt
  28.  
Advertisement
Add Comment
Please, Sign In to add comment