ECCV2022-RIFE icon indicating copy to clipboard operation
ECCV2022-RIFE copied to clipboard

No module named 'cv2'

Open tralala87 opened this issue 2 years ago • 3 comments

Hi.

While running: python3 inference_video.py --exp=1 --video=video.mp4 --scale=0.5

I get:

File "C:\Users\risto\Desktop\ML-NEW\ECCV2022-RIFE-main\inference_video.py", line 2, in import cv2 ModuleNotFoundError: No module named 'cv2'

tralala87 avatar Jul 22 '22 16:07 tralala87

Check the requirements.txt:

opencv-python>=4.1.2

prettydeep avatar Jul 22 '22 18:07 prettydeep

I'm having the same issue, however I have the latest version of opencv-python installed and it is still showing me the same error

running: python3 inference_video.py --exp=1 --video=video.mp4 --scale=0.5

result: File "C:\Users\anon\Desktop\Downloads\Rife\ECCV2022-RIFE-main\inference_video.py", line 2, in import cv2 ModuleNotFoundError: No module named 'cv2'

Here are some images for reference:

image image

shlurk avatar Aug 09 '22 03:08 shlurk

pip install opencv-python

aiac avatar Sep 08 '22 00:09 aiac