We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "G:\ProgramData\anaconda3\envs\MimicTalk-main\inference\train_mimictalk_on_a_video.py", line 163, in load_training_data bg_img = torch.tensor(cv2.imread(img_name)[..., ::-1] / 127.5 - 1).permute(2,0,1).float() # [3, H, W] TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
我也是,请问有解决办法了吗
Sorry, something went wrong.
问题已经解决:https://www.jinshuangshi.com/forum.php?mod=viewthread&tid=879&page=1&extra=#pid1146
No branches or pull requests
File "G:\ProgramData\anaconda3\envs\MimicTalk-main\inference\train_mimictalk_on_a_video.py", line 163, in load_training_data
bg_img = torch.tensor(cv2.imread(img_name)[..., ::-1] / 127.5 - 1).permute(2,0,1).float() # [3, H, W]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: