mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
598 stars 97 forks source link

want to change the architecture to actual integral pose repos #27

Closed sezan92 closed 5 years ago

sezan92 commented 5 years ago

Hello, I want to load the weights trained by integral human pose repository, on the repository you based your work on . but i will have to change the network configuration to do that. can you guide me how to change your configuration to that of the original repository?

mkocabas commented 5 years ago

I didn't inspect the checkpoint file they provided but model definition should be similar to ours. You can check the dimension of the weight tensors and rename the modules accordingly to load the weights.