Open BTakacs-Oxit opened 2 years ago
in my case I change the line 133 in mefamo.py like below cap = cv2.VideoCapture(input)#, cv2.CAP_DSHOW)
when the video is given in path, cv2.videocapture with cv2.CAP_DSHOW returns None.
in my case I change the line 133 in mefamo.py like below cap = cv2.VideoCapture(input)#, cv2.CAP_DSHOW)
when the video is given in path, cv2.videocapture with cv2.CAP_DSHOW returns None.
Tried this, but getting a slightly different error at the exact same line.
Starting MeFaMo
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Traceback (most recent call last):
File "C:\Users\Main\MeFaMo\examples\mefamo_cli.py", line 22, in
Hello, unfortunately I also was not able to use an input video file for some reason. Was also trying the --input way but did not seem to work.