-
Notifications
You must be signed in to change notification settings - Fork 4
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
About training strategy and pre-trained model. #1
Comments
Please use train_cross_stage2.sh for use, train_cross_cont.sh is for visualization. I will update the Readme to make it more clear. |
Thx! Looking for your update! |
Hi, Have you got the same results as the FD-GAN proposed about pose files on Market? I use the rtpose model from 'pytorch_Realtime_Multi-Person_Pose_Estimation' which cannot get the same results on Market. And the results I got were very weak. Thanks for your help which is very important to me. |
FD-GAN has its stage-III pre-trained model which has its reported result (https://github.com/yxgeee/FD-GAN). Yet, I could not reproduce their finalized result following stage-II and stage-III as well so I directly load their pre-trained weights for the source domain in our work. |
Oh, you are right. That is target-test-loader. |
Got it. Thanks for your confirmation. |
I am very interested in your paper and codes, so I want to run the code and I have preprocessed the pose files according to FD-GAN. However, I am confused with the training strategy. What is the difference between the train_cross_cont.sh and train_cross_stage2.sh? How to train the model for stage 1, or would you mind providing the pretrained models used in the .sh files? Thank you very much for your help!
The text was updated successfully, but these errors were encountered: