andvg3 / Grasp-Anything

Dataset and Code for ICRA 2024 paper "Grasp-Anything: Large-scale Grasp Dataset from Foundation Models."
https://airvlab.github.io/grasp-anything/
MIT License
119 stars 11 forks source link

How can I determine the Grasping quality? #5

Closed LemonQC closed 9 months ago

LemonQC commented 10 months ago

Can you share the implementations of the following equation. image

andvg3 commented 9 months ago

Dear @LemonQC,

Thank you for your interest in our research. Regarding your query about equation (1) in our paper, its implementation is complex due to the indeterminate physical properties of the objects, as mentioned in our paper:

"Due to the impracticality of explicitly determining the physical terms for each object [56], the computation of T becomes infeasible without knowing the physical parameters M, K, μs. We employ the following concept to address the challenges posed by physical constraints ..."

We utilize equation (2) as a substitute for this grasp evaluation.

Please note, the repository does not include code for creating the Grasp-Anything dataset, and the grasp evaluation method's implementation is part of this code. Hence, this repository won't directly address your question.

We are considering releasing the code for the Grasp-Anything dataset in the future, which will include the grasp quality evaluation implementation. Stay updated for further developments.

Best regards.

andvg3 commented 9 months ago

Closed due to inactivity.