You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
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?
The text was updated successfully, but these errors were encountered: