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
Traceback (most recent call last): File "/Users/coolinear/Desktop/pyproj/speech-driven-animation-master/mess.py", line 2, in va = sda.VideoAnimator(gpu=-1)# Instantiate the animator File "/Users/coolinear/Desktop/pyproj/speech-driven-animation-master/sda/sda.py", line 106, in init model_dict = torch.load(model_path, map_location=lambda storage, loc: storage) File "/Users/coolinear/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 426, in load return _load(f, map_location, pickle_module, **pickle_load_args) File "/Users/coolinear/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 603, in _load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: invalid load key, 'v'.
The text was updated successfully, but these errors were encountered:
download model from README, here: https://drive.google.com/open?id=1pJdsnknLmMLvA8RQIAV3AQH8vU0FeK16
Sorry, something went wrong.
And make sure you put the models in the sda\data folder where there are existing empty placeholder .dat files.
sda\data
Think the new location is here https://drive.google.com/drive/folders/17Dc2keVoNSrlrOdLL3kXdM8wjb20zkbF
No branches or pull requests
Traceback (most recent call last):
File "/Users/coolinear/Desktop/pyproj/speech-driven-animation-master/mess.py", line 2, in
va = sda.VideoAnimator(gpu=-1)# Instantiate the animator
File "/Users/coolinear/Desktop/pyproj/speech-driven-animation-master/sda/sda.py", line 106, in init
model_dict = torch.load(model_path, map_location=lambda storage, loc: storage)
File "/Users/coolinear/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 426, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
File "/Users/coolinear/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 603, in _load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, 'v'.
The text was updated successfully, but these errors were encountered: