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

How can I calculate the speed of processing for the algorithm? e.g. calculate FramesPerSecond. #30

Open
mamdouh97 opened this issue Dec 23, 2020 · 2 comments

Comments

@mamdouh97
Copy link

I need to compute how many frames can the algorithm process in a second. What script is responsible for calling the four blocks (Yolo, SORT, HRNet, GAST)?

@guerrifrancesco
Copy link

Hi. The blocks are not called in parallel but in sequence. For example: first YOLO computes every frame of the video and gives results, then HRNet starts to elaborate each frame. At the end of HRNet work for each frame, GAST starts.
So, if you want to have an fps value you need to start from the main script and then add your fps calculations singularly for each block.

@vicentowang
Copy link

@rirri93 can you give the script for real time 3d pose estimation of all pipline as your demo video demonstrated ?

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

3 participants