princeton-vl / pytorch_stacked_hourglass

Pytorch implementation of the ECCV 2016 paper "Stacked Hourglass Networks for Human Pose Estimation"
BSD 3-Clause "New" or "Revised" License
465 stars 94 forks source link

How to use FLIC dataset in this version? #32

Closed jinchengll closed 3 years ago

jinchengll commented 3 years ago

Hi, I want to get the results on FLIC, I have looked at your lua version code and also did not find the code file for FLIC. How did you get the results on FLIC?

crockwell commented 3 years ago

Hello.

Sorry, this version of the code did not use FLIC or train a model on FLIC. Feel free to setup your own dataset in the data folder by porting over the FLIC h5py files from the lua version.

Thanks!

crockwell commented 3 years ago

closing for inactivity