michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
779 stars 372 forks source link

Visualize Augmented Images #79

Open akshitac8 opened 6 years ago

akshitac8 commented 6 years ago

While going by the code, I observed Data Augmentation already done. I wanted to question, How can I visualize the augmented images passed to the model for training. It would be a great help if I could see whereby the images have been augmented.

Thank you 😃

xiaofeiwu commented 6 years ago

it seems that the data can be visualized by _datasetinspect.py, I'm not sure whether the data augmentation method is correct

akshitac8 commented 6 years ago

Thank you :) I was able to visualize the augmented image without the file. For pose estimation, we need to take care of the joints rather than flipping the images. Am I correct? 😅

akshitac8 commented 6 years ago

@xiaofeiwu Should I close this Issue?