Giter Club home page Giter Club logo

Comments (9)

dragonmeteor avatar dragonmeteor commented on May 11, 2024

Is there any error messages printed on the console?

from talking-head-anime-demo.

ishi-spla avatar ishi-spla commented on May 11, 2024

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.

from talking-head-anime-demo.

dragonmeteor avatar dragonmeteor commented on May 11, 2024

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

from talking-head-anime-demo.

philipwelia avatar philipwelia commented on May 11, 2024

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

from talking-head-anime-demo.

dragonmeteor avatar dragonmeteor commented on May 11, 2024

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.

from talking-head-anime-demo.

huan-end avatar huan-end commented on May 11, 2024

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?

from talking-head-anime-demo.

huan-end avatar huan-end commented on May 11, 2024

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

from talking-head-anime-demo.

dragonmeteor avatar dragonmeteor commented on May 11, 2024

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.

from talking-head-anime-demo.

huan-end avatar huan-end commented on May 11, 2024

from talking-head-anime-demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.