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

The file generate_3D_obj_GT.py #42

Closed
mahsa1363 opened this issue May 10, 2021 · 3 comments
Closed

The file generate_3D_obj_GT.py #42

mahsa1363 opened this issue May 10, 2021 · 3 comments

Comments

@mahsa1363
Copy link

Hello, it is possible to upload the correct files
I do not think file generate_3D_obj_GT.py is correct. When I run it, for example for image "HICO_train2015_00000001", there is a file 000.pkl in the results folder of --res, but when I run generate_3D_obj_GT.py, it has a value of -1 in the openpose index. Can you please look at it and rewrite it?

@DirtyHarryLYL
Copy link
Owner

Sometimes the openpose would not generate 2D pose, e.g., too small human box, severe occlusion, etc. Thus the subsequent 3D recover can just be a placeholder. If you process all images, we have provided the processing procedures to handle this issue.

@mahsa1363
Copy link
Author

Thanks. problem solved.
1-In line 60 of file generate_3D_obj_GT.py, you should rewrite "mesh = os.path.join(args.res, 'meshes/HICO_train2015_%08d/%03d.obj' % (key, i))"" with "mesh = os.path.join(args.res, 'meshes/HICO_train2015_%08d/%03d.obj' % (key, item[6]))"
2- Can you explain about file TrainvalNeg? What are the interactions in it and what is it in general?What is it used for?

@Foruck
Copy link
Collaborator

Foruck commented May 12, 2021

  1. We have fixed the bug.
  2. Please take reference from this link.

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