namepllet / HandOccNet

Offical pytorch implementation of "HandOccNet: Occlusion-Robust 3D Hand Mesh Estimation Network", CVPR 2022.
156 stars 30 forks source link

FPHA dataset #17

Closed luhavefun closed 1 year ago

luhavefun commented 2 years ago

Thanks for your excellent work. I checked the references in FPHA part of paper and found that there are several ways to split the data. Could you give a more detailed criteria?

namepllet commented 2 years ago

We used action split.

luhavefun commented 2 years ago

Thanks for your reply! Sorry to interrupt, i have another question about FPHA. Are the results of FPHA in paper obtained after procrustes alignment

lzfff12 commented 1 year ago

Thanks for your reply! Sorry to interrupt, i have another question about FPHA. Are the results of FPHA in paper obtained after procrustes alignment I also want to ask this question, do you have the answer?

namepllet commented 1 year ago

Yes we obtained the results after procrustes alignment.

luhavefun commented 1 year ago

Got it, thanks for the reply.