Skip to content
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

Question about grasp optimization #12

Open
joycewangsy opened this issue Sep 14, 2023 · 3 comments
Open

Question about grasp optimization #12

joycewangsy opened this issue Sep 14, 2023 · 3 comments

Comments

@joycewangsy
Copy link

Hello, thank you very much for the code to optimize the grasps. I wonder if I can start optimizing from an initial value of a grasp instead of starting from a random value?

@YuyangLee
Copy link

Thanks for your interest! Initializing the hand from a random value introduces randomness that increases diversity of the grasps. You can refer to DexGraspNet where they also use DFC for grasp synthesis but use several rules in initialization.

@joycewangsy
Copy link
Author

Thanks for your interest! Initializing the hand from a random value introduces randomness that increases diversity of the grasps. You can refer to DexGraspNet where they also use DFC for grasp synthesis but use several rules in initialization.

thanks! One more question, how can I generate grasping data based on dfc?

@joycewangsy
Copy link
Author

Thanks for your interest! Initializing the hand from a random value introduces randomness that increases diversity of the grasps. You can refer to DexGraspNet where they also use DFC for grasp synthesis but use several rules in initialization.

I have found the relevant code, thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants