Skip to content

Results Mismatch compare paper's(?) on Trainig setting 3 and test setting 3 #116

@chojinie

Description

@chojinie

Hi, @linjing7

I bring some result from guiding instruction on paper and github pages.
I have some question about that.

  1. Followed by github's guide like setting 3(Train on MSCOCO, Human3.6m, MPII, UBody-Train and Test on UBody-val) :
    [Train] It took a 60hours by A60002way(64G*2) gpu:0,1 / Command : python train.py --gpu 0,1 --lr 1e-4 --exp_name output/train_setting3 --train_batch_size 16 --ubody_benchmark --decoder_setting wo_decoder

--> I got snapshot_13.pth.tar

[Test] Same Hardware / Command : python test.py --gpu 0,1,2,3 --exp_name output/train_setting3/ --pretrained_model_path ../output/train_setting3/model_dump/snapshot_13.pth --testset UBody --test_batch_size 64 --decoder_setting wo_decoder

--> Then I got result
image

and Paper's result just like that
image

It seems very different, even setting3 result is better than paper's result.

Does this event is right? then why? I'm merely speculating that the difference in performance arises from whether osx_l was fine-tuned with the U-body dataset or initially trained from scratch including the U-body dataset.

  1. Followed by github's Testing OSX guideline,
    I test the model with command
    python test.py --gpu 0,1 --exp_name /output/test_setting3 --pretrained_model_path ../pretrained_models/osx_l_wo_decoder.pth.tar --testset UBody --test_batch_size 64 --decoder_setting wo_decoder

--> I got this result
image

It is more near the result of paper's.
In testing OSX, they use the pretrained model osx_l.pth.tar for testing. Is this the experimental approach referred to in Table 5 of the paper? And is this osx_l.pth.tar a model that was pretrained on existing datasets (MPII, H36M, MSCOCO-Wholebody) and then fine-tuned on the U-body dataset?
However, since this is a without decoder model, the performance is slightly lower than what is presented in the paper, right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions