You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to provide a path to the an actual video in your system since "test.mp4" used by the author to test the model in not provided.
Lines to be changed are: #35: cap = cv2.VideoCapture("./media/test.mp4")
and #59: out = cv2.VideoWriter("./media/test_out.avi", 0, 25.0, (w, h))
File "inference_video_face.py", line 101, in
out.release()
AttributeError: 'NoneType' object has no attribute 'release'
The text was updated successfully, but these errors were encountered: