Jian Yang · Jiakun Li · Guoming Li · Huaiyu Wu · Zhen Shen . Zhaoxin Fan .
Multi-view hand reconstruction is a critical task for applications in virtual reality and human-computer interaction, but it remains a
formidable challenge. Although existing multi-view hand reconstruction
methods achieve remarkable accuracy, they typically come with an intensive computational burden that hinders real-time inference. To this end,
we propose MLPHand, a novel method designed for real-time multi-view
single hand reconstruction. MLPHand consists of two primary modules:
(1) a lightweight MLP-based Skeleton2Mesh model that efficiently recovers hand meshes from hand skeletons, and (2) a multi-view geometry feature fusion prediction module that enhances the Skeleton2Mesh
model with detailed geometric information from multiple views. Experiments on three widely used datasets demonstrate that MLPHand can
reduce computational complexity by 90% while achieving comparable reconstruction accuracy to existing state-of-the-art baselines. Project link
is https://github.com/jackyyang9/MLPHand
Congratulations on our paper being accepted by ECCV 2024!!
The code will be released soon in next few weeks!
Todo list:
-
- Share the convex decomposition matrix. See
Diag_Vertex.pth
- Share the convex decomposition matrix. See
-
- Training/Inference code of stage 1 (2025/2/24)
-
- Training/Inference code of stage 2 (As soon as possible :))
- See docs/installation.md to setup the environment and install all the required packages.
- See docs/datasets.md to download all the datasets and data assets.
Simply running HM_trainv2.py would start the training and evalution proceess of our Skeleton2Mesh model. ( Note that this HM_trainv2.py script has not been carefully cleaned. If you have any question or meet any problem, welcome to post issues)
Coming Soon !
The code and model provided herein are available for usage as specified in LICENSE file. By downloading and using the code and model you agree to the terms in the LICENSE.
Most of codes come from the POEM repo, We deeply thank this repo.
@inproceedings{yang2024mlphand,
title={MLPHand: Real Time Multi-view 3D Hand Reconstruction via MLP Modeling},
author={Yang, Jian and Li, Jiakun and Li, Guoming and Wu, Huai-Yu and Shen, Zhen and Fan, Zhaoxin},
booktitle={European Conference on Computer Vision},
pages={407--424},
year={2024},
organization={Springer}
}For more questions, please contact Jian Yang: [email protected]
