Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (venv) stend@stend-Z390-UD:~/stend/person-recognizer$ python detect.py
- 08/19/2021 06:57:33 PM starting person recognizer
- 08/19/2021 06:57:54 PM detection 1
- 08/19/2021 06:57:55 PM detection 2
- 08/19/2021 06:57:56 PM sent to player: {'intent': 'appearance', 'found': True, 'alone': True, 'age': 29}
- 08/19/2021 06:58:37 PM no detection 1
- 08/19/2021 06:58:38 PM no detection 2
- 08/19/2021 06:58:39 PM no detection 3
- 08/19/2021 06:58:40 PM no detection 4
- 08/19/2021 06:58:41 PM no detection 5
- 08/19/2021 06:58:42 PM no detection 6
- 08/19/2021 06:58:43 PM no detection 7
- 08/19/2021 06:58:44 PM no detection 8
- 08/19/2021 06:58:45 PM no detection 9
- 08/19/2021 06:58:46 PM sent to player: {'intent': 'appearance', 'found': False}
- 08/19/2021 06:58:51 PM 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)
- (venv) stend@stend-Z390-UD:~/stend/person-recognizer$
Advertisement
Add Comment
Please, Sign In to add comment