Add link to paper, add task category (#2)
Browse files- Add link to paper, add task category (dff0cca3d2572fbe6bbdda3de33e72de1c3adb6b)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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)
|