orangeduck / Motion-Matching

Learned Motion Matching example implementation and source code for the article "Code vs Data Driven Displacement"
MIT License
695 stars 105 forks source link

Question about the Database.bin #28

Closed CatOnly closed 11 months ago

CatOnly commented 11 months ago

What's the list of animations store in database.bin originally ? It's just the same as Files in Files to Process's list ? I know that this neural network compresses the animation data tremendously. And in general, we compresses animation data with Catmull-Rom. I'm just about to test which one compresses more data.

orangeduck commented 11 months ago

Yes. You could add more data from the lafan dataset and regenerate the database file if you wanted to see how it works with more data. There are more takes of running, jogging and walking from other subjects in the database you could try.

CatOnly commented 11 months ago

With a few frames from only three files, I can have such smooth action !? Oh my GOD !! It seems that the compression rate of this should not be compared to that specific file, but to see the effect.

I'm so appreciative of your work.