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
File "G:\songsing\EchoMimic\EchoMimic-240907\EchoMimic\webgui_glut.py", line 150, in process_video
face_mask = np.zeros((face_img.shape[0], face_img.shape[1])).astype('uint8')
AttributeError: 'NoneType' object has no attribute 'shape'
The text was updated successfully, but these errors were encountered:
File "G:\songsing\EchoMimic\EchoMimic-240907\EchoMimic\webgui_glut.py", line 150, in process_video
face_mask = np.zeros((face_img.shape[0], face_img.shape[1])).astype('uint8')
AttributeError: 'NoneType' object has no attribute 'shape'
The text was updated successfully, but these errors were encountered: