Open anatolix opened 6 years ago
Hi.
I've made very fast augmentation algorithms for keras version of project https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation It augments 140 images per second in python (C++ augmentation augments 30)
Trick is in made all augmentation(crop/scale/resize/shift) with one warpAffine and vectorized generation of heatmaps and pafs. Please take a look, if you like it i could adapt it and make pull request.
Thank you very much. It's a wonderful work!
Hi.
I've made very fast augmentation algorithms for keras version of project https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation It augments 140 images per second in python (C++ augmentation augments 30)
Trick is in made all augmentation(crop/scale/resize/shift) with one warpAffine and vectorized generation of heatmaps and pafs. Please take a look, if you like it i could adapt it and make pull request.