-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
inference speed is low #40
Comments
could you share the configs and starting commands of both testing? a random guess is that mmpose is using single-video testing, and maybe alphapose is using batch |
@innerlee in top_down_video_demo_with_mmdet.py
alphapose |
Could you also share how to compute fps from this delta time? |
Also are the two frameworks using the same set of bboxes? |
@innerlee |
|
In MMPose, flip testing is used by default. |
@innerlee @jin-s13 This result is close to alphapose, but I think it can still be optimized. I will close this question. |
Thanks for your sharing. Very true that 45fps is not ideal. Speed & Accuracy are top-priorities. We will diagnose & optimize the inference speed soon. btw how about the training speed? is it normal, slow or fast? |
I didn’t train, I used your trained model |
thanks! |
* Fix BaseDataset docs * Fix basedataset doc
I simply tested the speed.
GPU: T4
There are two people in the test video.
mmpose:
res50_coco_256x192: 27 FPS
mobilenetv2_coco_256x192: 31 FPS
alphapose:
fast_res50_256x192: 50 FPS
Why is there such a big gap in keypoint_head.
The text was updated successfully, but these errors were encountered: