THU-VCLab / HGGD

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

How to get the TS-ACRONYM dataset you used in the paper? #14

Closed rcao-hk closed 3 months ago

rcao-hk commented 3 months ago

Hi,

Thank you for your work. I just wondering how to get the TS-ACRONYM you generated. Is there any release plan for it?

Best regards, Rui

ChenThree commented 3 months ago

Thank you for your interest! We generate the dataset using objects and labels from Acronym dataset with pyrenderer. The dataset and codes may be released in future but are not the priority of our project now.

rcao-hk commented 3 months ago

Hi,

Thank you for your reply. I noticed you generated dense labels for scenes of TS-ACRONYM, which means you followed the label method used in GraspNet right?

Best,

ChenThree commented 3 months ago

Hi,

Thank you for your reply. I noticed you generated dense labels for scenes of TS-ACRONYM, which means you followed the label method used in GraspNet right?

Best,

We use the labels from Acronym dataset (1k labels per object) to generate scene-level labels via transformation and collision check.