-
Notifications
You must be signed in to change notification settings - Fork 29
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
My result is not good #39
Comments
By the way, the params of model calculated by torchsummary is inconsistent with the paper:
In your paper, the params under the same configuration is 4.07M |
After review the other issues, i find the difference between above config.py and yours is:
And in ski_cncat.py:
Now , i find it match the original picture in the paper:
So I will check the result after training |
@Berry-Wu That is true at the time when I wrote this code, I overwrited all config files (dumb mistake). Let me know the result! |
@SangbumChoi I have finished the training on 2 GTX 1080Ti about 30 hours. After changing the config, the GPU memory occupancy is so big, so i change the bacth_size to 32
The log is here. And the result is below:
As you can see, the result on Protocol 2 is about 60.51mm. By the way, the param of calculated by torchsummary is 3.64M, in your paper is 4.07M. I don't know what‘s the gap. |
@Berry-Wu Do you have any update on this? I really want to know If you can reproduce the result on the paper or not, I cannot match the setting as the paper said |
@SonNguyen2510 Sorry, I didn't reproduce the result of the paper. My result is above, which has a gap with the paper. After several modifications,I think my config is consistent with the original paper. You can refer the config above. I hope it will help you! :) |
@Berry-Wu thank you for your reply, in order to test the pretrain model, I think I need to match it configuration. Do you know what is the config of that model? Is that the config above? thanks again |
@SonNguyen2510 Sorry, I don't know. :( You can refer this issue: #30 |
@Berry-Wu it's ok, thank you anyway :) |
Hi, thanks for your great work.
I trained the model using script 'python train.py --gpu 0-1 --backbone LPSKI' with Human3.6M and MPII datasets with 2 GTX 1080Ti.
My config.py is like below:
And I tested the model with test.py :
And the result is like below:
I wonder if it's a setup issue,During training,the loss between about epoch 13 to epoch 24 has a little change。The log is here
Lastly, I want to know where can I find your trained model? :) Looking forward to your reply!
The text was updated successfully, but these errors were encountered: