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

Missing bbox and frames #37

Closed
lisa676 opened this issue Mar 10, 2020 · 1 comment
Closed

Missing bbox and frames #37

lisa676 opened this issue Mar 10, 2020 · 1 comment

Comments

@lisa676
Copy link

lisa676 commented Mar 10, 2020

Hi @mkocabas , In this issue #27 as I mentioned that I tested this project in two different PC, in first PC rendering is not working both with osmesa and egl.
And in second PC, there is no any problem with Pyrender and rendering is working but no 3D predictions because model is saving empty pkl file.
I figured out this problem and I came to know that problem starts from demo.py line 83. In tracking_results (pointing to run_posetracker) there are arrays of bbox and frames but in my case (in second PC) tracking_results is empty dict.
In run_posetracker there is "video_file", "staf_folder", and "posetrack_output_folder". For "staf_folder" is it mandatory to install OpenPose STAF and set the directory as in current situation it is pointed to your directory.
So my current problem is due to STAF or there is something else?

@mkocabas
Copy link
Owner

Yes, it is due to STAF.

As explained in the demo readme, there are 2 tracking options bbox and pose. For pose tracking option, you need to install STAF, and pass the STAF folder to demo.py using the --staf_dir argument.

If you don't have STAF installed, you can use the bbox option. You don't need to install anything separately for it.

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