About Visualization
AmingWu opened this issue · 8 comments
Dear Authors,
I have run the demo successfully. But when I visualize the corresponding testing data, how to obtain the corresponding Backpack_curvature.pkl, Backpack_human_demo.npz, and Backpack_object_demo.txt? Could you tell me how to find these files from your given dataset?
Thanks.
Please refer to this instruction, you can find each data in the dataset, e.g. the Backpack_human_demo.npz
is the SMPL-H parameters, you can find them in the human_label.json
Thanks. Could you give an example? For example, I have found the Baseballbat_grasp_259.jpg and Baseballbat_grasp_259_mask.png. How to obtain the other files?
Besides, I want to visualize the contact type. Does it need six files?
The Objects file does not contain testing files.
You can check the dataset class to see how to obtain the other files. The val.txt indicates the testing files.
Dear Authors,
Do you mean that I should run dataset class?
In your given inference code, you give a visualization example. But I want to visualize the other result. How to obtain the corresponding files? I do not understand your response. Could you give detailed interpretations?
Thanks