jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning

Home Page:http://deepposekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creating .h5 data files from images dataset

mubeenmeo344 opened this issue · comments

Hi...
I am facing issue with my dataset (if you can guide how to create .h5 files which are appropriate for your toolkit). I have created .h5 file successfully for my dataset. But when I process this file for training it only show keypoints on image instead of drawing lines between keypoints (child and parent). Along this, it's got stuck forever (neither giving any error nor going forward) after showing augmented image, on trainGenerator in Step3_train_model.py file.

train_generator = TrainingGenerator(generator=data_generator,
downsample_factor=3,
augmenter=augmenter,
sigma=5,
validation_split=0.1,
use_graph=True,
random_seed=1,
graph_scale=1)

Please help, ASAP

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

commented

This issue has been automatically closed because it has not had recent activity.