Add link to paper, add task category
Browse filesThis PR ensures that the dataset card is linked to (and can be found at) https://huggingface.co/papers/2503.07111 and is appropriately tagged under `task_categories`.
README.md
CHANGED
@@ -21,5 +21,8 @@ configs:
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
|
|
|
|
24 |
---
|
25 |
-
|
|
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
24 |
+
task_categories:
|
25 |
+
- robotics
|
26 |
---
|
27 |
+
|
28 |
+
This dataset is used in the paper [PoseLess: Depth-Free Vision-to-Joint Control via Direct Image Mapping with VLM](https://huggingface.co/papers/2503.07111)
|