agnJason / XHand

Official pytorch implementation of "XHand: Real-time Expressive Hand Avatar"
https://agnjason.github.io/XHand-page/
Apache License 2.0
65 stars 2 forks source link

Can this be used for feet too, with datasets like FOOT3D and FIND? #2

Open andupotorac opened 1 month ago

andupotorac commented 1 month ago

Here's a quick link to the data: https://github.com/OllieBoyne/Foot3D https://github.com/OllieBoyne/FIND

It would be amazing if this would work for feet too, as it could fix the issues in generative AI where feet are morphed into unrecognizable shapes.

agnJason commented 1 month ago

If there are foot template models like MANO or SMPL, our method can be easily transferred to foot multi-view datasets in https://github.com/OllieBoyne/Foot3D.

andupotorac commented 1 month ago

If there are foot template models like MANO or SMPL, our method can be easily transferred to foot multi-view datasets in https://github.com/OllieBoyne/Foot3D.

Not sure if this is what you mean: https://www.ollieboyne.com/FOUND/. Or maybe this: https://github.com/OllieBoyne/SynFoot.

Ollie seems to have done a lot of work with feet, and there's been more focus on fixing hands in Generative AI (your XHand work, as well as HandRefiner), yet feet are still unsolved and I was hoping your algorithm might extend to address feet also.