VideoGUI commited on
Commit
99ceb3a
·
verified ·
1 Parent(s): 3cf9f6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -9,3 +9,34 @@ This is the **High Planning** part of VideoGUI benchmark.
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">
17
+ <tr>
18
+ <th>App</th>
19
+ <th>Task_id</th>
20
+ <th>Visual_query_start</th>
21
+ <th>Visual_query_end</th>
22
+ <th>Fulltask_query</th>
23
+ <th>Subtask_sequence</th>
24
+ </tr>
25
+ <tr>
26
+ <td>AE</td>
27
+ <td>AE_4</td>
28
+ <!-- <td><img src="high_plan/AE/AE_4/start" alt="描述3" width="100"></td>
29
+ <td><img src="relative/path/to/image4.jpg" alt="描述4" width="100"></td> -->
30
+ <td><video width="100" controls>
31
+ <source src="high_plan/AE/AE_4/start.mp4" type="video/mp4">
32
+ Your browser does not support the video tag.
33
+ </video></td>
34
+ <td><video width="100" controls>
35
+ <source src="high_plan/AE/AE_4/end.mp4" type="video/mp4">
36
+ Your browser does not support the video tag.
37
+ </video></td>
38
+ <td>Animate the car to move along the path with auto orientation.</td>
39
+ <td>[ "add trajectory on the road", "add effect to the red car", "add auto orientation for the red car;" ]</td>
40
+ </tr>
41
+ </table>
42
+