-
Notifications
You must be signed in to change notification settings - Fork 3
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
Training time and performance are different from the paper. #4
Comments
Hi, It seems like you only train the model when When testing the model, you should run For your current condition, you only have the model results for |
Can you share a google drive link for original cad120 dataset? The official website of cad120 seems to be closed. I want to do some research on the dataset. But I can't find a way to get the dataset. Thanks a lot. |
hello,May I ask if you have successfully downloaded the MPHOI data set? Can you share it |
I trained your model, 2G-GCN.
The model code is the same and the configure file is almost identical.
I trained this following process.
First, I trained 2G-GCN_stage1 on mphoi.
Second, I trained 2G-GCN_stage2 on mphoi.
The only difference is that when training stage1, I replaced "2G-GCN" with "2G-GCN_stage1" in conf/config.yaml and when training stage2, I replaced "2G-GCN_stage1" with "2G-GCN_stage2" in conf/config.yaml again.
Also, when training stage2, I substituted "pretrained_path: ${env:PWD}/outputs/cad120/2G-GCN/hs512_e50_bs16_lr0.0001_0.5_Subject1" with the checkpoint name of the output of stage1 in conf/models/2G-GCN_stage2.yaml.
And the rest of the settings are the same.
As a result, it trained well but the training time took only 1 hour on one RTX3090 GPU and I tested the output checkpoint by command " python -W ignore predict.py --pretrained_model_dir ./outputs/mphoi/2G-GCN/hs512_e40_bs8_lr0.0001_0.5_Subject45 --cross_validate".
The performance was as follows.
Summary F1@k results.
sub-activity_prediction
sub-activity_recognition
I think that these results are too different from those reported in your paper.
I wonder if I'm doing it right.
The text was updated successfully, but these errors were encountered: