-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretrained Model Details | Requesting Clarification #9
Comments
You are correct. The models are trained and evaluated on different datasets to compare with other methods, as shown in Table 1 of the paper. You can reproduce them under the training instruction. For 3dpw, the model was trained on mixed 2D and 3D datasets, including 3dpw, h36m, mpii3d, coco, and mpii, and tested on 3dpw testing set. For mpii3d, we take 3dpw's checkpoint and directly test on mpii3d testing set. For h36m, the model was trained on h36m training set and tested on h36m testing set. 'mesh_vis.pth.tar' is one of 3dpw's checkpoints. Hope this reply helps you. |
Thank you for clarifying this in detail :). This makes it quite clear. |
MPS-Net and TCMR also use different settings for diverse test datasets, as indicated here. In contrast to MPS-Net and TCMR, PMCE introduces the pose branch, which is influenced by joint set types. Thus, PMCE mainly follows the settings of the pose-based method, Pose2Mesh. |
hello, the pretrained model you provide is 393M, but i reproduced following the training introduction is 1.1G, is there any problems cause this difference? Thank you and look forward to your reply! |
Hello, to save memory for easy downloading, the uploaded pretrained model only contains the model parameters. In contrast, the reproduced one contains additional optimizer parameters. |
Hello,
Thank you for your great work, and making the code publicly available.
In the link provided to the pretrained models, there are multiple pretrained models available. While you mention that for demo purposes, we should use the "mesh_vis.pth.tar" model, it is not clear what the other models are.
My understanding is that the other models are specific models for evaluation on different datasets. If my understanding is correct, then could you please clarify whether you perform individual training and testing for each dataset, or whether you train a single model on a mixture of the datasets and then perform all testing with that single model?
The text was updated successfully, but these errors were encountered: