Engineering-Course / LIP_JPPNet

Code repository for Joint Body Parsing & Pose Estimation Network, T-PAMI 2018
MIT License
341 stars 87 forks source link

How to generate csv file for own dataset? #16

Closed zengpeng629 closed 6 years ago

zengpeng629 commented 6 years ago

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?

Engineering-Course commented 6 years ago

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.

zengpeng629 commented 6 years ago

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!

Engineering-Course commented 6 years ago

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

zengpeng629 commented 6 years ago

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!

Engineering-Course commented 6 years ago

TrainVal_pose_annotations.zip image

zengpeng629 commented 6 years ago

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

M-Ghorbel commented 5 years ago

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