keras_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard

Visualize Augmented Images

Open akshitac8 opened this issue 7 years ago • 3 comments

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 😃

akshitac8 avatar Jul 17 '18 07:07 akshitac8

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

xiaofeiwu avatar Jul 24 '18 03:07 xiaofeiwu

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 avatar Jul 24 '18 04:07 akshitac8

@xiaofeiwu Should I close this Issue?

akshitac8 avatar Aug 05 '18 20:08 akshitac8