Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (venv) stend@stend-Z390-UD:~/stend/person-recognizer$ python detect.py --imshow
- 08/17/2021 07:59:21 PM starting person recognizer
- 08/17/2021 07:59:40 detection 1
- 08/17/2021 07:59:41 detection 2
- 08/17/2021 07:59:42 sent to player: {'intent': 'appearance', 'found': True, 'alone': True, 'age': 1}
- 08/17/2021 07:59:45 no detection 1
- 08/17/2021 08:02:22 no detection 1
- 08/17/2021 08:02:35 no detection 1
- 08/17/2021 08:03:40 no detection 1
- 08/17/2021 08:05:08 no detection 1
- 08/17/2021 08:05:09 no detection 2
- 08/17/2021 08:05:17 no detection 1
- 08/17/2021 08:05:18 no detection 2
- 08/17/2021 08:05:21 no detection 1
- 08/17/2021 08:05:24 no detection 1
- ^CTraceback (most recent call last):
- File "detect.py", line 138, in <module>
- loop.run_until_complete(start())
- File "/usr/lib/python3.7/asyncio/base_events.py", line 574, in run_until_complete
- self.run_forever()
- File "/usr/lib/python3.7/asyncio/base_events.py", line 541, in run_forever
- self._run_once()
- File "/usr/lib/python3.7/asyncio/base_events.py", line 1750, in _run_once
- event_list = self._selector.select(timeout)
- File "/usr/lib/python3.7/selectors.py", line 468, in select
- fd_event_list = self._selector.poll(timeout, max_ev)
- KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment