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

[BUG] Fbx conversion script only giving out one person #289

Open
RohaanA opened this issue Jul 21, 2023 · 3 comments
Open

[BUG] Fbx conversion script only giving out one person #289

RohaanA opened this issue Jul 21, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@RohaanA
Copy link

RohaanA commented Jul 21, 2023

Thanks for your interest in our research!

If you have problems running our code, please include;

  1. your operating system and the version: Windows 11 x64 bit
  2. your python version, Python 3.7
  3. your pytorch version, 1.4.0
  4. the stack trace of the error that you see, No error

Specifically, if you have an issue with pyrender or OpenGL setup & installation, please refer to pyrender docs or github issues.

Hi, I ran the FbX conversion script on the pkl file the model outputted. However, I can only see one guy in the FBx file, while the model had tracked 2-3 people in the video. Is it a limitation of 1 person?

@RohaanA RohaanA added the bug Something isn't working label Jul 21, 2023
@elia-img
Copy link

elia-img commented Feb 7, 2024

@RohaanA I think you are supposed to use the --person_id flag specifying the <tracklet id from VIBE output> maybe ? Although my question is where do I get the tracklet IDs from... I can't seem to be able to open the .pkl file

@RohaanA
Copy link
Author

RohaanA commented Feb 7, 2024

@RohaanA I think you are supposed to use the --person_id flag specifying the <tracklet id from VIBE output> maybe ? Although my question is where do I get the tracklet IDs from... I can't seem to be able to open the .pkl file

Yup, that is what I did as well. For the IDs you can simply try starting from 0. The tracklet IDs start from 0 and go up depending on how many people are tracked in the video

@elia-img
Copy link

elia-img commented Feb 8, 2024

@RohaanA I think you are supposed to use the --person_id flag specifying the <tracklet id from VIBE output> maybe ? Although my question is where do I get the tracklet IDs from... I can't seem to be able to open the .pkl file

Yup, that is what I did as well. For the IDs you can simply try starting from 0. The tracklet IDs start from 0 and go up depending on how many people are tracked in the video

Oh that makes a lot of sense. Thanks for the help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants