mohamedhassanmus / prox

Resolving 3D Human Pose Ambiguities with 3D Scene Constraints https://prox.is.tue.mpg.de
Other
220 stars 19 forks source link

how to train #4

Closed GYTuuT closed 4 years ago

GYTuuT commented 4 years ago

Hi, i have rebuilt the project and it worked well and the results is pretty great ! But now, I want to train this model based on my own dataset. What should i do to make it? or just replace the paths of dataset?

mohamedhassanmus commented 4 years ago

This method is an optimization based method, so there is no training involved. If you want to run it on your dataset, you would need to change the followings:

GYTuuT commented 4 years ago

Got it, Thanks !