mitmul / deeppose

DeepPose implementation in Chainer
http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/42237.pdf
GNU General Public License v2.0
408 stars 129 forks source link

Include "act_id" of MPII annotations to mpii_dataset.py #45

Closed sebo361 closed 5 years ago

sebo361 commented 5 years ago

As I only want to train my model on one specific acting category of MPII dataset, I am trying to include the categories in mpii_dataset.py. Unfortunately I could not solve it - can you help me taking the "act_id" of the MPII data set into your conversion code?