Closed mubeenmeo344 closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed because it has not had recent activity.
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