Import cv2 as cv #22
Blaise-wig
started this conversation in
General
Replies: 2 comments 1 reply
-
Did you check your build folder for the python loader? You need to run the setup.py script which is generated in there. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I encountered the same problem as you. How did you eventually solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for sharing this amazing project.
I installed opencv with the extra modules with cmake. When I import cv2 as cv as in your code, an error pops up (No module named 'cv2'). Do I have to specify the path where the opencv is installed? if yes, How? or is there another way?
Beta Was this translation helpful? Give feedback.
All reactions