Giter VIP home page Giter VIP logo

Comments (2)

BarqueroGerman avatar BarqueroGerman commented on June 12, 2024

Hi @vegelate,

Thank you for your interest in our work! Can you give me more details on what you are trying to run? I was able to perform the inference for the composition example on Babel in a RTX 3050 with 4Gb of RAM.

That said, the denoising with the HumanML3D example is highly memory-hungry because the length of the motion is ~4-5 minutes. For such long sequences, the memory bottleneck is in the APE stage (as long as you use the --use_chunked_att flag). I will implement next week a more memory-efficient version. Right now, during APE stage, the whole sequence (N frames) is denoised all at once, and the attention memory complexity is N². This can be improved by denoising all subsequences in parallel since the attention is limited anyway to each intra-subsequence segment. In that case, the memory complexity will be M² where M is the maximum length of all subsequences (M << N). That should decrease the memory requirements for very long compositions.

Stay tuned!

from flowmdm.

vegelate avatar vegelate commented on June 12, 2024

Thank you for your reply, I tried fewer animation sequences, and it works now.
The quality of the animation generated is very high, outstanding work!

from flowmdm.

Related Issues (11)

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.