Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- allenai/PRISM
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- allenai/Molmo-7B-D-0924
|
9 |
+
pipeline_tag: robotics
|
10 |
+
---
|
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
|
17 |
+
|
18 |
+
Coming soon!
|