eldar / pose-tensorflow

Human Pose estimation with TensorFlow framework
GNU Lesser General Public License v3.0
1.14k stars 384 forks source link

The type of annotation file for train model #99

Closed jingshaoli closed 5 years ago

jingshaoli commented 5 years ago

Hi,eldar. Thanks for your great work I want to train the model with my own dataset. I used the annotation tool(https://github.com/visipedia/annotation_tools) to mark the joint and finally get a json type file. Do I need to convert it to matlab type? I noticed that the annotation file that I downloaded from coco's official website is also json type. Do I need to convert the annotation file to matlab type file when training with coco dataset?

MMathisLab commented 5 years ago

If you want, we made a wrapper for this code (plus some other extensions), so you can load your own data. see more here: https://github.com/AlexEMG/DeepLabCut