Skip to content
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

Faster augmentation #1

Open
anatolix opened this issue Nov 16, 2017 · 1 comment
Open

Faster augmentation #1

anatolix opened this issue Nov 16, 2017 · 1 comment

Comments

@anatolix
Copy link

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.

@last-one
Copy link
Owner

Thank you very much. It's a wonderful work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants