Update README.md
Browse files
README.md
CHANGED
@@ -2,15 +2,7 @@
|
|
2 |
|
3 |
This is the **High Planning** part of VideoGUI benchmark.
|
4 |
|
5 |
-
##
|
6 |
-
- **"app" (str)**: The name of the software being used.
|
7 |
-
- **"task_id" (str)**: A unique identifier for each full task, typically corresponding to the video or task ID.
|
8 |
-
- **"visual_query_start" (str)**: The visual preview at the **start** of the full task. It is a URL to access an image or video.
|
9 |
-
- **"visual_query_end" (str)**: The visual preview at the **end** of the full task. It is a URL to access an image or video.
|
10 |
-
- **"fulltask_query" (str)**: The full task texutal description that guides the entire complex task.
|
11 |
-
- **"subtask_sequence" (str)**: The sequence of subtasks (**milestone**), represented as a subtask procedural sequence.
|
12 |
-
|
13 |
-
### Example
|
14 |
Here, we provide several examples.
|
15 |
|
16 |
<table border="1">
|
@@ -58,4 +50,12 @@ Here, we provide several examples.
|
|
58 |
<td>Select and isolate the subject from 'Kid_splash.jpg', transfer her to a new project, and customize text and background before exporting as 'photo thumbnail.jpg.</td>
|
59 |
<!-- <td>[ "‘Open’ an image named ‘Kid_splash.jpg’ and choose ‘Object Selection tool’ to select the subject. It automatically chooses the girl in the image. ‘Right click’ the girl and ‘Layer Via Copy’. ‘Unsee’ the background. Open the file to rename, and finally save the project named ‘Kid_splash1.psd’", "Create a new project -HDTV 1080P named ‘photo thumbnail’, change the background color by filling in the foreground color. Add a new text box by choosing ‘Horizontal Title Tool’ and change the text into ‘photoshop for beginners’. Choose the former project and drag the girl object into the new project. ‘Zoom’ out and ‘scale’ the girl to put the girl in the left of the project", "Export the project named ‘photo thumbnail.jpg’ and save it in the local file folder." ]</td> -->
|
60 |
</tr>
|
61 |
-
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
This is the **High Planning** part of VideoGUI benchmark.
|
4 |
|
5 |
+
## Examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
Here, we provide several examples.
|
7 |
|
8 |
<table border="1">
|
|
|
50 |
<td>Select and isolate the subject from 'Kid_splash.jpg', transfer her to a new project, and customize text and background before exporting as 'photo thumbnail.jpg.</td>
|
51 |
<!-- <td>[ "‘Open’ an image named ‘Kid_splash.jpg’ and choose ‘Object Selection tool’ to select the subject. It automatically chooses the girl in the image. ‘Right click’ the girl and ‘Layer Via Copy’. ‘Unsee’ the background. Open the file to rename, and finally save the project named ‘Kid_splash1.psd’", "Create a new project -HDTV 1080P named ‘photo thumbnail’, change the background color by filling in the foreground color. Add a new text box by choosing ‘Horizontal Title Tool’ and change the text into ‘photoshop for beginners’. Choose the former project and drag the girl object into the new project. ‘Zoom’ out and ‘scale’ the girl to put the girl in the left of the project", "Export the project named ‘photo thumbnail.jpg’ and save it in the local file folder." ]</td> -->
|
52 |
</tr>
|
53 |
+
</table>
|
54 |
+
|
55 |
+
## Data Fields
|
56 |
+
- **"app" (str)**: The name of the software being used.
|
57 |
+
- **"task_id" (str)**: A unique identifier for each full task, typically corresponding to the video or task ID.
|
58 |
+
- **"visual_query_start" (str)**: The visual preview at the **start** of the full task. It is a URL to access an image or video.
|
59 |
+
- **"visual_query_end" (str)**: The visual preview at the **end** of the full task. It is a URL to access an image or video.
|
60 |
+
- **"fulltask_query" (str)**: The full task texutal description that guides the entire complex task.
|
61 |
+
- **"subtask_sequence" (str)**: The sequence of subtasks (**milestone**), represented as a subtask procedural sequence.
|