joker-112 commited on
Commit
8d31cbd
·
verified ·
1 Parent(s): a7bfdf2

Clarify scope: this repo holds part16-19 screenshots; xwm/WildGUI has all annotations + part1-15 screenshots

Browse files
Files changed (1) hide show
  1. README.md +35 -30
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: WildGUI Screenshots
3
  license: cc-by-nc-4.0
4
  language:
5
  - en
@@ -18,39 +18,44 @@ size_categories:
18
  - 1M<n<10M
19
  ---
20
 
21
- # WildGUI Screenshots
22
 
23
- This repository hosts the **screenshot images** for **WildGUI**, the dataset
24
- introduced by Video2GUI. It is the image companion to the annotation release at
25
- [`xwm/WildGUI`](https://huggingface.co/datasets/xwm/WildGUI).
 
26
 
27
- The two repositories are split by content type:
28
 
29
- | Repository | Content |
30
- |---|---|
31
- | [`xwm/WildGUI`](https://huggingface.co/datasets/xwm/WildGUI) | JSONL **annotations**: task instructions, plans, and ordered action trajectories. No images. |
32
- | `joker-112/WildGUI_Screenshots` (this repo) | The **screenshot frames** referenced by those trajectories, packed as tar shards. |
33
 
34
- You need both to train or evaluate: the annotations in `xwm/WildGUI` tell you
35
- *what action happens and where*, and each action points at one screenshot frame
36
- stored here.
 
37
 
38
  ## File Layout
39
 
40
- Screenshots are grouped into the same `partN` shards as the annotation JSONL
41
- files, then packed into uncompressed tar archives (the frames are already
42
  JPEG-compressed):
43
 
44
  ```text
45
  screenshots/
46
- part1/
47
- wildgui_part1_images_000001.tar
48
- wildgui_part1_images_000002.tar
 
 
 
49
  ...
50
- part2/
51
- wildgui_part2_images_000001.tar
 
52
  ...
53
- ...
54
  ```
55
 
56
  Each tar holds up to ~20,000 frames. Inside a tar, every frame is stored under a
@@ -64,16 +69,13 @@ per-video directory:
64
  `minutes_seconds` (e.g. the annotation timestamp `"00:18"` →
65
  `screenshot_00_18.jpg`).
66
 
67
- > Parts are uploaded incrementally. Check the repository file list to see which
68
- > `partN` directories are currently available.
69
-
70
  ## Linking an Annotation to its Screenshot
71
 
72
- Each trajectory action in `xwm/WildGUI` maps to exactly one frame in this repo.
73
- Given a record's `video_id` and an action's `timestamp`:
74
 
75
- 1. Take the `partN` matching the annotation shard (e.g. `wildgui_part3.jsonl` →
76
- `screenshots/part3/`).
77
  2. Normalize the timestamp to `MM_SS`: timestamps like `"00:18"`, `"1:05"`, or a
78
  raw second count are converted to total `minutes_seconds`, each part
79
  zero-padded to two digits.
@@ -105,14 +107,14 @@ Download a single part with the `huggingface_hub` CLI:
105
  ```bash
106
  hf download joker-112/WildGUI_Screenshots \
107
  --repo-type dataset \
108
- --include "screenshots/part1/*" \
109
  --local-dir ./wildgui_screenshots
110
  ```
111
 
112
  Then unpack the tar shards (each expands into `{video_id}/screenshot_*.jpg`):
113
 
114
  ```bash
115
- for t in ./wildgui_screenshots/screenshots/part1/*.tar; do
116
  tar -xf "$t" -C ./wildgui_frames
117
  done
118
  ```
@@ -122,6 +124,9 @@ without extracting to disk.
122
 
123
  ## Notes
124
 
 
 
 
125
  - A small fraction of annotated frames may be missing from the packed shards
126
  (source frame unavailable at pack time); treat a missing
127
  `{video_id}/screenshot_{MM_SS}.jpg` as a skippable example rather than an
 
1
  ---
2
+ pretty_name: WildGUI Screenshots (part16–19)
3
  license: cc-by-nc-4.0
4
  language:
5
  - en
 
18
  - 1M<n<10M
19
  ---
20
 
21
+ # WildGUI Screenshots (part16–19)
22
 
23
+ This repository hosts the **screenshot images for `part16`–`part19`** of
24
+ **WildGUI**, the dataset introduced by Video2GUI. It extends the main release at
25
+ [`xwm/WildGUI`](https://huggingface.co/datasets/xwm/WildGUI), which already
26
+ contains all annotations plus the screenshots for `part1`–`part15`.
27
 
28
+ The two repositories are split as follows:
29
 
30
+ | Repository | Annotations | Screenshots |
31
+ |---|---|---|
32
+ | [`xwm/WildGUI`](https://huggingface.co/datasets/xwm/WildGUI) | **All** parts (JSONL) | `part1`–`part15` |
33
+ | `joker-112/WildGUI_Screenshots` (this repo) | | `part16`–`part19` |
34
 
35
+ So the annotations for `part16`–`part19` live in `xwm/WildGUI`, while their
36
+ screenshot frames live here. To work with `part16`–`part19` you need both: the
37
+ trajectories from `xwm/WildGUI` tell you *what action happens and where*, and
38
+ each action points at one screenshot frame stored in this repo.
39
 
40
  ## File Layout
41
 
42
+ Screenshots are grouped by the same `partN` shards used for the annotations,
43
+ then packed into uncompressed tar archives (the frames are already
44
  JPEG-compressed):
45
 
46
  ```text
47
  screenshots/
48
+ part16/
49
+ wildgui_part16_images_000001.tar
50
+ wildgui_part16_images_000002.tar
51
+ ...
52
+ part17/
53
+ wildgui_part17_images_000001.tar
54
  ...
55
+ part18/
56
+ ...
57
+ part19/
58
  ...
 
59
  ```
60
 
61
  Each tar holds up to ~20,000 frames. Inside a tar, every frame is stored under a
 
69
  `minutes_seconds` (e.g. the annotation timestamp `"00:18"` →
70
  `screenshot_00_18.jpg`).
71
 
 
 
 
72
  ## Linking an Annotation to its Screenshot
73
 
74
+ Each trajectory action in `xwm/WildGUI` (for `part16`–`part19`) maps to exactly
75
+ one frame in this repo. Given a record's `video_id` and an action's `timestamp`:
76
 
77
+ 1. Take the `partN` matching the annotation shard (e.g. `wildgui_part17.jsonl` →
78
+ `screenshots/part17/`).
79
  2. Normalize the timestamp to `MM_SS`: timestamps like `"00:18"`, `"1:05"`, or a
80
  raw second count are converted to total `minutes_seconds`, each part
81
  zero-padded to two digits.
 
107
  ```bash
108
  hf download joker-112/WildGUI_Screenshots \
109
  --repo-type dataset \
110
+ --include "screenshots/part16/*" \
111
  --local-dir ./wildgui_screenshots
112
  ```
113
 
114
  Then unpack the tar shards (each expands into `{video_id}/screenshot_*.jpg`):
115
 
116
  ```bash
117
+ for t in ./wildgui_screenshots/screenshots/part16/*.tar; do
118
  tar -xf "$t" -C ./wildgui_frames
119
  done
120
  ```
 
124
 
125
  ## Notes
126
 
127
+ - This repo covers **only** `part16`–`part19`. For `part1`–`part15` screenshots
128
+ and for all annotations, use
129
+ [`xwm/WildGUI`](https://huggingface.co/datasets/xwm/WildGUI).
130
  - A small fraction of annotated frames may be missing from the packed shards
131
  (source frame unavailable at pack time); treat a missing
132
  `{video_id}/screenshot_{MM_SS}.jpg` as a skippable example rather than an