-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Using GPU Gaussian blur at DarkPose unbiased decoding & megvii #332
Comments
Yeah many ops in cpu can be moved to gpu. For tools of profile, ref the last comment in #73 |
thanks. I'll go over it using cProfile #73. |
before gaussian blur #378 |
It doesn't seem necessary. It is a very small performance improvement, but it requires a lot of modifications. |
@HoBeom Hey, your GaussianBlur gpu version may not proform good enough on your test, but for datasets like cocowholebody, there's 133 keypoints needs GaussianBlur to recover from heatmap, I find your codes helpful, made big model like HRNet48 dark reach batch realtime, thanks a lot ! |
mmpose/mmpose/core/evaluation/top_down_eval.py
Line 266 in 9c047f6
It can be process in gpu using pytorch module
https://discuss.pytorch.org/t/gaussian-kernel-layer/37619
or this
https://www.programmersought.com/article/17644345494/
The text was updated successfully, but these errors were encountered: