orangeduck / Motion-Matching

Learned Motion Matching example implementation and source code for the article "Code vs Data Driven Displacement"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How should I modify features.bin

huang-1030 opened this issue · comments

Thanks again for the open source code, it helped me a lot to understand motion match.

When I change database.bin, how should I modify the features.bin corresponding to it, or tell me what the 27-dimensional features of features.bin represent.

Thanks.

You can see how features.bin is constructed in database_build_matching_features of database.h

You can see how features.bin is constructed in database_build_matching_features of database.h

Yeah! According to what you said, I successfully generated a new features.bin file, thank you very much.