GithubHelp home page GithubHelp logo

Comments (5)

yoyo-nb avatar yoyo-nb commented on May 23, 2024 1

According to experiments on TED-talks, facial expression transfer is not very good.

Because the region of the face in the image is too small, and the facial motions are too small compared to the body motions, making it difficult for the model to learn.

Maybe it's possible to do this with multiple models working at the same time.

For example: for the whole image, use the body motion transfer model. At the same time, face detection is performed on the image, and the facial motion transfer model is used in the face region.

from thin-plate-spline-motion-model.

yoyo-nb avatar yoyo-nb commented on May 23, 2024

You can try to process the dataset as a sequence of .png frames (use --format .png when running load_videos.py), so that you only need to read two png images instead of the entire video during training, which can reduce memory usage.

from thin-plate-spline-motion-model.

aishoot avatar aishoot commented on May 23, 2024

You can try to process the dataset as a sequence of .png frames (use --format .png when running load_videos.py), so that you only need to read two png images instead of the entire video during training, which can reduce memory usage.

Thanks. It really works. Another question: If I want to imitate the expression, head and body movement at the same time, any good ideas?

from thin-plate-spline-motion-model.

aishoot avatar aishoot commented on May 23, 2024

OK, thanks a lot. Got it

from thin-plate-spline-motion-model.

FurkanGozukara avatar FurkanGozukara commented on May 23, 2024

According to experiments on TED-talks, facial expression transfer is not very good.

Because the region of the face in the image is too small, and the facial motions are too small compared to the body motions, making it difficult for the model to learn.

Maybe it's possible to do this with multiple models working at the same time.

For example: for the whole image, use the body motion transfer model. At the same time, face detection is performed on the image, and the facial motion transfer model is used in the face region.

could you add this? a script to combine vox and ted

from thin-plate-spline-motion-model.

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.