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

Cannot run the demo code #2

Open
threefoldo opened this issue Dec 12, 2020 · 4 comments
Open

Cannot run the demo code #2

threefoldo opened this issue Dec 12, 2020 · 4 comments

Comments

@threefoldo
Copy link

First, I compiled the 'fused' op and install the missing face_alignment:

  cd op && python setup.py install
  pip install face_alignment

Then, this error occurred:

FileNotFoundError: [Errno 2] No such file or directory: 'model/audio2expression_convNet_justus.pt'

This model file is missing in google drive.

@sharvil
Copy link

sharvil commented Dec 12, 2020

Yeah, I also ran into the same issues; currently blocked on missing pretrained model.

@Johnson-yue
Copy link

where is the paper? how to train it?

@FeliMe
Copy link
Owner

FeliMe commented Dec 13, 2020

First, I compiled the 'fused' op and install the missing face_alignment:

  cd op && python setup.py install
  pip install face_alignment

Then, this error occurred:

FileNotFoundError: [Errno 2] No such file or directory: 'model/audio2expression_convNet_justus.pt'

This model file is missing in google drive.

Unfortunately, I am not allowed to provide this model as it is from another work. You would have to train the model from scratch. Sorry about that.

@FeliMe
Copy link
Owner

FeliMe commented Dec 13, 2020

where is the paper? how to train it?

I added the link to the thesis in README.md. Be aware that it is a Master's thesis and there is no other paper for this work.

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

4 participants