DeepNude_NoWatermark_withModel icon indicating copy to clipboard operation
DeepNude_NoWatermark_withModel copied to clipboard

No module named 'cv2'

Open Dipsome opened this issue 3 years ago • 1 comments

HOW CAN I Do

line 3, in import cv2 ModuleNotFoundError: No module named 'cv2'

Dipsome avatar Jun 29 '21 09:06 Dipsome

you need to install opencv

python3 -m pip install opencv-python

AlexanderProd avatar Nov 06 '21 18:11 AlexanderProd

This could be added in the README.

baptx avatar Nov 13 '22 13:11 baptx