THU-VCLab / HGGD

Official code of paper "Efficient Heatmap-Guided 6-Dof Grasp Detection in Cluttered Scenes"
MIT License
48 stars 6 forks source link

Generate preprocessed grasp poses #17

Closed paolotron closed 1 month ago

paolotron commented 1 month ago

Hi I've seen that you use a different set of grasp labels that you generate from the original graspnet1billion dataset, you provide the link but I didn't find how you originally generated them, could you tell me how to generate them from scratch?

ChenThree commented 1 month ago

Thanks for your interest in our work. You can also check issue3.

Our data generation pipeline mainly follows the 6-Dof grasp to rect grasp conversion provided in the graspnet dataset api, while the difference is that we save the grasp rotation as Euler angels in the rect grasp class. There may not be an exact schedule for the code release for grasp generation, because it requires extra code reorganization and testing, but if there is any progress in the release of this part, we will update in this repo.