Struggling with Rerender A Video. So far I've been unable to get the implementation running after t
Struggling with Rerender A Video.
So far I've been unable to get the implementation running after trying multiple methods, including Software Engineering Course's one-click installer. Whether following the repo instructions or the installer, running WebUI.py or Run.bat always results in:
Traceback (most recent call last):
File "C:\RRAV\Rerender_A_Video\webUI.py", line 5, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Press any key to continue . . .
The culprit seems to be this error. (see attached image.png). I'm not a programmer and I'm afraid I just don't know what I'm doing wrong. I've tried both with the venv active and without it, same error.
So far I've been unable to get the implementation running after trying multiple methods, including Software Engineering Course's one-click installer. Whether following the repo instructions or the installer, running WebUI.py or Run.bat always results in:
Traceback (most recent call last):
File "C:\RRAV\Rerender_A_Video\webUI.py", line 5, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Press any key to continue . . .
The culprit seems to be this error. (see attached image.png). I'm not a programmer and I'm afraid I just don't know what I'm doing wrong. I've tried both with the venv active and without it, same error.




