1 | initial version |
"Every where that I searched on the internet present the problem as needing "extra modules" -- yea, that's true.
there are 2 options:
the "easy" (but somewhat crippled) one:
use pip install opencv_contrib_python
this will install the required face module, but, (unless you're on windows) it won't have any gui or video-file capabilities.)
the hard, but only true way: build all of it from src. see here for how to
2 | No.2 Revision |
"Every where that I searched on the internet present the problem as needing "extra modules" -- yea, that's true.
there are 2 options:
the "easy" (but somewhat crippled) one:
use pip install opencv_contrib_python
this will install the required face cv2.face module, but, (unless you're on windows) it won't have any gui or video-file capabilities.)
the hard, but only true way: build all of it from src. see here for how to