sczhou / ProPainter

[ICCV 2023] ProPainter: Improving Propagation and Transformer for Video Inpainting
https://shangchenzhou.com/projects/ProPainter/
Other
5.45k stars 645 forks source link

ModuleNotFoundError: No module named 'cv2' #43

Closed michaelxmchn closed 10 months ago

michaelxmchn commented 11 months ago

D:\test\propainter\ProPainter>python inference_propainter.py --video inputs/object_removal/bmx-trees --mask inputs/object_removal/bmx-trees_mask Traceback (most recent call last): File "D:\test\propainter\ProPainter\inference_propainter.py", line 3, in import cv2 ModuleNotFoundError: No module named 'cv2'

sczhou commented 10 months ago

Please install cv2 first