SeanChenxy / HandMesh

MIT License
339 stars 69 forks source link

[MobRecon] Details about pre-training #37

Closed vra closed 2 years ago

vra commented 2 years ago

Hi @SeanChenxy ,

I am adopting the MobRecon network to train my custom model. As a basic step, I try to train MobRecon without using pre-trained densestack.pth, however the validation pampjpe is higher. I searched the paper but not find too much details about pre-training. Could you give more details about this? e.g., is pre-training a task of 2d keypoints estimation? which loss is used, which datasets are used during it? Thanks :heart:

SeanChenxy commented 2 years ago

Hi, we brief pre-training in supplementary material. This task go towards 2D pose position and heatmap based on L1 loss. We use our synthesized data for pre-training (Due to commercial reason, I cannot release all our pre-training data). Please see Table 1 for PAMPJPE based on from-sctatch training.

vra commented 2 years ago

Thanks for you information, I will check the supplementary material.