asanakoy / deeppose_tf

DeepPose implementation on TensorFlow. Original Paper http://arxiv.org/abs/1312.4659
Other
144 stars 61 forks source link

not a bug... but a question #14

Closed avsanjay closed 6 years ago

avsanjay commented 6 years ago

If i have to use this code and test a non mpii data set which does not have any attributes ( the position of the various body parts), can it be done? Can i make some changes and feed in images and then see if the different parts of the body are identified.

asanakoy commented 6 years ago

Yes, you can do it. Check the test script and remove parts where gt labels are used for computing scores.