An-Xiao commited on
Commit
af7e890
Β·
1 Parent(s): 621c027

Modify README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -28,81 +28,83 @@ perception
28
  β”œβ”€β”€ cross_instance_discerment
29
  β”‚ β”œβ”€β”€ attribute_comparison
30
  β”‚ β”‚ β”œβ”€β”€ images
 
31
  β”‚ β”‚ └── attribute_comparison.json
32
  β”‚ β”œβ”€β”€ change_detection
33
  β”‚ β”‚ β”œβ”€β”€ images
 
34
  β”‚ β”‚ └── change_detection.json
35
  β”‚ β”œβ”€β”€ referring_expression_segmentation
36
  β”‚ β”‚ β”œβ”€β”€ images
37
  β”‚ β”‚ β”œβ”€β”€ masks
 
38
  β”‚ β”‚ └── referring_expression_segmentation.json
39
  β”‚ └── spatial_relationship
40
  β”‚ β”œβ”€β”€ images
 
41
  β”‚ └── spatial_relationship.json
42
  β”œβ”€β”€ image_level_comprehension
43
  β”‚ β”œβ”€β”€ image_caption
44
  β”‚ β”‚ β”œβ”€β”€ images
 
45
  β”‚ β”‚ └── image_caption.json
46
  β”‚ β”œβ”€β”€ image_modality
47
  β”‚ β”‚ β”œβ”€β”€ images
 
48
  β”‚ β”‚ └── image_modality.json
49
  β”‚ β”œβ”€β”€ image_quality
50
  β”‚ β”‚ β”œβ”€β”€ images
 
51
  β”‚ β”‚ └── image_quality.json
52
  β”‚ β”œβ”€β”€ map_recognition
53
  β”‚ β”‚ β”œβ”€β”€ images
 
54
  β”‚ β”‚ └── map_recognition.json
55
  β”‚ └── scene_classification
56
  β”‚ β”œβ”€β”€ images
 
57
  β”‚ └── scene_classification.json
58
  └── single_instance_identification
59
  β”œβ”€β”€ attribute_recognition
60
  β”‚ β”œβ”€β”€ images
 
61
  β”‚ └── attribute_recognition.json
62
  β”œβ”€β”€ hallucination_detection
63
  β”‚ β”œβ”€β”€ images
 
64
  β”‚ └── hallucination_detection.json
65
  β”œβ”€β”€ landmark_recognition
66
  β”‚ β”œβ”€β”€ images
 
67
  β”‚ └── landmark_recognition.json
68
  β”œβ”€β”€ object_counting
69
  β”‚ β”œβ”€β”€ images
 
70
  β”‚ └── object_counting.json
71
  β”œβ”€β”€ object_localization
72
  β”‚ β”œβ”€β”€ images
 
73
  β”‚ └── object_localization.json
74
  β”œβ”€β”€ object_presence
75
  β”‚ β”œβ”€β”€ images
 
76
  β”‚ └── object_presence.json
77
  └── visual_grounding
78
  β”œβ”€β”€ images
 
79
  └── visual_grounding.json
80
 
81
  reasoning
82
  β”œβ”€β”€ assessment_reasoning
83
  β”‚ β”œβ”€β”€ environmental_assessment
84
  β”‚ β”‚ β”œβ”€β”€ images
 
85
  β”‚ β”‚ └── environmental_assessment.json
86
  β”‚ └── resource_assessment
87
  β”‚ β”œβ”€β”€ images
 
88
  β”‚ └── resource_assessment.json
89
- β”œβ”€β”€ attribute_reasoning
90
- β”‚ β”œβ”€β”€ physical_property
91
- β”‚ β”‚ β”œβ”€β”€ images
92
- β”‚ β”‚ └── physical_property.json
93
- β”‚ └── time_property
94
- β”‚ β”œβ”€β”€ images
95
- β”‚ └── time_property.json
96
- └── common_sense_reasoning
97
- β”œβ”€β”€ disaster_discrimination
98
- β”‚ β”œβ”€β”€ images
99
- β”‚ └── disaster_discrimination.json
100
- β”œβ”€β”€ geospatial_determination
101
- β”‚ β”œβ”€β”€ images
102
- β”‚ └── geospatial_determination.json
103
- └── situation_inference
104
- β”œβ”€β”€ images
105
- └── situation_inference.json
106
 
107
  ```
108
 
@@ -115,7 +117,7 @@ An example of the Multiple-Choice Question (MCQ) is as follows:
115
  ```json
116
  {
117
  "id": "ef8777ba-27ee-4828-aab5-63214daf340d",
118
- "image_path": "images/1.png",
119
  "question": "Count the number of airplane present in this image.\nA.2\nB.1\nC.4\nD.3",
120
  "answer": "A"
121
  }
 
28
  β”œβ”€β”€ cross_instance_discerment
29
  β”‚ β”œβ”€β”€ attribute_comparison
30
  β”‚ β”‚ β”œβ”€β”€ images
31
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
32
  β”‚ β”‚ └── attribute_comparison.json
33
  β”‚ β”œβ”€β”€ change_detection
34
  β”‚ β”‚ β”œβ”€β”€ images
35
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
36
  β”‚ β”‚ └── change_detection.json
37
  β”‚ β”œβ”€β”€ referring_expression_segmentation
38
  β”‚ β”‚ β”œβ”€β”€ images
39
  β”‚ β”‚ β”œβ”€β”€ masks
40
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
41
  β”‚ β”‚ └── referring_expression_segmentation.json
42
  β”‚ └── spatial_relationship
43
  β”‚ β”œβ”€β”€ images
44
+ β”‚ β”œβ”€β”€ metadata.jsonl
45
  β”‚ └── spatial_relationship.json
46
  β”œβ”€β”€ image_level_comprehension
47
  β”‚ β”œβ”€β”€ image_caption
48
  β”‚ β”‚ β”œβ”€β”€ images
49
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
50
  β”‚ β”‚ └── image_caption.json
51
  β”‚ β”œβ”€β”€ image_modality
52
  β”‚ β”‚ β”œβ”€β”€ images
53
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
54
  β”‚ β”‚ └── image_modality.json
55
  β”‚ β”œβ”€β”€ image_quality
56
  β”‚ β”‚ β”œβ”€β”€ images
57
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
58
  β”‚ β”‚ └── image_quality.json
59
  β”‚ β”œβ”€β”€ map_recognition
60
  β”‚ β”‚ β”œβ”€β”€ images
61
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
62
  β”‚ β”‚ └── map_recognition.json
63
  β”‚ └── scene_classification
64
  β”‚ β”œβ”€β”€ images
65
+ β”‚ β”œβ”€β”€ metadata.jsonl
66
  β”‚ └── scene_classification.json
67
  └── single_instance_identification
68
  β”œβ”€β”€ attribute_recognition
69
  β”‚ β”œβ”€β”€ images
70
+ β”‚ β”œβ”€β”€ metadata.jsonl
71
  β”‚ └── attribute_recognition.json
72
  β”œβ”€β”€ hallucination_detection
73
  β”‚ β”œβ”€β”€ images
74
+ β”‚ β”œβ”€β”€ metadata.jsonl
75
  β”‚ └── hallucination_detection.json
76
  β”œβ”€β”€ landmark_recognition
77
  β”‚ β”œβ”€β”€ images
78
+ β”‚ β”œβ”€β”€ metadata.jsonl
79
  β”‚ └── landmark_recognition.json
80
  β”œβ”€β”€ object_counting
81
  β”‚ β”œβ”€β”€ images
82
+ β”‚ β”œβ”€β”€ metadata.jsonl
83
  β”‚ └── object_counting.json
84
  β”œβ”€β”€ object_localization
85
  β”‚ β”œβ”€β”€ images
86
+ β”‚ β”œβ”€β”€ metadata.jsonl
87
  β”‚ └── object_localization.json
88
  β”œβ”€β”€ object_presence
89
  β”‚ β”œβ”€β”€ images
90
+ β”‚ β”œβ”€β”€ metadata.jsonl
91
  β”‚ └── object_presence.json
92
  └── visual_grounding
93
  β”œβ”€β”€ images
94
+ β”œβ”€β”€ metadata.jsonl
95
  └── visual_grounding.json
96
 
97
  reasoning
98
  β”œβ”€β”€ assessment_reasoning
99
  β”‚ β”œβ”€β”€ environmental_assessment
100
  β”‚ β”‚ β”œβ”€β”€ images
101
+ β”‚ β”‚ β”œβ”€β”€ metadata.jsonl
102
  β”‚ β”‚ └── environmental_assessment.json
103
  β”‚ └── resource_assessment
104
  β”‚ β”œβ”€β”€ images
105
+ β”‚ β”œβ”€β”€ metadata.jsonl
106
  β”‚ └── resource_assessment.json
107
+ β”œβ”€β”€ ......
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
 
109
  ```
110
 
 
117
  ```json
118
  {
119
  "id": "ef8777ba-27ee-4828-aab5-63214daf340d",
120
+ "image_path": "perception/single_instance_identification/object_counting/images/1.png",
121
  "question": "Count the number of airplane present in this image.\nA.2\nB.1\nC.4\nD.3",
122
  "answer": "A"
123
  }