-
Notifications
You must be signed in to change notification settings - Fork 14
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
Cannot reproduce without pre-trained ResNet-50 weights of xiao2018simple #16
Comments
Hi, if you are not using the pretrained backbone, please set ‘lr’ and ‘lr_backbone’ the same |
I changed my config file as below:
|
Hi, Yes, the results seem weird.
|
|
Wow, I didn't know that RTX 3090 is that better than RTX 2080 ti. I thought you were testing on 3DPW-Crowd, since you are using
Can you share your full code via github repo? Some information is confusing. Increasing errors seem really weird. |
So sorry that I pasted the wrong command. |
Thanks for sharing the code. Here are a few suggestions.
|
@hongsukchoi, when I train your model with Human3.6M and MuCo respectively, both of them will have increasing errors. |
Hi,
I tried to reproduce table 8 without pre-trained ResNet-50 weights of xiao2018simple.
My training command is
python train.py --amp --gpu 0 --cfg ../assets/yaml/3dpw_crowd.yml
and the config file is :
However, I got very strange results on 3dpw as below (I evaluate every epoch):
Do you have any idea about this?
Thank you!
The text was updated successfully, but these errors were encountered: