-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my own dataset #40
Comments
You can check the ground truth in tensorboard. Data argument part works well in all my dataset. |
Thank you for your response. then I click on this URL but this page opened...The requested URL could not be retrieved |
just run ’tensorboard --logdir checkpoints/train/2019-7-21-5-2-28‘ at the root path of the project |
@YangZeyu95 I couldn't see the ground truth in tensorboard. just the graph is loaded also I can't see the images in tensorboard on google colab. |
Hi, I would like to ask what is the function of 'peaks' in the script of 'process_paf'. I see the code like this: |
Did you konw the transform's mean? |
Hi, when I train openpose on my own dataset(small dataset), how to know it works well for my dataset in data augmentation part of get_data() in pose_dataset.py (lines 355-359 )?
is it possible that new coordinates of key points don't adjust well on the augmented image? or it works correctly for any dataset?
because after running run.py with my pre_trained model, the output image of heatmap and vector map are not acceptable.is it ok because of my small dataset or I should check the augmentation part?
Can someone help me, Thank you.
ds = MapDataComponent(ds, pose_random_scale)
ds = MapDataComponent(ds, pose_rotation)
ds = MapDataComponent(ds, pose_flip)
ds = MapDataComponent(ds, pose_resize_shortestedge_random)
ds = MapDataComponent(ds, pose_crop_random)
The text was updated successfully, but these errors were encountered: