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

Manual poser, "Nothing yet!" #16

Closed
Ceiru opened this issue May 21, 2020 · 9 comments
Closed

Manual poser, "Nothing yet!" #16

Ceiru opened this issue May 21, 2020 · 9 comments

Comments

@Ceiru
Copy link

Ceiru commented May 21, 2020

Have opened the program, loaded the sample image, but the right screen keeps saying "Nothing yet!", was there anything i missed?

@dragonmeteor
Copy link
Collaborator

Is there any error messages printed on the console?

@ishi-spla
Copy link

I have similar problem, too.
error messages are
File "talking-head-anime-demo-master/tha/two_algo_face_rotator.py", line 56, in forward
base_grid = affine_grid(identity, [n, c, h, w], align_corners=self.align_corners)
TypeError: affine_grid() got an unexpected keyword argument 'align_corners'

please tell me solutions.

@dragonmeteor
Copy link
Collaborator

Please update your PyTorch installation to be at least version 1.3. The align_corners option was introduced in that version.

@philipwelia
Copy link

Please update your PyTorch installation to be at least version 1.3. The align_corners option was introduced in that version.

I meet similar issue with the version 1.4.0.
there aren't any images showed on the screen or any error massages on the console

@dragonmeteor
Copy link
Collaborator

It is impossible to find out what's wrong without seeing what the errors look like. If there's nothing showing out, please take a screenshot or a video of your screen, including the command prompt that you invoked the program with.

@huan-end
Copy link

In the 'app', manual_poser.py,when i am running the program, ”Module 'typing' has no attribute 'ForwardRef' error “and show the "from poser.morph_rotate_combine_poser import MorphRotateCombinePoser256Param6"has a promble,how to deal with it?Is it a Python package?

@huan-end
Copy link

There has the same promble in 'app/puppeteer'.

@dragonmeteor
Copy link
Collaborator

dragonmeteor commented Jul 13, 2020

It seems the problem is in your Python installation. The source code that is distributed in this repository does use the "typing" module, but it does not use any "ForwardRef." Your Python installation seems to have a problem when the "typing" module is used.

The easiest way to solve this is to try installing the code in a newly created Python environment. I have provided instruction to do it with Anaconda in the README file. Please try it.

@huan-end
Copy link

huan-end commented Jul 22, 2020 via email

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

5 participants