Skip to content
New issue

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' #86

Open
kittela opened this issue Sep 5, 2023 · 2 comments

Comments

@kittela
Copy link

kittela commented Sep 5, 2023

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)

@pekosong
Copy link

pekosong commented Oct 17, 2023

You should download the pre-trained model first

You can find url in readme

@karelrosseel
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants