QiyaoXue commited on
Commit
563fdca
·
1 Parent(s): 32351d0

Clarify CSV column descriptions

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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` (composed type tags), `query`, `ground_truth`, `choices`, `cross_frame` (whether multiple frames are involved), `perspective_changing`, and `object_num` (objects in the view).
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` (asks relative distance between two objects without changing perspective)
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` (reasoning can use multiple frames)
24
  - `perspective_changing`: `False`
25
- - `object_num`: `18` objects visible in the frame set
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