princeton-vl / pose-hg-train

Training and experimentation code used for "Stacked Hourglass Networks for Human Pose Estimation"
Other
575 stars 185 forks source link

no flic.lua whenth 'main.lua -dataset flic -expID test-run` #12

Open desenzhou opened 8 years ago

desenzhou commented 8 years ago

I execute the command 'th main.lua -dataset flic -expID test-run', but your code does not contain src/dataset/flic.lua, and after I changed mpii.lua to flic.lua, it shows cannot find data/flic/annot.h5

anewell commented 8 years ago

Yeah, sorry about that! In the latest updates to the code infrastructure support for FLIC was temporarily dropped. If you want to test the code on FLIC the commit from a couple months ago still works well, and hopefully I will set up proper support for FLIC in the new code soon.