abhaybd commited on
Commit
ff0d5b0
·
verified ·
1 Parent(s): 52eaaa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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