Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
nielsr HF Staff commited on
Commit
dff0cca
·
verified ·
1 Parent(s): c0a1ab4

Add link to paper, add task category

Browse files

This 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`.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -21,5 +21,8 @@ configs:
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
 
 
24
  ---
25
- - arxiv.org/abs/2503.07111
 
 
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)