Closed tyduck closed 6 years ago
Hi, the h5 files are directly borrowed from https://github.com/umich-vl/pose-hg-train/tree/master/data/mpii/annot We don't have code for generating data in h5 format. However, we have code for converting the annotation of MPII to JSON format. You may refer to our pytorch-pose repository.
I want to train the model from a different dataset, then I find a problem, how can I get the hdf5 annotation data by myself? Could the author publish the code about how to transform the label data in the original dataset to the hdf5 formation?