-
Notifications
You must be signed in to change notification settings - Fork 69
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
A Suggestion for 2D pose detection #46
Comments
@hujb48 have you include real time 3d visualization at 50-55 fps ? I use yolov5s+hrnet got 26. fps, but when i use 3d visualization ,it down to 10 fps. |
@vicentowang no, the speed which I have tested is just for 2d pose detection, however I haven't visualize the 3d result in real-time but have simulated to output the 3d coordinate instead of the 3D real-time rendering, and the speed of the whole process of the pre- trained model together with the 3d coordinate output in real-time is 25fps. |
@hujb48 |
hi, here you might find the answer.
|
Hi, It is a great work, and here I used the mediaPipe to instead the Yolov3+HrNet for testing the model in the wild video, the effect is pretty good with quicker speed in processing each frame from 13fps to about 45-50fps in RTX3070 in windows10 and 50-55fps in Ubuntu. So maybe it can improve your performance and specifications of your model, Hope it can be useful.
The text was updated successfully, but these errors were encountered: