mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
335 stars 90 forks source link

Training stuck with no verbose logs? #65

Closed Ashwin-Ramesh2607 closed 4 years ago

Ashwin-Ramesh2607 commented 4 years ago

Hi @mks0601 , I started a training job for my custom dataset. I set up the directories and data as per the repo. However, when I start training it is stuck "07-12 06:53:23 Start training ..." with this comment Screenshot from 2020-07-12 12-34-32 Is this correct? Or am I going wrong somewhere

Ashwin-Ramesh2607 commented 4 years ago

Sorry, there were some path issues related to my dataset. Resolved now

GK4444 commented 3 years ago

I am having the same issue. What paths did u change? @Ashwin-Ramesh2607

Ashwin-Ramesh2607 commented 3 years ago

If your custom dataset has annotations in the COCO format, then you should ensure that your dataset conforms to the directory structure here.

https://github.com/mks0601/TF-SimpleHumanPose/blob/master/data/COCO/dataset.py#L27-L32

GK4444 commented 3 years ago

yes, i maintained the same directory structure still the training is stuck. Also which tensorflow version were u using coz tf2 throws contrib error.