自良 commited on
Commit ·
524ac5b
1
Parent(s): 436ab61
update readme
Browse files
README.md
CHANGED
|
@@ -39,9 +39,9 @@ The dataset is structured into **275** subdirectories, with each subdirectory re
|
|
| 39 |
A plain text file containing the prompt used for generating images in the evaluation case.
|
| 40 |
|
| 41 |
2. **`meta.json`**
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
"task_name": "special effect adding",
|
| 46 |
"num_of_cases": 3,
|
| 47 |
"image_reference": true,
|
|
@@ -53,13 +53,13 @@ The dataset is structured into **275** subdirectories, with each subdirectory re
|
|
| 53 |
}
|
| 54 |
```
|
| 55 |
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
- case_id: Identifier for this case.
|
| 64 |
|
| 65 |
3. **`Image Files`**
|
|
|
|
| 39 |
A plain text file containing the prompt used for generating images in the evaluation case.
|
| 40 |
|
| 41 |
2. **`meta.json`**
|
| 42 |
+
A JSON file providing metadata about the specific evaluation case. The structure of `meta.json` is as follows:
|
| 43 |
+
```json
|
| 44 |
+
{
|
| 45 |
"task_name": "special effect adding",
|
| 46 |
"num_of_cases": 3,
|
| 47 |
"image_reference": true,
|
|
|
|
| 53 |
}
|
| 54 |
```
|
| 55 |
|
| 56 |
+
- task_name: Name of the task.
|
| 57 |
+
- num_of_cases: The number of individual cases in the task.
|
| 58 |
+
- image_reference: Indicates if the task involves input reference images (true or false).
|
| 59 |
+
- multi_image_reference: Specifies if the task involves multiple input images (true or false).
|
| 60 |
+
- multi_image_output: Specifies if the task generates multiple output images (true or false).
|
| 61 |
+
- uid: Unique identifier for the task.
|
| 62 |
+
- output_image_count: Number of images expected as output.
|
| 63 |
- case_id: Identifier for this case.
|
| 64 |
|
| 65 |
3. **`Image Files`**
|