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

Inference using the trained heads #9

Open
tsdev opened this issue Jul 3, 2024 · 1 comment
Open

Inference using the trained heads #9

tsdev opened this issue Jul 3, 2024 · 1 comment

Comments

@tsdev
Copy link

tsdev commented Jul 3, 2024

Dear Authors,

First of all, thank you for sharing your code! I am trying to use it for inference, but I get an error here:

# load bert vectors
text_features = torch.load(f'./{description_dict_name}.pth')

The code tries to load ./checked_par_lip_name.pth file for LIP evaluation (this is the task for which I am trying to use your model in inference mode on my own images) but this file is not part of the repository. Could you help me out here how to get this file?

@vcadillog
Copy link

The file is inside the experiments/release directory try changing the directory or moving the file to the root.

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

2 participants