Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: robotics
|
|
11 |
|
12 |
# GraspMolmo
|
13 |
|
|
|
|
|
14 |
GraspMolmo is a generalizable open-vocabulary task-oriented grasping (TOG) model for robotic manipulation. Given an image and a task to complete (e.g. "Pour me some tea"), GraspMolmo will point to the most appropriate grasp location, which can then be matched to the closest stable grasp.
|
15 |
|
16 |
## Code Sample
|
|
|
11 |
|
12 |
# GraspMolmo
|
13 |
|
14 |
+
[[Paper]](https://arxiv.org/pdf/2505.13441) [[arXiv]](https://arxiv.org/abs/2505.13441) [[Project Website]](https://abhaybd.github.io/GraspMolmo/) [[Data]](https://github.com/abhaybd/GraspMolmo/blob/main/DATA.md)
|
15 |
+
|
16 |
GraspMolmo is a generalizable open-vocabulary task-oriented grasping (TOG) model for robotic manipulation. Given an image and a task to complete (e.g. "Pour me some tea"), GraspMolmo will point to the most appropriate grasp location, which can then be matched to the closest stable grasp.
|
17 |
|
18 |
## Code Sample
|