conda create -n opencv_env
2. Activate
conda activate opencv_env
3. Install opencv contrib python
pip install opencv-contrib-python
Now test with type "python"
import cv2
cv2.__version__
In the modern programming world, Git and GitHub have become essential tools developers use to manage and share code. However, for those ...
0 komentar:
Post a Comment