Datasets:
Tasks:
Image-Text-to-Text
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
ArXiv:
License:
Clarify CSV column descriptions
Browse files
README.md
CHANGED
|
@@ -12,17 +12,17 @@ cat ReMindView-Bench.tar.part-* > ReMindView-Bench.tar
|
|
| 12 |
|
| 13 |
### Dataset content
|
| 14 |
|
| 15 |
-
Annotations are stored in CSV files with the following columns: `folder_path` (scene/view folder), `query_type` (
|
| 16 |
|
| 17 |
Example row:
|
| 18 |
- `folder_path`: `dense_view_centric_view_frame_outputs_processed/Bedroom/Bedroom_1/MattressFactory(7143095).spawn_asset(3158442)/level_20`
|
| 19 |
-
- `query_type`: `object-object|relative_distance|non_perspective_changing|0`
|
| 20 |
- `query`: “Which object is the closest to the shell?”
|
| 21 |
- `choices`: `A.pillow, B.toy animal, C.shell`
|
| 22 |
- `ground_truth`: `B.toy animal`
|
| 23 |
-
- `cross_frame`: `True`
|
| 24 |
- `perspective_changing`: `False`
|
| 25 |
-
- `object_num`: `18`
|
| 26 |
|
| 27 |
### Sample scenes
|
| 28 |
|
|
|
|
| 12 |
|
| 13 |
### Dataset content
|
| 14 |
|
| 15 |
+
Annotations are stored in CSV files with the following columns: `folder_path` (scene/view folder), `query_type` (query relationship type), `query`, `ground_truth`, `choices`, `cross_frame` (whether cross frame reasoning is necessary), `perspective_changing` (whether requiring perspective changing), and `object_num` (object number in all frames).
|
| 16 |
|
| 17 |
Example row:
|
| 18 |
- `folder_path`: `dense_view_centric_view_frame_outputs_processed/Bedroom/Bedroom_1/MattressFactory(7143095).spawn_asset(3158442)/level_20`
|
| 19 |
+
- `query_type`: `object-object|relative_distance|non_perspective_changing|0`
|
| 20 |
- `query`: “Which object is the closest to the shell?”
|
| 21 |
- `choices`: `A.pillow, B.toy animal, C.shell`
|
| 22 |
- `ground_truth`: `B.toy animal`
|
| 23 |
+
- `cross_frame`: `True`
|
| 24 |
- `perspective_changing`: `False`
|
| 25 |
+
- `object_num`: `18`
|
| 26 |
|
| 27 |
### Sample scenes
|
| 28 |
|