PKU-EPIC/GAPartNet

Seeking Whole Object Pose Labels

Closed this issue · 2 comments

The dataset lacks pose labels for each .pth file corresponding to objects. One of my tasks requires translating all instances of the same object to a consistent coordinate system. However, I've noticed that in all npcs_maps, points with instance labels of $-100$ or semantic labels of 0 are assigned a value of 0. Consequently, the main body of the object lacks valid npcs labels, hindering my ability to calculate the pose of the entire object. I'm seeking assistance in addressing this issue.

A quick response: you can get everything from the original annotation and rendering code. See this demo code for more details. Basicly, we annotate the bbox of each part in the default qpos. We also provide bbox calculation code here. I can also provide more details later, but for your convenience I gave this short response quickly.

Thank you for your quick response. My dataset was inherited from another group member who omitted the partnetMobility folder as it was unnecessary for their purposes. Although the issue is a misunderstand, I still appreciate your swift reply and the provided demo code.