Engineering-Course/LIP_JPPNet

How to generate csv file for own dataset?

zengpeng629 opened this issue · 7 comments

Thanks a lot for your solid work! I am planning to train JPPNet on my own dataset, but I don't know how to generate csv file like lip_train_set.csv to create heatmaps. what's the meaning of each column? Is there any APIs I can use on my own dataset?

The README file in the package illustrates the format of the csv file.
Actually, you can create your heatmaps directly without the need of generating such csv file.

Thanks for your reply!
in the README.md you only tell us to

For LIP dataset, we have provided images, parsing labels, lists and the left-right flipping labels (labels_rev) for data augmentation. You need to generate the heatmaps of pose labels. We have provided a script for reference.

could you tell me more information in detail about how to generate? Thank you!

It's not this README.
It's the README in the Training Image Package.

Sorry, I didn't find any file or dir named Training Image Package, could you provide exact file name? and how to create heatmap without csv file? Thank you!

TrainVal_pose_annotations.zip
image

Thank you, it turns out that I ignored this dataset zip while I downloaded LIP, appreciate!

@ZanePenn
hello, did you succed to train your own dataset please? i didn't understand how to create the csv file
thank you