Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ It consists of the following components:
|
|
| 20 |
- **region_ref_max_points_10_absxy_320K.json**: 320K region reference QA pairs for 270,182 images sourced from [RoboPoint-data](https://huggingface.co/datasets/wentao-yuan/robopoint-data)
|
| 21 |
|
| 22 |
# Dataset Format
|
| 23 |
-
Each json file contains a list of structured conversations with image references.
|
| 24 |
```
|
| 25 |
{
|
| 26 |
"id": "paco_403013",
|
|
@@ -46,5 +46,7 @@ Each json file contains a list of structured conversations with image references
|
|
| 46 |
}
|
| 47 |
```
|
| 48 |
|
|
|
|
|
|
|
| 49 |
# Evaluation
|
| 50 |
For benchmarking protocols and evaluation metrics, please refer to [RoboAfford-Eval](https://huggingface.co/datasets/tyb197/RoboAfford-Eval) and [https://github.com/tyb197/RoboAfford](https://github.com/tyb197/RoboAfford) for more detailed information.
|
|
|
|
| 20 |
- **region_ref_max_points_10_absxy_320K.json**: 320K region reference QA pairs for 270,182 images sourced from [RoboPoint-data](https://huggingface.co/datasets/wentao-yuan/robopoint-data)
|
| 21 |
|
| 22 |
# Dataset Format
|
| 23 |
+
Each json file contains a list of structured conversations with image references. An example QA pair and its associated image are shown as follows:
|
| 24 |
```
|
| 25 |
{
|
| 26 |
"id": "paco_403013",
|
|
|
|
| 46 |
}
|
| 47 |
```
|
| 48 |
|
| 49 |
+

|
| 50 |
+
|
| 51 |
# Evaluation
|
| 52 |
For benchmarking protocols and evaluation metrics, please refer to [RoboAfford-Eval](https://huggingface.co/datasets/tyb197/RoboAfford-Eval) and [https://github.com/tyb197/RoboAfford](https://github.com/tyb197/RoboAfford) for more detailed information.
|