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
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/vox.pth.tar'
Error presents on execution of Thin-Plate-Spline-Motion-Model.ipynb line
from demo import load_checkpoints inpainting, kp_detector, dense_motion_network, avd_network = load_checkpoints(config_path = config_path, checkpoint_path = checkpoint_path, device = device)
The text was updated successfully, but these errors were encountered:
You should download the pre-trained model first
You can find url in readme
Sorry, something went wrong.
hello, I tried, but get with this link
from demo import load_checkpoints inpainting, kp_detector, dense_motion_network, avd_network = load_checkpoints(config_path = config/vox-256.yaml , checkpoint_path = checkpoints/vox.pth.tar , device = device)
this error
File ["<ipython-input-47-e6fb26af977d>"](https://localhost:8080/#), line 2 inpainting, kp_detector, dense_motion_network, avd_network = load_checkpoints(config_path = config/vox-256.yaml , checkpoint_path = checkpoints/vox.pth.tar , device = device) ^ SyntaxError: invalid decimal literal
No branches or pull requests
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/vox.pth.tar'
Error presents on execution of Thin-Plate-Spline-Motion-Model.ipynb line
from demo import load_checkpoints
inpainting, kp_detector, dense_motion_network, avd_network = load_checkpoints(config_path = config_path, checkpoint_path = checkpoint_path, device = device)
The text was updated successfully, but these errors were encountered: