Open ttencate opened 2 years ago
If speed is important, install the optional opencv library (pip install cv2).
pip install cv2
But cv2 does not exist on pypi. Should it be opencv-python instead?
cv2
opencv-python
To anyone in the future reading this post, yes, its opencv-python
But
cv2
does not exist on pypi. Should it beopencv-python
instead?