yyvhang / lemon_3d

https://yyvhang.github.io/LEMON/
68 stars 2 forks source link

About Visualization #12

Closed AmingWu closed 2 months ago

AmingWu commented 3 months ago

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.

yyvhang commented 3 months ago

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

AmingWu commented 3 months ago

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?

AmingWu commented 3 months ago

Besides, I want to visualize the contact type. Does it need six files?

AmingWu commented 3 months ago

The Objects file does not contain testing files.

yyvhang commented 3 months ago

You can check the dataset class to see how to obtain the other files. The val.txt indicates the testing files.

AmingWu commented 3 months ago

Dear Authors,

Do you mean that I should run dataset class?

AmingWu commented 3 months ago

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

yyvhang commented 2 months ago

run inference_batch like this