Add robotics task category and link to paper
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2412.08468.
It also adds the appropriate task category.
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Multi-GraspLLM: A Multimodal LLM for Multi-Hand Semantic-Guided Grasp Generation
|
2 |
|
3 |
-
**[Project Page](https://multi-graspllm.github.io/)** | **[arXiv](https://
|
4 |
|
5 |
---
|
6 |
## Updates
|
@@ -82,4 +87,4 @@ Follow these steps to set up the evaluation environment:
|
|
82 |
|
83 |
1. **Run the Visualization Code**
|
84 |
|
85 |
-
Open and execute the `vis_mid_dataset.ipynb` file to visualize the dataset.
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- robotics
|
4 |
+
---
|
5 |
+
|
6 |
# Multi-GraspLLM: A Multimodal LLM for Multi-Hand Semantic-Guided Grasp Generation
|
7 |
|
8 |
+
**[Project Page](https://multi-graspllm.github.io/)** | **[arXiv](https://huggingface.co/papers/2412.08468)**
|
9 |
|
10 |
---
|
11 |
## Updates
|
|
|
87 |
|
88 |
1. **Run the Visualization Code**
|
89 |
|
90 |
+
Open and execute the `vis_mid_dataset.ipynb` file to visualize the dataset.
|