Skip to content

Instantly share code, notes, and snippets.

@guillaumesoul
Created February 27, 2018 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaumesoul/4a1c08d546a9d85087d229981bb46a15 to your computer and use it in GitHub Desktop.
Save guillaumesoul/4a1c08d546a9d85087d229981bb46a15 to your computer and use it in GitHub Desktop.
stuck at Initialize OpenCL runtime...
>>> cv2.__version__
'3.4.0'
>>> ecit()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'ecit' is not defined
>>> exit()
macbook-pro-de-guillaume:cat-face-detector guillaumesoullard$ cat_detector.py --image images/cat_01.jpg
-bash: cat_detector.py: command not found
macbook-pro-de-guillaume:cat-face-detector guillaumesoullard$ workon cv-py3
(cv-py3) macbook-pro-de-guillaume:cat-face-detector guillaumesoullard$ cat_detector.py --image images/cat_01.jpg
-bash: cat_detector.py: command not found
(cv-py3) macbook-pro-de-guillaume:cat-face-detector guillaumesoullard$ python cat_detector.py --image images/cat_01.jpg
[ INFO:0] Initialize OpenCL runtime...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment