-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do I need to remake the dataset using your method? #20
Comments
Yes, it is recommended to regenerate the dataset using your own dexterous hand than to retarget the current dataset from Shadow Hand to your chosen hand. You may follow these steps to customize the codebase for new hands:
As a reference, it took me roughly 3 hours to write a version for the Allegro hand. You can check it out in the |
I am very pleased to receive your reply. Now I have an INSPIRE-ROBOT dexterous hand's URDF, which is exported from Solidworks. I am not sure if it can be used.If posible,can I send you the INSPIRE-ROBOT dexterous hand's URDF? And can you tell me how to generate contact key points and penetration key points? |
Regarding finger initialization, I've adopted the approach of starting with all fingers fully extended at zero degrees as the initial position. Upon comparing the initialization codes (initializations.py) of Allegro and Shadow robotic hands, I've noticed differences in the rotation_hand initialization as well. Are there any specific strategies to consider for these initialization methods? How should I determine the appropriate initialization based on my hand model? I look forward to your response and greatly appreciate your assistance. |
I think during initialization, the hand should be facing the object, but I haven't found the specific code to modify this part yet. Have you found a solution? |
@yys-abu Hey, Have you successfully used inspire-hand into this project??? |
I want to train my dexterous hand to grasp objects and my own dexterous hand is INSPIRE-ROBOT dexterous hand. Can I use your dataset directly? You mentioned in the abstract of your paper: "In this work, we present a large-scale robotic dexterous grasp dataset,DexGraspNet, generated by our proposed highly efficient synthesis method that can be generally applied to any dexterous hand.”
If I must remake the dataset for my own dexterous hand,can I use the code directly?
Looking forward to your reply, thank you!
The text was updated successfully, but these errors were encountered: