diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..40e5671db97363c7195a93e246851f2bdd3951c9 --- /dev/null +++ b/README.md @@ -0,0 +1,110 @@ +--- +license: cc-by-4.0 +task_categories: +- image-to-text +- visual-question-answering +language: +- en +- de +- fr +- es +- it +- nl +tags: +- gui-grounding +- computer-use +- benchmark +- screenshots +- synthetic-data +- spreadsheets +- text-grounding +- professional-apps +pretty_name: Pointerbench +size_categories: +- 1Kx,y` tag or a normalized `0-1` / `0-999` point: + +```python +import re +def to_point(text, w=1024, h=768): + m = re.search(r"(-?\d+(?:\.\d+)?)\s*[,\s]\s*(-?\d+(?:\.\d+)?)", text) + x, y = float(m.group(1)), float(m.group(2)) + if max(x, y) <= 1.0: x, y = x * w, y * h # normalized 0-1 + elif max(x, y) <= 999: x, y = x / 999 * w, y / 999 * h # 0-999 grid + return [round(x), round(y)] +``` + +## Baselines + +| Model | Accuracy | Notes | +| ----------------------------- | -------- | ------------------------- | +| Center-click (512, 384) | low | sanity floor | +| _your model here_ | n/a | open a PR | + +## Construction + +- **Screenshots** are dreamed by an image model from per-app scenario prompts + (one scene per professional application), so the UIs are realistic but + contain no real user data. +- **Boxes** are pixel-exact: a copy of each screenshot is edited to paint the + target region, and the box is recovered by diffing the edit against the clean + image. QA gates reject ambiguous or oversized regions. +- Targets come from the labeled professional-icon pool and the general + professional GUI intent pool. They are labeled as `icon`, `text`, or `other` + for analysis, but they are not filtered to a fixed element-type ratio. + +The selected `source_id`s are listed in `heldout_source_ids.txt` so they can be +excluded from any training set built from the same generator. See +[`REPRODUCE.md`](REPRODUCE.md). + +## Limitations + +- Fully synthetic: realistic but not screenshots of the real applications. +- Fixed 1024x768 resolution; instructions in English. +- The `text` / `other` label for the general intent pool is derived by a + description heuristic rather than human annotation. + +## Citation + +```bibtex +@misc{pointerbench_pro_2026, + title = {Pointerbench-Pro: A GUI Grounding Benchmark for Professional Software}, + author = {Pointerbench-Pro contributors}, + year = {2026}, + url = {https://github.com/YOUR_ORG/pointerbench-pro} +} +``` + +## License + +- **Data** (images + annotations): [CC BY 4.0](LICENSE). +- **Code** (`eval.py`): MIT. diff --git a/pointerbench-pro/REPRODUCE.md b/pointerbench-pro/REPRODUCE.md new file mode 100644 index 0000000000000000000000000000000000000000..75ac4fff88fd15a4119f46d6aa08aebe78f4e030 --- /dev/null +++ b/pointerbench-pro/REPRODUCE.md @@ -0,0 +1,31 @@ +# Reproducing Pointerbench-Pro + +The benchmark is assembled from the `dream_click` generator's professional-app +click pools in the source repository. + +```bash +# from the generator directory in the source repo: +python3 build_progui.py --n 500 --seed 90311 --out /path/to/pointerbench-pro +``` + +- Targets are sampled from the labeled professional-icon pool + (`clicks_icons_pro_3k.ndjson`) and the general dreamed-GUI intent pool + (`clicks_dreamed_gui_intent.ndjson`). +- Targets are labeled as `icon`, `text`, or `other` for analysis, but the public + set does not force a fixed icon/text ratio. +- Candidates are balanced across applications by round-robin selection with a + fixed seed, then shuffled. The current 500-example set contains 190 icon, 154 + text, and 156 other targets across 100 applications. +- Each application's name, slug, category, and platform come from the dreamed-GUI + scenario indexes under `shared/data/dreamed_gui*/index.jsonl`, joined by the + scene slug parsed from each `source_id`. + +## Held-out usage + +The examples are selected from existing generated pools, so they can overlap a +training set built from the same generator. The selected `source_id`s are +written to `heldout_source_ids.txt`. Exclude those IDs from training to keep the +benchmark held out. + +Regenerating with the same seed reproduces the identical 500 examples. To grow +or refresh the set, change `--n` / `--seed` and bump the dataset version. diff --git a/pointerbench-pro/apps.json b/pointerbench-pro/apps.json new file mode 100644 index 0000000000000000000000000000000000000000..54b29fe56e23c7d128268aa953d0858d4364c433 --- /dev/null +++ b/pointerbench-pro/apps.json @@ -0,0 +1,150 @@ +{ + "n": 500, + "element_type": { + "other": 156, + "text": 154, + "icon": 190 + }, + "n_apps": 100, + "platform": { + "Windows 11": 190, + "macOS Sonoma": 65, + "Windows 10": 55, + "Windows 11 / Chrome": 40, + "Windows 11, Chrome": 35, + "macOS": 30, + "Linux": 20, + "macOS / Chrome": 15, + "Linux / Firefox": 10, + "macOS / Safari": 5, + "Embedded automotive": 5, + "Ubuntu 24.04": 5, + "Embedded touchscreen": 5, + "iPadOS": 5, + "Linux / Chrome": 5, + "macOS Sonoma (desktop app)": 5, + "Windows 11 / Edge": 5 + }, + "app_category": { + "development": 105, + "creative": 95, + "cad_engineering": 45, + "productivity": 45, + "scientific": 45, + "consumer": 40, + "enterprise": 30, + "office": 25, + "communication": 25, + "os_commons": 20, + "analytics": 10, + "finance": 5, + "smart_home": 5, + "cms": 5 + }, + "source_file": { + "clicks_dreamed_gui_intent.ndjson": 310, + "clicks_icons_pro_3k.ndjson": 190 + }, + "apps": { + "Adobe Premiere Pro": 5, + "Microsoft Excel (Office 365)": 5, + "desktop stock trading platform (thinkorswim-style)": 5, + "Canva": 5, + "Mozilla Thunderbird": 5, + "Wireshark": 5, + "Discord desktop": 5, + "Unreal Engine 5": 5, + "DBeaver": 5, + "KiCad 8 PCB Editor": 5, + "Asana": 5, + "SkyLink Airways (fictional)": 5, + "Tableau Desktop": 5, + "VMware Fusion": 5, + "DriveOS Infotainment (fictional)": 5, + "Godot Engine": 5, + "RStudio": 5, + "Autodesk Fusion 360": 5, + "AutoCAD Mechanical": 5, + "Adobe Illustrator": 5, + "SolidWorks Premium": 5, + "MongoDB Compass": 5, + "Spotify desktop app": 5, + "Zoom desktop": 5, + "Stata SE 16": 5, + "Notion desktop": 5, + "Microsoft PowerPoint 2019": 5, + "Netflix (web)": 5, + "Microsoft Teams": 5, + "macOS Sonoma system UI": 5, + "REAPER": 5, + "Google Analytics 4 in Chrome": 5, + "DaVinci Resolve 19": 5, + "IntelliJ IDEA": 5, + "Unity Editor": 5, + "Airtable": 5, + "Audacity": 5, + "Inkscape": 5, + "GIMP": 5, + "MediChart EHR (fictional)": 5, + "Autodesk Revit": 5, + "SketchUp Pro": 5, + "YouTube Studio": 5, + "Adobe Lightroom Classic": 5, + "Microsoft Word (Office 365)": 5, + "Krita": 5, + "Android Studio": 5, + "Xcode": 5, + "MATLAB R2022b": 5, + "Adobe Photoshop": 5, + "Trello": 5, + "Home Assistant dashboard in Chrome": 5, + "cPanel": 5, + "Jira Software in Chrome": 5, + "Windows 11 system UI": 5, + "AWS Management Console": 5, + "CapCut Desktop": 5, + "Slack desktop": 5, + "Salesforce Lightning (CRM) in Chrome": 5, + "SAP GUI (ERP)": 5, + "Ubuntu 24.04 GNOME desktop": 5, + "Microsoft Outlook": 5, + "OrderHub POS (fictional)": 5, + "PyCharm": 5, + "Postman": 5, + "chess.com in a browser": 5, + "Intel Quartus II": 5, + "iOS Settings (iPad)": 5, + "Obsidian": 5, + "Proxmox VE": 5, + "GitHub (web)": 5, + "Steam desktop client": 5, + "QGIS": 5, + "Miro": 5, + "VLC Media Player": 5, + "OriginLab Origin 2018": 5, + "online banking web portal in a browser": 5, + "Linear": 5, + "Grafana": 5, + "Figma": 5, + "Adobe Acrobat Pro": 5, + "Xilinx Vivado": 5, + "Anki": 5, + "FL Studio 20": 5, + "Microsoft Azure Portal": 5, + "Ableton Live 12": 5, + "JupyterLab": 5, + "Sublime Text": 5, + "Blender 4": 5, + "IBM SPSS Statistics": 5, + "Docker Desktop": 5, + "Autodesk Inventor Professional": 5, + "WordPress admin in Chrome": 5, + "EViews 10": 5, + "NI LabVIEW": 5, + "Lens (Kubernetes IDE)": 5, + "Visual Studio Code": 5, + "UltiMaker Cura 5": 5, + "Google Chrome DevTools": 5, + "OBS Studio": 5 + } +} \ No newline at end of file diff --git a/pointerbench-pro/assets/teaser.png b/pointerbench-pro/assets/teaser.png new file mode 100644 index 0000000000000000000000000000000000000000..a8dbc8e569b51610e94785099c7b6996a9b7f3d5 --- /dev/null +++ b/pointerbench-pro/assets/teaser.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb24bba3e774339cf7e6ce34d0e25448c2049d8b32918ed59f231b97a985760 +size 558783 diff --git a/pointerbench-pro/data/test/0000.png b/pointerbench-pro/data/test/0000.png new file mode 100644 index 0000000000000000000000000000000000000000..e799b149c375c5cd4e93d21bcbfb0ea9f486ac4d --- /dev/null +++ b/pointerbench-pro/data/test/0000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209a86133bded8da9922819edcc4c62ee0956f68ea14c715ef1ff08b2060733b +size 418123 diff --git a/pointerbench-pro/data/test/0001.png b/pointerbench-pro/data/test/0001.png new file mode 100644 index 0000000000000000000000000000000000000000..951620b80536be029844a28f59ef5dae5b066c84 --- /dev/null +++ b/pointerbench-pro/data/test/0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c5398fb4fc4ff721ac1d0603f2a4005b229dabb9806863cc7f85a4f1b1b724 +size 609262 diff --git a/pointerbench-pro/data/test/0002.png b/pointerbench-pro/data/test/0002.png new file mode 100644 index 0000000000000000000000000000000000000000..1a98a067367ba8603d1a0e3ecf741cc2ce0c9d41 --- /dev/null +++ b/pointerbench-pro/data/test/0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38774722bdf7e6a8dca198436e70b7476dbd9373a331514caceeb2935ceba9c6 +size 570580 diff --git a/pointerbench-pro/data/test/0003.png b/pointerbench-pro/data/test/0003.png new file mode 100644 index 0000000000000000000000000000000000000000..c6cc78738c294a31c05b16b0f5348a0b86ddd054 --- /dev/null +++ b/pointerbench-pro/data/test/0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f966280fc781121742f4993aadbc3b313d92abae421ad86f64356c52e72cd6 +size 681780 diff --git a/pointerbench-pro/data/test/0004.png b/pointerbench-pro/data/test/0004.png new file mode 100644 index 0000000000000000000000000000000000000000..4e69e3cf4c89914b3f8d99093f90ca13be8de6ec --- /dev/null +++ b/pointerbench-pro/data/test/0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4411d3dacebed85ba22ca2976446220d417e00d826536015fe68821a0923731 +size 317633 diff --git a/pointerbench-pro/data/test/0005.png b/pointerbench-pro/data/test/0005.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc0d05c0659563f7545ea11fcbcbbfe7a6bfe09 --- /dev/null +++ b/pointerbench-pro/data/test/0005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbad2aa6fdc58b507eeaefb513b2c11aee6bbea97cc589598da3fcb1308acaba +size 432023 diff --git a/pointerbench-pro/data/test/0006.png b/pointerbench-pro/data/test/0006.png new file mode 100644 index 0000000000000000000000000000000000000000..288e0585415b7484257fe47baf05e54485fa4d21 --- /dev/null +++ b/pointerbench-pro/data/test/0006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8537ec4dfafe7e230b049b566e549c3a1f0a6a08a8cdb8696fd46a5c63d2f6 +size 554359 diff --git a/pointerbench-pro/data/test/0007.png b/pointerbench-pro/data/test/0007.png new file mode 100644 index 0000000000000000000000000000000000000000..df9954574d8b8d4970beaea4f83c22eb3fb92c48 --- /dev/null +++ b/pointerbench-pro/data/test/0007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f3bb3ecd444f32d3484c793e21d2faf86170abadcfe4e57f1c51ac33889f38 +size 665104 diff --git a/pointerbench-pro/data/test/0008.png b/pointerbench-pro/data/test/0008.png new file mode 100644 index 0000000000000000000000000000000000000000..d90df8b660cf55cdde5dea2fee807ae120ed5e2e --- /dev/null +++ b/pointerbench-pro/data/test/0008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd26a3d2be9445f836590ad1e37c7e76825f21c0d4c3f722e442dd6312f5e98d +size 426216 diff --git a/pointerbench-pro/data/test/0009.png b/pointerbench-pro/data/test/0009.png new file mode 100644 index 0000000000000000000000000000000000000000..fe17dd26702bf8d270f3e9100ebb6eef5c11356f --- /dev/null +++ b/pointerbench-pro/data/test/0009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5a72719b141e039158884daa28e63da0fa533ee6a5b76a0ff8e435ad48d3ed +size 408038 diff --git a/pointerbench-pro/data/test/0010.png b/pointerbench-pro/data/test/0010.png new file mode 100644 index 0000000000000000000000000000000000000000..7f60d2a1eded38e8d88f6e1215c7f62032f787de --- /dev/null +++ b/pointerbench-pro/data/test/0010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd0241c774ceb392c86d5c50853d712d97670e6bcc62a433bba272928f423d +size 391197 diff --git a/pointerbench-pro/data/test/0011.png b/pointerbench-pro/data/test/0011.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b0b3008500b39f76fa88c13d40791140b22324 --- /dev/null +++ b/pointerbench-pro/data/test/0011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d94e2daf48f2f6c753733e3cd10fa04939700ecc154071a3a4dc8b533b8614 +size 360202 diff --git a/pointerbench-pro/data/test/0012.png b/pointerbench-pro/data/test/0012.png new file mode 100644 index 0000000000000000000000000000000000000000..ef862a8fe1812a8b536826da82187cd93fdc28ec --- /dev/null +++ b/pointerbench-pro/data/test/0012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c899abe4b3ac50d3ff0bcd6a49c69483a67985ce40a2d1c67ed066eff5de841 +size 320485 diff --git a/pointerbench-pro/data/test/0013.png b/pointerbench-pro/data/test/0013.png new file mode 100644 index 0000000000000000000000000000000000000000..3136843fe8b2eb7b96805ad02c6e5f0df822596e --- /dev/null +++ b/pointerbench-pro/data/test/0013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c81de5e0649752bdfcdb288137d92eec4dc30159d5364914b3965b2bb5f7766 +size 463442 diff --git a/pointerbench-pro/data/test/0014.png b/pointerbench-pro/data/test/0014.png new file mode 100644 index 0000000000000000000000000000000000000000..444dcfb39f8c6d5df2da9d3110005ae0cede023b --- /dev/null +++ b/pointerbench-pro/data/test/0014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97849db27b313bd67557993e8725517ddfd3eb0df64fe88abd3542fcbe7c1cff +size 456180 diff --git a/pointerbench-pro/data/test/0015.png b/pointerbench-pro/data/test/0015.png new file mode 100644 index 0000000000000000000000000000000000000000..5f162d0bfa313ccb91f5f9871d34717b8e90a779 --- /dev/null +++ b/pointerbench-pro/data/test/0015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcd0a9dff6657ce936ae60b3de28a9d0a065e3d14d1d3eb4a73fd759b14c5b2 +size 536354 diff --git a/pointerbench-pro/data/test/0016.png b/pointerbench-pro/data/test/0016.png new file mode 100644 index 0000000000000000000000000000000000000000..35c8a3d2432632ebee443dd3fe60943bcdf602d2 --- /dev/null +++ b/pointerbench-pro/data/test/0016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c379ed9df0380e76ee9092a77c231e614a458ddffa80fe11135871deec5d03 +size 506974 diff --git a/pointerbench-pro/data/test/0017.png b/pointerbench-pro/data/test/0017.png new file mode 100644 index 0000000000000000000000000000000000000000..26819618c70d8e29c383d9dcaa9123e3d903e6ca --- /dev/null +++ b/pointerbench-pro/data/test/0017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a0c2cb68858b8b4deeb419c9790594261da1752310a5ac5f16d29b82432bbf +size 334041 diff --git a/pointerbench-pro/data/test/0018.png b/pointerbench-pro/data/test/0018.png new file mode 100644 index 0000000000000000000000000000000000000000..a5fb44822a6460fd2719623ec1d5bfcc27ed6ff9 --- /dev/null +++ b/pointerbench-pro/data/test/0018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62b09921637a9849aa80cd62cca31713c0eeb85700f6ce1d1f98e67f274c0d7 +size 399596 diff --git a/pointerbench-pro/data/test/0019.png b/pointerbench-pro/data/test/0019.png new file mode 100644 index 0000000000000000000000000000000000000000..e98470e2be58fc57a7375fc7824b3fa012875c5a --- /dev/null +++ b/pointerbench-pro/data/test/0019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a20d9f72c64987618290811001d374cdefb312fcfa2e09cd1fa8de6854f368d +size 348871 diff --git a/pointerbench-pro/data/test/0020.png b/pointerbench-pro/data/test/0020.png new file mode 100644 index 0000000000000000000000000000000000000000..fc52f04e8555619025667dc91cc5a2186b21442f --- /dev/null +++ b/pointerbench-pro/data/test/0020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a99e1340f1949c09812f21ece0f2b71ca3f7324d393e9c534620f71a75605be +size 337474 diff --git a/pointerbench-pro/data/test/0021.png b/pointerbench-pro/data/test/0021.png new file mode 100644 index 0000000000000000000000000000000000000000..b827e37c694ca62f19aab5f019fec498e47c6d2b --- /dev/null +++ b/pointerbench-pro/data/test/0021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973d296454df19265419db193811d1fae27f88879e88ce7c00e1653ed29e5b7b +size 453060 diff --git a/pointerbench-pro/data/test/0022.png b/pointerbench-pro/data/test/0022.png new file mode 100644 index 0000000000000000000000000000000000000000..2984c4aaf0ebef7736fb70f1c5ec7fd4b6916d78 --- /dev/null +++ b/pointerbench-pro/data/test/0022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de20702efbad0dccd87f6e8f99ba7adc8a15ac0f02c431e1d2abebc94452ff3 +size 318930 diff --git a/pointerbench-pro/data/test/0023.png b/pointerbench-pro/data/test/0023.png new file mode 100644 index 0000000000000000000000000000000000000000..caf7647df8c55ced62bbbbd84dc76d41c7c9ff67 --- /dev/null +++ b/pointerbench-pro/data/test/0023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a82b61d3f8c5cc1cbde4ddb9957d0646ae3d981a02362c8ba25c1673375f57e +size 375821 diff --git a/pointerbench-pro/data/test/0024.png b/pointerbench-pro/data/test/0024.png new file mode 100644 index 0000000000000000000000000000000000000000..28bd635a2e541f7df8ab280934f083948e2eedee --- /dev/null +++ b/pointerbench-pro/data/test/0024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f4b3826e11ae899414256811ec0527597850aeb4f496642855f1d483f0f15a +size 447287 diff --git a/pointerbench-pro/data/test/0025.png b/pointerbench-pro/data/test/0025.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b4957eb4f2d6fa51db83e185a6898640376df4 --- /dev/null +++ b/pointerbench-pro/data/test/0025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490f677d4ab7bd578e44dcdf2360d6126be50d7aee42c3559b9a7ca0bb7a2a3a +size 345322 diff --git a/pointerbench-pro/data/test/0026.png b/pointerbench-pro/data/test/0026.png new file mode 100644 index 0000000000000000000000000000000000000000..6a4b3a9d81a3c1957667236760b79f6c37c67784 --- /dev/null +++ b/pointerbench-pro/data/test/0026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b233032909173907fbb009c54abed41cbd203c89804dda78397dbe548330666f +size 286292 diff --git a/pointerbench-pro/data/test/0027.png b/pointerbench-pro/data/test/0027.png new file mode 100644 index 0000000000000000000000000000000000000000..198efff2448516151cd1be977f1f17580b5cd8c0 --- /dev/null +++ b/pointerbench-pro/data/test/0027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26bb69b3dbdcad54392cce8e8e06cec9bb90e9628d2ab62007d223d0373fa87 +size 470751 diff --git a/pointerbench-pro/data/test/0028.png b/pointerbench-pro/data/test/0028.png new file mode 100644 index 0000000000000000000000000000000000000000..0b110b0ab3f379d144985a22dc54c76375d70ede --- /dev/null +++ b/pointerbench-pro/data/test/0028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb0471691f4c2f5e561b6fec9394fc13392dbf70f340e34f62f1dad89dee822 +size 548440 diff --git a/pointerbench-pro/data/test/0029.png b/pointerbench-pro/data/test/0029.png new file mode 100644 index 0000000000000000000000000000000000000000..ea89ef9c448dd10af228351fe456dcea04d2e710 --- /dev/null +++ b/pointerbench-pro/data/test/0029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67fb0d6d56a452ee03e8307dcaace7c90abb0ec553f0e7cd38a59a490b99599 +size 364263 diff --git a/pointerbench-pro/data/test/0030.png b/pointerbench-pro/data/test/0030.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4d167edc87b8e12d756b7aed356439c5ea3659 --- /dev/null +++ b/pointerbench-pro/data/test/0030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9a7f87ae7dc2a4df15e83db4c2314ee7c4af963c2019ba65fd1971f968b3ff +size 503448 diff --git a/pointerbench-pro/data/test/0031.png b/pointerbench-pro/data/test/0031.png new file mode 100644 index 0000000000000000000000000000000000000000..fc52f04e8555619025667dc91cc5a2186b21442f --- /dev/null +++ b/pointerbench-pro/data/test/0031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a99e1340f1949c09812f21ece0f2b71ca3f7324d393e9c534620f71a75605be +size 337474 diff --git a/pointerbench-pro/data/test/0032.png b/pointerbench-pro/data/test/0032.png new file mode 100644 index 0000000000000000000000000000000000000000..9299a5032bac6c0df459fdaa1263b00fca86c9e5 --- /dev/null +++ b/pointerbench-pro/data/test/0032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39032cb7aeeb6fc3749eef2a912452489405fa3fd86e29ac64b5014c07e3bbc +size 579689 diff --git a/pointerbench-pro/data/test/0033.png b/pointerbench-pro/data/test/0033.png new file mode 100644 index 0000000000000000000000000000000000000000..058f579612adcc8c05c6a01e57fc6f9e10480fb2 --- /dev/null +++ b/pointerbench-pro/data/test/0033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d78f589dbfbf4a3ad9eddc0afbcc96083146f6151f5f55a671a3a2e81a0ad45 +size 316620 diff --git a/pointerbench-pro/data/test/0034.png b/pointerbench-pro/data/test/0034.png new file mode 100644 index 0000000000000000000000000000000000000000..0426288bcaf0698c47a085bdd75e10b8dff5879e --- /dev/null +++ b/pointerbench-pro/data/test/0034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e4d750d3537d7251511f616494b9372ef0c56991f2e31b8b3b578e749f61a9 +size 593561 diff --git a/pointerbench-pro/data/test/0035.png b/pointerbench-pro/data/test/0035.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2a49a811f7ab0cd225865546a1227b36ae885b --- /dev/null +++ b/pointerbench-pro/data/test/0035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d432734ec8cd2dcc2790507f81179c3677b90bd1c977d4ba95b18c0d0e28af8 +size 459397 diff --git a/pointerbench-pro/data/test/0036.png b/pointerbench-pro/data/test/0036.png new file mode 100644 index 0000000000000000000000000000000000000000..529c723610796642db4a4ae0b787d8b7492fd227 --- /dev/null +++ b/pointerbench-pro/data/test/0036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1050c488f5962f55133f838f2d1d60619bfee121190c270dff5732829467e8a +size 487543 diff --git a/pointerbench-pro/data/test/0037.png b/pointerbench-pro/data/test/0037.png new file mode 100644 index 0000000000000000000000000000000000000000..f7105def8def8454034f8669b871ef2e83f083c6 --- /dev/null +++ b/pointerbench-pro/data/test/0037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779f64d8d4011fdf4f02c1e6e976a6f8d8bb6fccf9e4cbb7ad95e0a3376329c3 +size 488416 diff --git a/pointerbench-pro/data/test/0038.png b/pointerbench-pro/data/test/0038.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb4beb17cf063a99a68a2cd44939f69f25672f0 --- /dev/null +++ b/pointerbench-pro/data/test/0038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bc62d039172c900eb4eea1899dd00ec52f5700f5da06b2b371721748b28024 +size 484345 diff --git a/pointerbench-pro/data/test/0039.png b/pointerbench-pro/data/test/0039.png new file mode 100644 index 0000000000000000000000000000000000000000..e062d4774c439aa7909932e3c4082eadecbd5a1f --- /dev/null +++ b/pointerbench-pro/data/test/0039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3313f3d25be83398d916156657e641cb912d8ec06528adda37f2d38c10682237 +size 368743 diff --git a/pointerbench-pro/data/test/0040.png b/pointerbench-pro/data/test/0040.png new file mode 100644 index 0000000000000000000000000000000000000000..58211baf7970b83db446cc028f661045e62f53d1 --- /dev/null +++ b/pointerbench-pro/data/test/0040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80c7f3a7223378badd12c71f74494b6fe30cc8f1f33a1714c9a47b12813471 +size 343705 diff --git a/pointerbench-pro/data/test/0041.png b/pointerbench-pro/data/test/0041.png new file mode 100644 index 0000000000000000000000000000000000000000..250a00f62ccaef47c885ae5af7b900bccabbbc34 --- /dev/null +++ b/pointerbench-pro/data/test/0041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b684fad34e7f0a033b3f50b92495a54395167f3d349e323983380795ab9ce31b +size 675747 diff --git a/pointerbench-pro/data/test/0042.png b/pointerbench-pro/data/test/0042.png new file mode 100644 index 0000000000000000000000000000000000000000..b984c986014889dfd8a3a34ff11ca6bbeff3944f --- /dev/null +++ b/pointerbench-pro/data/test/0042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3390e1e6bdbe8b052763cf1a65ff2d7a794b40f81171c6bd07b08904e37c85c +size 538274 diff --git a/pointerbench-pro/data/test/0043.png b/pointerbench-pro/data/test/0043.png new file mode 100644 index 0000000000000000000000000000000000000000..3e03f325f6349378545b97c46cea408a71b4c137 --- /dev/null +++ b/pointerbench-pro/data/test/0043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c6a2b586f6ede4a3b60fc11746b07f6e5932cd10353e1289b4a3ba567c88b7 +size 393610 diff --git a/pointerbench-pro/data/test/0044.png b/pointerbench-pro/data/test/0044.png new file mode 100644 index 0000000000000000000000000000000000000000..3eeaf1e1a7e924810afe8df5f96da30c4ba2691f --- /dev/null +++ b/pointerbench-pro/data/test/0044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6927082e691f37f87184ec2f60383536fce44e04e3002ecc31d06d9d60bdf6e1 +size 502265 diff --git a/pointerbench-pro/data/test/0045.png b/pointerbench-pro/data/test/0045.png new file mode 100644 index 0000000000000000000000000000000000000000..c17694b59f52332e062b6a8debd8dc4f9e84c118 --- /dev/null +++ b/pointerbench-pro/data/test/0045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f6b71058e67097a310bbaba99f1d65cc1ee9cc4138b5ddfa73681ec54da892 +size 347806 diff --git a/pointerbench-pro/data/test/0046.png b/pointerbench-pro/data/test/0046.png new file mode 100644 index 0000000000000000000000000000000000000000..325bb507747a79e0db7321e926d28b7a45afac6c --- /dev/null +++ b/pointerbench-pro/data/test/0046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f374cdd2824dd4d4fb3a66aead89ac164f7bfd5c7f5fd8069e0efb66d80b48 +size 557417 diff --git a/pointerbench-pro/data/test/0047.png b/pointerbench-pro/data/test/0047.png new file mode 100644 index 0000000000000000000000000000000000000000..6d90b0becf01ff83399c5a574747637f8abbb85f --- /dev/null +++ b/pointerbench-pro/data/test/0047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061d3ab9c8046abb9ffa1613a4aa35e8c9604b9cacf9d9ccd2fee047ddb30a9d +size 470813 diff --git a/pointerbench-pro/data/test/0048.png b/pointerbench-pro/data/test/0048.png new file mode 100644 index 0000000000000000000000000000000000000000..ab877f86b69902b06becf294c862b9a7e46d0c5c --- /dev/null +++ b/pointerbench-pro/data/test/0048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c7891a366b81921528c20a60adbccd829d5d2d6a0be6fc36eea0da0d5a49ad +size 743566 diff --git a/pointerbench-pro/data/test/0049.png b/pointerbench-pro/data/test/0049.png new file mode 100644 index 0000000000000000000000000000000000000000..5505384415af89acfb49794aafef814db93ad424 --- /dev/null +++ b/pointerbench-pro/data/test/0049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be5bb0684c9ec8ad9ba62441a4d01a998bda00f37fcdce8758b4a18659fbfb7 +size 655597 diff --git a/pointerbench-pro/data/test/0050.png b/pointerbench-pro/data/test/0050.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc69daf3aeb551fd5f0fff886101c1e3d759bfa --- /dev/null +++ b/pointerbench-pro/data/test/0050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e3ebbf6d39bdea30f6f878829ff8203f057333dd03e5c20cec7b6e31f42b3f +size 281843 diff --git a/pointerbench-pro/data/test/0051.png b/pointerbench-pro/data/test/0051.png new file mode 100644 index 0000000000000000000000000000000000000000..72d75083292b4310e0f722ac24eb2ba43a636f68 --- /dev/null +++ b/pointerbench-pro/data/test/0051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c3da43a4082d3b50077ff859a9d03274b04d712270ba98bdb545a7f582830a +size 482578 diff --git a/pointerbench-pro/data/test/0052.png b/pointerbench-pro/data/test/0052.png new file mode 100644 index 0000000000000000000000000000000000000000..aaaaaf462e9bac924f7b62796ea10ab43345f9e5 --- /dev/null +++ b/pointerbench-pro/data/test/0052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5aaf3f1f6c41a68e1e3c4f008db59055f9778c2e8bf02c485e6fad7fe173c24 +size 479774 diff --git a/pointerbench-pro/data/test/0053.png b/pointerbench-pro/data/test/0053.png new file mode 100644 index 0000000000000000000000000000000000000000..70bad7364ae1ec0bbd9660827c2e253ad4c28427 --- /dev/null +++ b/pointerbench-pro/data/test/0053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afaf417cad4f98f675770a413ef3a5030a183c3e0cfc0dc471f46cdce5102ab +size 441498 diff --git a/pointerbench-pro/data/test/0054.png b/pointerbench-pro/data/test/0054.png new file mode 100644 index 0000000000000000000000000000000000000000..75737be75a3ecd1b9e56f90264005e2cd557b06a --- /dev/null +++ b/pointerbench-pro/data/test/0054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99f949a3b2d4a37fc70c8f1abac01dbc65b52b9e3d4b9d069129c6dd0fbc49c +size 562436 diff --git a/pointerbench-pro/data/test/0055.png b/pointerbench-pro/data/test/0055.png new file mode 100644 index 0000000000000000000000000000000000000000..6314aa99dd8dace5677ce921b5497d9c892cef55 --- /dev/null +++ b/pointerbench-pro/data/test/0055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5fac0c552d18cad0bf9f545bf467cc650d2edb0f9745fc92671ead8d0fcd46 +size 351915 diff --git a/pointerbench-pro/data/test/0056.png b/pointerbench-pro/data/test/0056.png new file mode 100644 index 0000000000000000000000000000000000000000..6c05a7764c3df05430abf76d13de5ee7899ae9b6 --- /dev/null +++ b/pointerbench-pro/data/test/0056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6b609d03d6a22fe67209971604e4c7094315f3b5f162288fb24e024123614b +size 494685 diff --git a/pointerbench-pro/data/test/0057.png b/pointerbench-pro/data/test/0057.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4b23ef89e974bb2be2e8c5b3f4752278206a8b --- /dev/null +++ b/pointerbench-pro/data/test/0057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78be2994b1b8f67824c9d6b0904cc9eaf74f13a8f03c7bb844ac58fcc66ce8cd +size 448248 diff --git a/pointerbench-pro/data/test/0058.png b/pointerbench-pro/data/test/0058.png new file mode 100644 index 0000000000000000000000000000000000000000..67420b8a747a40ce12999aacba63c3c69ea9d61c --- /dev/null +++ b/pointerbench-pro/data/test/0058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46d843a5c369eaec4bd8f83d42a7df6ad474485100187c2129252fe3204795d +size 722734 diff --git a/pointerbench-pro/data/test/0059.png b/pointerbench-pro/data/test/0059.png new file mode 100644 index 0000000000000000000000000000000000000000..c72eb92e3242cf8f90a9e340f5d8cc73ef6d5f8b --- /dev/null +++ b/pointerbench-pro/data/test/0059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40d7506f86b1de4a86fa00eb83cab76984db854c1b1efcec93555458936cbb8 +size 500271 diff --git a/pointerbench-pro/data/test/0060.png b/pointerbench-pro/data/test/0060.png new file mode 100644 index 0000000000000000000000000000000000000000..e5fa2fca2c556030f75ff2e830db57d2f88e363a --- /dev/null +++ b/pointerbench-pro/data/test/0060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9552b00ae1d541bf0e68176beffd2156c188c578932bfe41ee71b1beb387d52 +size 329024 diff --git a/pointerbench-pro/data/test/0061.png b/pointerbench-pro/data/test/0061.png new file mode 100644 index 0000000000000000000000000000000000000000..250a00f62ccaef47c885ae5af7b900bccabbbc34 --- /dev/null +++ b/pointerbench-pro/data/test/0061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b684fad34e7f0a033b3f50b92495a54395167f3d349e323983380795ab9ce31b +size 675747 diff --git a/pointerbench-pro/data/test/0062.png b/pointerbench-pro/data/test/0062.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae620d6ffdf8f4df01d365d8e601f8b6b608003 --- /dev/null +++ b/pointerbench-pro/data/test/0062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b2bd634bd89c40e38f5eda4b6659d21f382d03131832fda10dea61bf095a70 +size 342095 diff --git a/pointerbench-pro/data/test/0063.png b/pointerbench-pro/data/test/0063.png new file mode 100644 index 0000000000000000000000000000000000000000..0068ed73afb1eded63300cb4152ed289bfe6c9fa --- /dev/null +++ b/pointerbench-pro/data/test/0063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60c71c01139bd51508aa085288ec43c693b2982af95ad9a3c63d49686784660 +size 326260 diff --git a/pointerbench-pro/data/test/0064.png b/pointerbench-pro/data/test/0064.png new file mode 100644 index 0000000000000000000000000000000000000000..655bf7a9d03272b4349ec8a1652e31aecb695596 --- /dev/null +++ b/pointerbench-pro/data/test/0064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d01f1a0fb0f9b23df42d4ae580e66da6024d84a8e6caa1e7007ea2ce404edf +size 344490 diff --git a/pointerbench-pro/data/test/0065.png b/pointerbench-pro/data/test/0065.png new file mode 100644 index 0000000000000000000000000000000000000000..3444685e9c4e617550c3910589da39847187e5e9 --- /dev/null +++ b/pointerbench-pro/data/test/0065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1651e461edbd6b9913da430052bb321e234a62a997e274e287af9af8cca1e7 +size 388258 diff --git a/pointerbench-pro/data/test/0066.png b/pointerbench-pro/data/test/0066.png new file mode 100644 index 0000000000000000000000000000000000000000..7023eb30ca9817502fe6a772e1e39ae242492b6b --- /dev/null +++ b/pointerbench-pro/data/test/0066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122d5833fb5f8d62c0d89c179e04880cd64dbf965b4f634e620c5673e5291b60 +size 339695 diff --git a/pointerbench-pro/data/test/0067.png b/pointerbench-pro/data/test/0067.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d7cde0cde5c6abf44d279247d43f791c6dab2c --- /dev/null +++ b/pointerbench-pro/data/test/0067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0027fefd90874057534570f87013f54d659697015d6bb0ba668d5b6e37e629 +size 567147 diff --git a/pointerbench-pro/data/test/0068.png b/pointerbench-pro/data/test/0068.png new file mode 100644 index 0000000000000000000000000000000000000000..84821eefdc7c81d2f462fff04e0f0ef687cf2768 --- /dev/null +++ b/pointerbench-pro/data/test/0068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f20e6c40a200041e95e23793e0662e4822c062163e285db5bfc67b47786ffc +size 730028 diff --git a/pointerbench-pro/data/test/0069.png b/pointerbench-pro/data/test/0069.png new file mode 100644 index 0000000000000000000000000000000000000000..af964b9ed689828e04a3d818bcaeb09fb7d05e6b --- /dev/null +++ b/pointerbench-pro/data/test/0069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da8c372dad6ead95ba17f33c3b25824695b2e079e49b7154a6edb1eed8b3d9e +size 501805 diff --git a/pointerbench-pro/data/test/0070.png b/pointerbench-pro/data/test/0070.png new file mode 100644 index 0000000000000000000000000000000000000000..e85645b968413c5cf0998624a478b1accac3e3c6 --- /dev/null +++ b/pointerbench-pro/data/test/0070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74620d789a1b576198fdce8d02d40a945cd1a4f9e09a2510a3c9999a1ddd5c9 +size 344902 diff --git a/pointerbench-pro/data/test/0071.png b/pointerbench-pro/data/test/0071.png new file mode 100644 index 0000000000000000000000000000000000000000..63ef26d17a1d529e25c6257ffd06fc35e7703c07 --- /dev/null +++ b/pointerbench-pro/data/test/0071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cc84b3512e2860f207cc3ba01be8880fcfb4e623513a661016c6cc3572f482 +size 540616 diff --git a/pointerbench-pro/data/test/0072.png b/pointerbench-pro/data/test/0072.png new file mode 100644 index 0000000000000000000000000000000000000000..29a777bd8e73a561bec3a6d519413064a0c7c8ce --- /dev/null +++ b/pointerbench-pro/data/test/0072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cffc4784254fde6d403dc4f5335bffdafe4a64ad9f526f2f6dd25b8ccbc6c8 +size 296277 diff --git a/pointerbench-pro/data/test/0073.png b/pointerbench-pro/data/test/0073.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b6a60e59494f153fdc2c73937e381e5321a969 --- /dev/null +++ b/pointerbench-pro/data/test/0073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d289463259267f0bd8f1262f5a570f2839a7eaca4a9763511fa743191226f +size 258293 diff --git a/pointerbench-pro/data/test/0074.png b/pointerbench-pro/data/test/0074.png new file mode 100644 index 0000000000000000000000000000000000000000..7859ef583a85515dcc2df2653ab22201ee8122bb --- /dev/null +++ b/pointerbench-pro/data/test/0074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2279a4e610630ea2f0367216293cd169c330a837dda918435bf2d8d40997fd +size 461534 diff --git a/pointerbench-pro/data/test/0075.png b/pointerbench-pro/data/test/0075.png new file mode 100644 index 0000000000000000000000000000000000000000..0d675868d0e1989dce140ba4ae8a4114b3b73aa9 --- /dev/null +++ b/pointerbench-pro/data/test/0075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8847096a7783d9c12be2efe18a771c9ad647a4942a7a4c590b8009dcde3ea69 +size 298550 diff --git a/pointerbench-pro/data/test/0076.png b/pointerbench-pro/data/test/0076.png new file mode 100644 index 0000000000000000000000000000000000000000..1d0180a749be1b5d463c641324f62d7ac86d3d81 --- /dev/null +++ b/pointerbench-pro/data/test/0076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f7432aca040b1e23a69b071c723dd797430e48d44569495e677d733f94cc1d +size 527527 diff --git a/pointerbench-pro/data/test/0077.png b/pointerbench-pro/data/test/0077.png new file mode 100644 index 0000000000000000000000000000000000000000..50052f6d4103619e9869c2edea5ddae09093a357 --- /dev/null +++ b/pointerbench-pro/data/test/0077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3467d5e9ad6e735cbbe2cf1461c5826bc5f06be9ec7c5d097ad8cd1f9734ad4d +size 311406 diff --git a/pointerbench-pro/data/test/0078.png b/pointerbench-pro/data/test/0078.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ad51a195aee51bd4fde64276e09d6df31e179e --- /dev/null +++ b/pointerbench-pro/data/test/0078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86c3f172ba58b53002ad13e64e91269d86bf32ca27f19bf2eaeefca08baa8cc +size 591010 diff --git a/pointerbench-pro/data/test/0079.png b/pointerbench-pro/data/test/0079.png new file mode 100644 index 0000000000000000000000000000000000000000..62c609d71a42691cfc560a63c51ee3c541211070 --- /dev/null +++ b/pointerbench-pro/data/test/0079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52632c612e7b314a8645499554ddccd38341ce8b0e1cf7a13adaa0d4a232b069 +size 450985 diff --git a/pointerbench-pro/data/test/0080.png b/pointerbench-pro/data/test/0080.png new file mode 100644 index 0000000000000000000000000000000000000000..431124e8e34fde9cc7c98e806825225ebbc824ca --- /dev/null +++ b/pointerbench-pro/data/test/0080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dd42b59f001145a7b1e8ca1fcdbf9bd25ca6ac1a2f02ae4a3cf6f7f25f5615 +size 204520 diff --git a/pointerbench-pro/data/test/0081.png b/pointerbench-pro/data/test/0081.png new file mode 100644 index 0000000000000000000000000000000000000000..b827e37c694ca62f19aab5f019fec498e47c6d2b --- /dev/null +++ b/pointerbench-pro/data/test/0081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973d296454df19265419db193811d1fae27f88879e88ce7c00e1653ed29e5b7b +size 453060 diff --git a/pointerbench-pro/data/test/0082.png b/pointerbench-pro/data/test/0082.png new file mode 100644 index 0000000000000000000000000000000000000000..8f1971fc9c0b20ecd8e8ea310901ff83b5684b65 --- /dev/null +++ b/pointerbench-pro/data/test/0082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cb1f2629f3010bfe660d4dcd868f8ca7d35e8f2c4fa0070aabcaa2672d6ff8 +size 365801 diff --git a/pointerbench-pro/data/test/0083.png b/pointerbench-pro/data/test/0083.png new file mode 100644 index 0000000000000000000000000000000000000000..3488d7701d818a838c0d50dba2a6a5e43224ed9f --- /dev/null +++ b/pointerbench-pro/data/test/0083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93c0afe03299da8c3101b253f4670ca32029516e50a96b4e64d6c4c9748868c +size 602565 diff --git a/pointerbench-pro/data/test/0084.png b/pointerbench-pro/data/test/0084.png new file mode 100644 index 0000000000000000000000000000000000000000..6aff7bcaaa0d69af4793b611002edaf8ec9d25ac --- /dev/null +++ b/pointerbench-pro/data/test/0084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ff557e510f44c82029871e3c25359bdd0632833360550223f963f16a04d6c2 +size 606368 diff --git a/pointerbench-pro/data/test/0085.png b/pointerbench-pro/data/test/0085.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a89759a0ae08b7e57c80119919af735c46941d --- /dev/null +++ b/pointerbench-pro/data/test/0085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db3e26777fb3ca1e91e1300593dca2d9b3e51416fbd46d5195b8a63a6f6060e +size 445978 diff --git a/pointerbench-pro/data/test/0086.png b/pointerbench-pro/data/test/0086.png new file mode 100644 index 0000000000000000000000000000000000000000..22fb207dc62a464a5b419d9d35227a084785374b --- /dev/null +++ b/pointerbench-pro/data/test/0086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9afd3ee08a628c43c54c982992deb17d805a9b0d1c2ff2ff5a2afeed968f80f +size 345787 diff --git a/pointerbench-pro/data/test/0087.png b/pointerbench-pro/data/test/0087.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc8439d7c1b5ec0c3be3862db51d74a33423c3a --- /dev/null +++ b/pointerbench-pro/data/test/0087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2d8577fea90542459710cd91472f96c12c59ccbaad2d003b8c83b8788b2908 +size 472209 diff --git a/pointerbench-pro/data/test/0088.png b/pointerbench-pro/data/test/0088.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0a41d03af484fce6adfe473da13d77627544d2 --- /dev/null +++ b/pointerbench-pro/data/test/0088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de26d12b448850d49cc2098f8350c592dcfb13f75b3f46948e7e464eaa65b0ff +size 367119 diff --git a/pointerbench-pro/data/test/0089.png b/pointerbench-pro/data/test/0089.png new file mode 100644 index 0000000000000000000000000000000000000000..763ae09113d8e3c1efed92f959a62ba2fe3b3810 --- /dev/null +++ b/pointerbench-pro/data/test/0089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214ba48474e1f823d27d0e674d8dd7ea7fb18c05bb0fbc0837bfd732de30c2f9 +size 314925 diff --git a/pointerbench-pro/data/test/0090.png b/pointerbench-pro/data/test/0090.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba1877e4d7f7bdaf06e2eaae195a3c8f9cde59b --- /dev/null +++ b/pointerbench-pro/data/test/0090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8c04f9bb93bf8e8242cca26fda003e4160a07dfaef692616c6faa82a381cf +size 255821 diff --git a/pointerbench-pro/data/test/0091.png b/pointerbench-pro/data/test/0091.png new file mode 100644 index 0000000000000000000000000000000000000000..fcce40582203aece6963a6d5cf5f8085934d60ff --- /dev/null +++ b/pointerbench-pro/data/test/0091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadb84ebca7f991054738e50c85700f2d0b0d77926e2a27bcbbe497065ec209f +size 326273 diff --git a/pointerbench-pro/data/test/0092.png b/pointerbench-pro/data/test/0092.png new file mode 100644 index 0000000000000000000000000000000000000000..aef7d5b061928510dbe4112d096c61eeb5f9c500 --- /dev/null +++ b/pointerbench-pro/data/test/0092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afd8ca1015ab22124c85fa1eab9d22a609988993c0f57fc615a3ece69f2a45b +size 333370 diff --git a/pointerbench-pro/data/test/0093.png b/pointerbench-pro/data/test/0093.png new file mode 100644 index 0000000000000000000000000000000000000000..10c4aef6c345e0bc32268a992dfc4e3363e1269d --- /dev/null +++ b/pointerbench-pro/data/test/0093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768315082505c4738b8eb13addd5a41a998039b919d5d3bc27a3de8d9e0c6723 +size 372737 diff --git a/pointerbench-pro/data/test/0094.png b/pointerbench-pro/data/test/0094.png new file mode 100644 index 0000000000000000000000000000000000000000..98345d3dc844548c1282775b0941b1e0a0514b1c --- /dev/null +++ b/pointerbench-pro/data/test/0094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c882d2deed3ddb6a4893538ec6a4802eb751e0f356c83d07b2992eeee596e4dd +size 365856 diff --git a/pointerbench-pro/data/test/0095.png b/pointerbench-pro/data/test/0095.png new file mode 100644 index 0000000000000000000000000000000000000000..f12a9700260ece705633de1e826b674bea97d338 --- /dev/null +++ b/pointerbench-pro/data/test/0095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8bd2c258bf80c84836835f6d5e8f5b121f5f08382e5ae7146acbc446638587 +size 450197 diff --git a/pointerbench-pro/data/test/0096.png b/pointerbench-pro/data/test/0096.png new file mode 100644 index 0000000000000000000000000000000000000000..73356aeab0cc04cea2adbce02e00f28f71e547e0 --- /dev/null +++ b/pointerbench-pro/data/test/0096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30cbd8ad7807e72d05b196315c95037cd93a3aa208220286505b126bd7bd45d +size 319672 diff --git a/pointerbench-pro/data/test/0097.png b/pointerbench-pro/data/test/0097.png new file mode 100644 index 0000000000000000000000000000000000000000..e30bcde1277f97b56713b0a95af0d10f2dd98dfd --- /dev/null +++ b/pointerbench-pro/data/test/0097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148ed4a3f95f1dcc409bc8bb1bbad83a3691ac7c9b19f0f6e280a7ccde2fe885 +size 585221 diff --git a/pointerbench-pro/data/test/0098.png b/pointerbench-pro/data/test/0098.png new file mode 100644 index 0000000000000000000000000000000000000000..b13ef56064b168c562af8818349ddea4d44c8932 --- /dev/null +++ b/pointerbench-pro/data/test/0098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcf2c53eed288877121043bd2427861aefe0f1b3b60bcd0c3aca26b779062b5 +size 243622 diff --git a/pointerbench-pro/data/test/0099.png b/pointerbench-pro/data/test/0099.png new file mode 100644 index 0000000000000000000000000000000000000000..1839ffd71d2610a6dfb84d3a81d9c444df9e8dd0 --- /dev/null +++ b/pointerbench-pro/data/test/0099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bad522201596d0d143ca7d592ecafec22e76fdfb07d14f645eb5915dfc7c40 +size 670691 diff --git a/pointerbench-pro/data/test/0100.png b/pointerbench-pro/data/test/0100.png new file mode 100644 index 0000000000000000000000000000000000000000..9a7ac4fba2158d16acd01c2d11d2af490f577941 --- /dev/null +++ b/pointerbench-pro/data/test/0100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac78330f7c685c2d9fe4c7bca820042095ec6fefe18e2d1f948cea23effa577 +size 387777 diff --git a/pointerbench-pro/data/test/0101.png b/pointerbench-pro/data/test/0101.png new file mode 100644 index 0000000000000000000000000000000000000000..600d0ae062249f2aa2481bd7a368e81d4e7d440e --- /dev/null +++ b/pointerbench-pro/data/test/0101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8435db1c58c7f686bc8915e52f91779d39bb5b65063a988db0aa82af59d5889 +size 657157 diff --git a/pointerbench-pro/data/test/0102.png b/pointerbench-pro/data/test/0102.png new file mode 100644 index 0000000000000000000000000000000000000000..06cc16d7c8b60cce4de60fec151d2e797a77e773 --- /dev/null +++ b/pointerbench-pro/data/test/0102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45e6d09841157538b675e51a840c6aad0bda0592575ce1cf580fe05e5967eff +size 396953 diff --git a/pointerbench-pro/data/test/0103.png b/pointerbench-pro/data/test/0103.png new file mode 100644 index 0000000000000000000000000000000000000000..791a3e001bec47d308b53344d624e61be8bbe3fa --- /dev/null +++ b/pointerbench-pro/data/test/0103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20427307db9768c6268fcbe5c544fec33b768c95641d9596db4132af58b085d6 +size 310452 diff --git a/pointerbench-pro/data/test/0104.png b/pointerbench-pro/data/test/0104.png new file mode 100644 index 0000000000000000000000000000000000000000..229c3c1db3eed1ca6467045d93e48cabc29e6e9a --- /dev/null +++ b/pointerbench-pro/data/test/0104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5a083c41a224e01c80d85610e8df28b45473f94d48e739d1d20e620a8f248e +size 499491 diff --git a/pointerbench-pro/data/test/0105.png b/pointerbench-pro/data/test/0105.png new file mode 100644 index 0000000000000000000000000000000000000000..c48b78412c1b2fac3a0619b93c8839fb3509f13c --- /dev/null +++ b/pointerbench-pro/data/test/0105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d6d411f3801fd4eead21e0c9ee2a1a59ab8b8ac91fe472405c24c577c6ca47 +size 476530 diff --git a/pointerbench-pro/data/test/0106.png b/pointerbench-pro/data/test/0106.png new file mode 100644 index 0000000000000000000000000000000000000000..48fd63eae74d883f135e9cddb3f413fa1a46f99e --- /dev/null +++ b/pointerbench-pro/data/test/0106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f52a1b00b43802fd80583972208b08703711cdb297000e11704a1d3e60a0e77 +size 358167 diff --git a/pointerbench-pro/data/test/0107.png b/pointerbench-pro/data/test/0107.png new file mode 100644 index 0000000000000000000000000000000000000000..fbcbf48d01a0e96ad88cead4a76d2a73ef7532ef --- /dev/null +++ b/pointerbench-pro/data/test/0107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7713a9c6379ee4349672b8165127350174f75d11194c96b9f50705bd3f67a16f +size 513052 diff --git a/pointerbench-pro/data/test/0108.png b/pointerbench-pro/data/test/0108.png new file mode 100644 index 0000000000000000000000000000000000000000..6dcdee78cf3ef286fe071a0868aaa021a2e50ed2 --- /dev/null +++ b/pointerbench-pro/data/test/0108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4234b3fbaa0b3313c7d905a9c03070b6b592aa25437a92c992799b0d63d67d20 +size 529515 diff --git a/pointerbench-pro/data/test/0109.png b/pointerbench-pro/data/test/0109.png new file mode 100644 index 0000000000000000000000000000000000000000..a569f2fa426359c165069d26640d8626446d0748 --- /dev/null +++ b/pointerbench-pro/data/test/0109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca10ea6b5bf9ff251a120ba9dcc7b36c1bd9ad60bf1603b6dbbf0daf7a2dc66 +size 267441 diff --git a/pointerbench-pro/data/test/0110.png b/pointerbench-pro/data/test/0110.png new file mode 100644 index 0000000000000000000000000000000000000000..54f7f4c6fb5fa54c053b77988e0794f014b995a5 --- /dev/null +++ b/pointerbench-pro/data/test/0110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e463b9856fbe93329b4d14232d15ac096ba903bab452a0584fd9d6f4a70ad5be +size 266233 diff --git a/pointerbench-pro/data/test/0111.png b/pointerbench-pro/data/test/0111.png new file mode 100644 index 0000000000000000000000000000000000000000..21324ccbe96f5b046b87864c73a289bfd4fd5c57 --- /dev/null +++ b/pointerbench-pro/data/test/0111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7aa1538a2a3044c1464d3160064cbfa42b138127288f6d5106eec3a742393d +size 878130 diff --git a/pointerbench-pro/data/test/0112.png b/pointerbench-pro/data/test/0112.png new file mode 100644 index 0000000000000000000000000000000000000000..99d8c9bdd2cfb979147e471b5ca8590e726f15b3 --- /dev/null +++ b/pointerbench-pro/data/test/0112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412afbc2a109f03c3b371c3304e23c8d4107d9176bd1a7861bc0f299eb7a9c2d +size 400084 diff --git a/pointerbench-pro/data/test/0113.png b/pointerbench-pro/data/test/0113.png new file mode 100644 index 0000000000000000000000000000000000000000..150c5bb5f1657fdd7d53e5cbb210479dcd8016d6 --- /dev/null +++ b/pointerbench-pro/data/test/0113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3150fee2d6895dc0eb747db9b617813d3ef3e137191bc165316dc06a89d72c59 +size 479047 diff --git a/pointerbench-pro/data/test/0114.png b/pointerbench-pro/data/test/0114.png new file mode 100644 index 0000000000000000000000000000000000000000..266b0da781015bc5bfe92122af620f946d585362 --- /dev/null +++ b/pointerbench-pro/data/test/0114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53e21ed4df404f442065ca5c33fdfd72a267c693feb92ce9f7234796d2b0420 +size 287160 diff --git a/pointerbench-pro/data/test/0115.png b/pointerbench-pro/data/test/0115.png new file mode 100644 index 0000000000000000000000000000000000000000..d2635cdae9901dd58a3bc8877d2670e0759b4554 --- /dev/null +++ b/pointerbench-pro/data/test/0115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84d58c9cabe26e5f8de38e898b6fbf4767f70f58e4665d5a6b2d04043322ad2 +size 554681 diff --git a/pointerbench-pro/data/test/0116.png b/pointerbench-pro/data/test/0116.png new file mode 100644 index 0000000000000000000000000000000000000000..5aeb857789463a2fa2a21c2befcb539725715746 --- /dev/null +++ b/pointerbench-pro/data/test/0116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4026ecae9fbb00931ea91eb87fedc8e63fae7e40c0d25a25eb805e80e3b597fd +size 421705 diff --git a/pointerbench-pro/data/test/0117.png b/pointerbench-pro/data/test/0117.png new file mode 100644 index 0000000000000000000000000000000000000000..031e1c93d879ddee43f0954e8a43f34ab62893f7 --- /dev/null +++ b/pointerbench-pro/data/test/0117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9293890ddf265fa0eb166391e3d6a7e6a27916e5c70a709f9a3c5245d95722db +size 483829 diff --git a/pointerbench-pro/data/test/0118.png b/pointerbench-pro/data/test/0118.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2b3fb69e46cd278daa7b82788d986258488f0d --- /dev/null +++ b/pointerbench-pro/data/test/0118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c450d6d04724921603fced2e108b554fd57ebfab418fe9230b7d60f3941d19 +size 379466 diff --git a/pointerbench-pro/data/test/0119.png b/pointerbench-pro/data/test/0119.png new file mode 100644 index 0000000000000000000000000000000000000000..6a15b1e3437e2c07b35e1613bf2dbc270541940c --- /dev/null +++ b/pointerbench-pro/data/test/0119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a07f94c8421ab5356be4e4cdfeb14e4110ba2aa4513c61808e71db5962ba700 +size 473964 diff --git a/pointerbench-pro/data/test/0120.png b/pointerbench-pro/data/test/0120.png new file mode 100644 index 0000000000000000000000000000000000000000..df5d48d361e8563437de2bb18f0d47039ab1fb3f --- /dev/null +++ b/pointerbench-pro/data/test/0120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352b85c4b1b09a2031ecb5ef1e78d8e15db7286a764f0b07da2b158acdbacd03 +size 276717 diff --git a/pointerbench-pro/data/test/0121.png b/pointerbench-pro/data/test/0121.png new file mode 100644 index 0000000000000000000000000000000000000000..f5abf6ef8db46f2dc1cdd481c897b2838aee73d4 --- /dev/null +++ b/pointerbench-pro/data/test/0121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de73a5a744557659ebf431400bf37c45a26b7aff1cc3fdd09004403b9b3b7c6e +size 367198 diff --git a/pointerbench-pro/data/test/0122.png b/pointerbench-pro/data/test/0122.png new file mode 100644 index 0000000000000000000000000000000000000000..74fe170986ff250aa7ebb0eb7a6f183f8be8972f --- /dev/null +++ b/pointerbench-pro/data/test/0122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78ce0ecac076f5903bf89ce35d2fc6ad3742600682db474518edc3a356707fd +size 395064 diff --git a/pointerbench-pro/data/test/0123.png b/pointerbench-pro/data/test/0123.png new file mode 100644 index 0000000000000000000000000000000000000000..0d675868d0e1989dce140ba4ae8a4114b3b73aa9 --- /dev/null +++ b/pointerbench-pro/data/test/0123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8847096a7783d9c12be2efe18a771c9ad647a4942a7a4c590b8009dcde3ea69 +size 298550 diff --git a/pointerbench-pro/data/test/0124.png b/pointerbench-pro/data/test/0124.png new file mode 100644 index 0000000000000000000000000000000000000000..bbcdd3d758f4127c32ac1702de673ccefd9dc1eb --- /dev/null +++ b/pointerbench-pro/data/test/0124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1453d8538444c45e252ab16a858d0aeeb1377ad8330154788c44fb42f40fcc +size 376028 diff --git a/pointerbench-pro/data/test/0125.png b/pointerbench-pro/data/test/0125.png new file mode 100644 index 0000000000000000000000000000000000000000..d2635cdae9901dd58a3bc8877d2670e0759b4554 --- /dev/null +++ b/pointerbench-pro/data/test/0125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84d58c9cabe26e5f8de38e898b6fbf4767f70f58e4665d5a6b2d04043322ad2 +size 554681 diff --git a/pointerbench-pro/data/test/0126.png b/pointerbench-pro/data/test/0126.png new file mode 100644 index 0000000000000000000000000000000000000000..c0dd88f1143cf22bf7074abb14ab8fb5e170648a --- /dev/null +++ b/pointerbench-pro/data/test/0126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4e5ad104d81819b4542218dbbc013849032cacfa4eca5805a4adff93e990e6 +size 401783 diff --git a/pointerbench-pro/data/test/0127.png b/pointerbench-pro/data/test/0127.png new file mode 100644 index 0000000000000000000000000000000000000000..6f18fff3c0dc50fc7f055d985d82781907699768 --- /dev/null +++ b/pointerbench-pro/data/test/0127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a905dc2542b5cd6f3a1fab22b0d07bb082ed784bb03a024d7b79659f9e99343c +size 273449 diff --git a/pointerbench-pro/data/test/0128.png b/pointerbench-pro/data/test/0128.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5b6184dc20e0d4637c5d6667b7b5e258de12e9 --- /dev/null +++ b/pointerbench-pro/data/test/0128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46705e896741cd24e9b07a8de7fee44056c4b0bb2a81fad5b4226d34d48765f1 +size 320351 diff --git a/pointerbench-pro/data/test/0129.png b/pointerbench-pro/data/test/0129.png new file mode 100644 index 0000000000000000000000000000000000000000..02820612d7ee2299ad1250aded69571062a7b881 --- /dev/null +++ b/pointerbench-pro/data/test/0129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cca6be3a7aa5a19f4ba03b09f771bef24dc9f73aa480356e91068bc34cb3b3 +size 537542 diff --git a/pointerbench-pro/data/test/0130.png b/pointerbench-pro/data/test/0130.png new file mode 100644 index 0000000000000000000000000000000000000000..a95f57683f0a68df9b01e50faefbe0a5bdf5cd02 --- /dev/null +++ b/pointerbench-pro/data/test/0130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d837b9a55db0396ea5f4c02dd63ad5320f9b8e4c78dabb0edd03faf159e7f5e6 +size 502549 diff --git a/pointerbench-pro/data/test/0131.png b/pointerbench-pro/data/test/0131.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7dcc11baafbafd079bf60055db68c3ea05da37 --- /dev/null +++ b/pointerbench-pro/data/test/0131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fee5f4b7a2fb945530d80d47d27fabb08067bf4ce38f2683cc015ac9100d890 +size 398425 diff --git a/pointerbench-pro/data/test/0132.png b/pointerbench-pro/data/test/0132.png new file mode 100644 index 0000000000000000000000000000000000000000..be5dd26f8993c08e2b86aa0288a8b5d64da1bf17 --- /dev/null +++ b/pointerbench-pro/data/test/0132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd49964b8ac58b1360e2d5fea7924c0696f485f2896c243a3df2917652007abb +size 505154 diff --git a/pointerbench-pro/data/test/0133.png b/pointerbench-pro/data/test/0133.png new file mode 100644 index 0000000000000000000000000000000000000000..1202aee14daf74c605696f9509372687e97b98ba --- /dev/null +++ b/pointerbench-pro/data/test/0133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a251c7369809b4722e73184679d91accd9d1adecb7c35f210b26725db767f27 +size 305044 diff --git a/pointerbench-pro/data/test/0134.png b/pointerbench-pro/data/test/0134.png new file mode 100644 index 0000000000000000000000000000000000000000..52745b820936f57af55dc81f84a1b1f671ccfa58 --- /dev/null +++ b/pointerbench-pro/data/test/0134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2956e9504a25bf52fe9849c749e515a58e3f069602191436d3a09f673a1e015f +size 323585 diff --git a/pointerbench-pro/data/test/0135.png b/pointerbench-pro/data/test/0135.png new file mode 100644 index 0000000000000000000000000000000000000000..3f02c137e09e91368e277dc6c7fd90be066ec7cb --- /dev/null +++ b/pointerbench-pro/data/test/0135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afc97486550091cdf6a25635b58af85475694f1648d591a88140500a01debe0 +size 270303 diff --git a/pointerbench-pro/data/test/0136.png b/pointerbench-pro/data/test/0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c89240918248bff437ddef7d28f4f0b80f21c2ef --- /dev/null +++ b/pointerbench-pro/data/test/0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e58fae5179cfd6f5137a9887e82b7349f7cdad4d529df531c3e931102920ebf +size 591707 diff --git a/pointerbench-pro/data/test/0137.png b/pointerbench-pro/data/test/0137.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc0d05c0659563f7545ea11fcbcbbfe7a6bfe09 --- /dev/null +++ b/pointerbench-pro/data/test/0137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbad2aa6fdc58b507eeaefb513b2c11aee6bbea97cc589598da3fcb1308acaba +size 432023 diff --git a/pointerbench-pro/data/test/0138.png b/pointerbench-pro/data/test/0138.png new file mode 100644 index 0000000000000000000000000000000000000000..12c5552a601b80e8696e292cd735fad54f5fe55c --- /dev/null +++ b/pointerbench-pro/data/test/0138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023038e8674925fcdaf5ed603891685550bb92ac1e1cb9a264fc4e3a1dc692b9 +size 349201 diff --git a/pointerbench-pro/data/test/0139.png b/pointerbench-pro/data/test/0139.png new file mode 100644 index 0000000000000000000000000000000000000000..37d16751422c71c18fa20ab96bdb51238e1c3426 --- /dev/null +++ b/pointerbench-pro/data/test/0139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76582cbf5c04834a0257f8601c357c254fedeb67a20ece28b998e122cb1a0cf8 +size 314785 diff --git a/pointerbench-pro/data/test/0140.png b/pointerbench-pro/data/test/0140.png new file mode 100644 index 0000000000000000000000000000000000000000..f081da8582594b7fb4c7b8e5c6141225fb2a3009 --- /dev/null +++ b/pointerbench-pro/data/test/0140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426040f1587c21629617590cb705477fb32fa4314a0d788da68b2fc435b6403 +size 364742 diff --git a/pointerbench-pro/data/test/0141.png b/pointerbench-pro/data/test/0141.png new file mode 100644 index 0000000000000000000000000000000000000000..1d0180a749be1b5d463c641324f62d7ac86d3d81 --- /dev/null +++ b/pointerbench-pro/data/test/0141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f7432aca040b1e23a69b071c723dd797430e48d44569495e677d733f94cc1d +size 527527 diff --git a/pointerbench-pro/data/test/0142.png b/pointerbench-pro/data/test/0142.png new file mode 100644 index 0000000000000000000000000000000000000000..78b8d9e5b4c0c1f0768b4d89caefee847ba690a5 --- /dev/null +++ b/pointerbench-pro/data/test/0142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e180014b937d143c612a560d9166b18b6b41a93407d479d542542e0793f694c6 +size 310240 diff --git a/pointerbench-pro/data/test/0143.png b/pointerbench-pro/data/test/0143.png new file mode 100644 index 0000000000000000000000000000000000000000..0b110b0ab3f379d144985a22dc54c76375d70ede --- /dev/null +++ b/pointerbench-pro/data/test/0143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb0471691f4c2f5e561b6fec9394fc13392dbf70f340e34f62f1dad89dee822 +size 548440 diff --git a/pointerbench-pro/data/test/0144.png b/pointerbench-pro/data/test/0144.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4600a552af2821488d15a59f064c2722f88d1b --- /dev/null +++ b/pointerbench-pro/data/test/0144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7346a96a16a18bca0ff6222f667778ae2e1fad0232c3888ce15f09b70d69f526 +size 469488 diff --git a/pointerbench-pro/data/test/0145.png b/pointerbench-pro/data/test/0145.png new file mode 100644 index 0000000000000000000000000000000000000000..37d16751422c71c18fa20ab96bdb51238e1c3426 --- /dev/null +++ b/pointerbench-pro/data/test/0145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76582cbf5c04834a0257f8601c357c254fedeb67a20ece28b998e122cb1a0cf8 +size 314785 diff --git a/pointerbench-pro/data/test/0146.png b/pointerbench-pro/data/test/0146.png new file mode 100644 index 0000000000000000000000000000000000000000..5190e9a02d4b5bcb52b6adf5ed80ae30a1e38761 --- /dev/null +++ b/pointerbench-pro/data/test/0146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a5b453dcec1ad998b5406a4087270a7be51383c71364faf0051fa306834450 +size 343847 diff --git a/pointerbench-pro/data/test/0147.png b/pointerbench-pro/data/test/0147.png new file mode 100644 index 0000000000000000000000000000000000000000..4400c9b4f96ec2b8c455b3d4c2321b151c9e8a6f --- /dev/null +++ b/pointerbench-pro/data/test/0147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcec54123f0d2f2b539a33c9ef15d2f4cf619f1476e36821a7bc91b51b03503f +size 322634 diff --git a/pointerbench-pro/data/test/0148.png b/pointerbench-pro/data/test/0148.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb82f43c391fab8a3f33e9f5db6aa9e07a3bd39 --- /dev/null +++ b/pointerbench-pro/data/test/0148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1a117eaf58c7294dcd016ce5321b785080d849b9110e649f1608d1e033c212 +size 560686 diff --git a/pointerbench-pro/data/test/0149.png b/pointerbench-pro/data/test/0149.png new file mode 100644 index 0000000000000000000000000000000000000000..e45d9f3360fb8c3aec82fa5a5ef7c038cd7e8e54 --- /dev/null +++ b/pointerbench-pro/data/test/0149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669edb3a57382fc7ecd7913c07481cb05aaf78f2aee138d8c6650f3d6b32e219 +size 375987 diff --git a/pointerbench-pro/data/test/0150.png b/pointerbench-pro/data/test/0150.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a5fdd2f4d3fa3057670d75e7dc502690941f8e --- /dev/null +++ b/pointerbench-pro/data/test/0150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc41a4a682498137f3159fbd978afcef658b3b331357b3925d6b2fd8b1a8aca +size 411770 diff --git a/pointerbench-pro/data/test/0151.png b/pointerbench-pro/data/test/0151.png new file mode 100644 index 0000000000000000000000000000000000000000..0829c576497513a05375a86621283c37caf2202a --- /dev/null +++ b/pointerbench-pro/data/test/0151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccfc3e3bca0aa037444f0aba16bde36ea69ef2f41724ffbdfd0300d06808cf6 +size 323586 diff --git a/pointerbench-pro/data/test/0152.png b/pointerbench-pro/data/test/0152.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec6ab2d896cdcd9a578ac20dc41c2a019a688b3 --- /dev/null +++ b/pointerbench-pro/data/test/0152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38705552c3275a432f5c9fb4468b89e9d2a240e1d3342b10af5995d10e79232 +size 357236 diff --git a/pointerbench-pro/data/test/0153.png b/pointerbench-pro/data/test/0153.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2d37148a26b6d95a70957b889eb9e9ddf0960f --- /dev/null +++ b/pointerbench-pro/data/test/0153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fcfafcea8b803a94f40f2e0899f7c2b4a46528b586a35f580d0fc1e0ee5df5 +size 320135 diff --git a/pointerbench-pro/data/test/0154.png b/pointerbench-pro/data/test/0154.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7100753f46e694e962b97bca757792953aecac --- /dev/null +++ b/pointerbench-pro/data/test/0154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe7e4f4088a37ed3e2087a378849bb9ba2b9ed13e05b2574cf949011a0c949e +size 327193 diff --git a/pointerbench-pro/data/test/0155.png b/pointerbench-pro/data/test/0155.png new file mode 100644 index 0000000000000000000000000000000000000000..73f5cebcb0cf2ddd1919192624179470c1e5e82a --- /dev/null +++ b/pointerbench-pro/data/test/0155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf7e70ad2aa60290a132542a43802d36d6e606f164ece273e3ea4966871efe3 +size 562108 diff --git a/pointerbench-pro/data/test/0156.png b/pointerbench-pro/data/test/0156.png new file mode 100644 index 0000000000000000000000000000000000000000..3928feb1ba974673e94c115484843e6a1a11e6a7 --- /dev/null +++ b/pointerbench-pro/data/test/0156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e2cf61cc9018f3a7965019049423d0d46a151c15e5b47d6c9ee960ca6e6bc2 +size 294336 diff --git a/pointerbench-pro/data/test/0157.png b/pointerbench-pro/data/test/0157.png new file mode 100644 index 0000000000000000000000000000000000000000..4400c9b4f96ec2b8c455b3d4c2321b151c9e8a6f --- /dev/null +++ b/pointerbench-pro/data/test/0157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcec54123f0d2f2b539a33c9ef15d2f4cf619f1476e36821a7bc91b51b03503f +size 322634 diff --git a/pointerbench-pro/data/test/0158.png b/pointerbench-pro/data/test/0158.png new file mode 100644 index 0000000000000000000000000000000000000000..65682c1318a509f495dd63a78b0d27ae116fc843 --- /dev/null +++ b/pointerbench-pro/data/test/0158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d899a44aa041fcb8aa91ee35a48f93b45fecaf23890ee8e1cedecedc33c26330 +size 397751 diff --git a/pointerbench-pro/data/test/0159.png b/pointerbench-pro/data/test/0159.png new file mode 100644 index 0000000000000000000000000000000000000000..fee86bd833203897d6c25f5480ccfdcd516c89e3 --- /dev/null +++ b/pointerbench-pro/data/test/0159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dbfec7fe4d36f215e33bee5e0b9bb8d3ea1dd2f6ae941c560fc7a49314cd14 +size 366208 diff --git a/pointerbench-pro/data/test/0160.png b/pointerbench-pro/data/test/0160.png new file mode 100644 index 0000000000000000000000000000000000000000..203f945facde61fd03356720ba090043a6590e9f --- /dev/null +++ b/pointerbench-pro/data/test/0160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6876c3d5a6c51eaaafe108cc86b68dfd8af16c10bd249ad79ad689d210d03169 +size 493257 diff --git a/pointerbench-pro/data/test/0161.png b/pointerbench-pro/data/test/0161.png new file mode 100644 index 0000000000000000000000000000000000000000..f9446017565880adfa8a05429b0f3ccf064e3cca --- /dev/null +++ b/pointerbench-pro/data/test/0161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d755b341749617016b021219a94de5366518aea4820f8788a49fb95af7b25 +size 481121 diff --git a/pointerbench-pro/data/test/0162.png b/pointerbench-pro/data/test/0162.png new file mode 100644 index 0000000000000000000000000000000000000000..f9446017565880adfa8a05429b0f3ccf064e3cca --- /dev/null +++ b/pointerbench-pro/data/test/0162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d755b341749617016b021219a94de5366518aea4820f8788a49fb95af7b25 +size 481121 diff --git a/pointerbench-pro/data/test/0163.png b/pointerbench-pro/data/test/0163.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf02ecea1eb558bf2a7c4a88c8df2ec382935cf --- /dev/null +++ b/pointerbench-pro/data/test/0163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36823568770cf44fd6992cf8a11d9ee2e8cb269189d8009020fe4f9242435a0d +size 383287 diff --git a/pointerbench-pro/data/test/0164.png b/pointerbench-pro/data/test/0164.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7d15e601c2be0c4581bcf65c92c9c1b1c6965a --- /dev/null +++ b/pointerbench-pro/data/test/0164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b1c245439df3e713db5c3d08612dce468eeb07666d4ec2c84f625bf5d0349b +size 324277 diff --git a/pointerbench-pro/data/test/0165.png b/pointerbench-pro/data/test/0165.png new file mode 100644 index 0000000000000000000000000000000000000000..96454b39a22d60a4898a7d780a3dc6d7b26466f0 --- /dev/null +++ b/pointerbench-pro/data/test/0165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdf10b8fddcc42dd864cd1b57b92a03dee55618a2b2ece01b40b49dbbd6e673 +size 662715 diff --git a/pointerbench-pro/data/test/0166.png b/pointerbench-pro/data/test/0166.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc09cca44a5ee4d8e6451bf8be138dbf3016141 --- /dev/null +++ b/pointerbench-pro/data/test/0166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5541422760f7265890f00f48ad9af691542e3b5c3338508e91d9dfb2378d1661 +size 524755 diff --git a/pointerbench-pro/data/test/0167.png b/pointerbench-pro/data/test/0167.png new file mode 100644 index 0000000000000000000000000000000000000000..a11bc933ed3ae5b7d052c1777ce6155179bfcd97 --- /dev/null +++ b/pointerbench-pro/data/test/0167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960d8947274532454392a3aa8e5e98367e2bc18702bb47343dfb649c85ea298b +size 379964 diff --git a/pointerbench-pro/data/test/0168.png b/pointerbench-pro/data/test/0168.png new file mode 100644 index 0000000000000000000000000000000000000000..b35d1312a3a662e86e51c494873e28d62953b4e6 --- /dev/null +++ b/pointerbench-pro/data/test/0168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ca529ed171d23770a0a7da2b56bc8fa663c34c130c065be852ec00799fde0c +size 284689 diff --git a/pointerbench-pro/data/test/0169.png b/pointerbench-pro/data/test/0169.png new file mode 100644 index 0000000000000000000000000000000000000000..a5fb44822a6460fd2719623ec1d5bfcc27ed6ff9 --- /dev/null +++ b/pointerbench-pro/data/test/0169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62b09921637a9849aa80cd62cca31713c0eeb85700f6ce1d1f98e67f274c0d7 +size 399596 diff --git a/pointerbench-pro/data/test/0170.png b/pointerbench-pro/data/test/0170.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1ea24b6a09d5c3eec022f5a6a3d0e646e42d34 --- /dev/null +++ b/pointerbench-pro/data/test/0170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9eae6900f06793c1fe7f9e9bd95258b1ac055e4cf7e1a4233d9b4f8277e177 +size 306480 diff --git a/pointerbench-pro/data/test/0171.png b/pointerbench-pro/data/test/0171.png new file mode 100644 index 0000000000000000000000000000000000000000..bbcdd3d758f4127c32ac1702de673ccefd9dc1eb --- /dev/null +++ b/pointerbench-pro/data/test/0171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1453d8538444c45e252ab16a858d0aeeb1377ad8330154788c44fb42f40fcc +size 376028 diff --git a/pointerbench-pro/data/test/0172.png b/pointerbench-pro/data/test/0172.png new file mode 100644 index 0000000000000000000000000000000000000000..8d88f445af5e07625e55e4d546eff45c18907624 --- /dev/null +++ b/pointerbench-pro/data/test/0172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8243822197ca9683c584209b28a2a0f676c96f81a77f9ed20cba86f347209459 +size 310869 diff --git a/pointerbench-pro/data/test/0173.png b/pointerbench-pro/data/test/0173.png new file mode 100644 index 0000000000000000000000000000000000000000..eb873f7d6c25baa20ce77753ec07a17468da109c --- /dev/null +++ b/pointerbench-pro/data/test/0173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba07d48936b7e6ba2bfdad67ad2bcb2aa4245acd594d1199477933600fa648f +size 307947 diff --git a/pointerbench-pro/data/test/0174.png b/pointerbench-pro/data/test/0174.png new file mode 100644 index 0000000000000000000000000000000000000000..df8fcf9b88ef2608236df43f2c531b26d0e1d257 --- /dev/null +++ b/pointerbench-pro/data/test/0174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bada21f8105f999f3b289d6b3b00914851378d0aafc45933f545af394ec89e64 +size 470549 diff --git a/pointerbench-pro/data/test/0175.png b/pointerbench-pro/data/test/0175.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b50203fd2617a69239265b0c52e1cb9b0cb94c --- /dev/null +++ b/pointerbench-pro/data/test/0175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4a7980e2908ad90792e24272393493da58208b0b5861677c5bc2cf4687caa6 +size 366825 diff --git a/pointerbench-pro/data/test/0176.png b/pointerbench-pro/data/test/0176.png new file mode 100644 index 0000000000000000000000000000000000000000..12b9af8d12ff99ce8b49c7632d805a4dc29498b0 --- /dev/null +++ b/pointerbench-pro/data/test/0176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2723f295496d6a3d9a9b9a237b5ed1c90e8c2f94378982b29490b081845a99a5 +size 254730 diff --git a/pointerbench-pro/data/test/0177.png b/pointerbench-pro/data/test/0177.png new file mode 100644 index 0000000000000000000000000000000000000000..70c3dfb405f8dbd63304c93d41b0c4597e35090d --- /dev/null +++ b/pointerbench-pro/data/test/0177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e0e4f45295d1865b7f15b5e584cb0b0cca5b483c5f2bc7e81f38163b978983 +size 388771 diff --git a/pointerbench-pro/data/test/0178.png b/pointerbench-pro/data/test/0178.png new file mode 100644 index 0000000000000000000000000000000000000000..c68204167eeb6efb95514c37a48c120e24dcef84 --- /dev/null +++ b/pointerbench-pro/data/test/0178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f0890dc2d3b4eccbab5e055e6360026d216ab3d3a3e904de5c40092fb5544e +size 413659 diff --git a/pointerbench-pro/data/test/0179.png b/pointerbench-pro/data/test/0179.png new file mode 100644 index 0000000000000000000000000000000000000000..d90df8b660cf55cdde5dea2fee807ae120ed5e2e --- /dev/null +++ b/pointerbench-pro/data/test/0179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd26a3d2be9445f836590ad1e37c7e76825f21c0d4c3f722e442dd6312f5e98d +size 426216 diff --git a/pointerbench-pro/data/test/0180.png b/pointerbench-pro/data/test/0180.png new file mode 100644 index 0000000000000000000000000000000000000000..f12479ddb7c03c3f3c14f8ba7469f58cd767a6e1 --- /dev/null +++ b/pointerbench-pro/data/test/0180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a54cba44664b4ef3752079cceba3690a0c3ec3928d08563183ce3ba851b813 +size 486459 diff --git a/pointerbench-pro/data/test/0181.png b/pointerbench-pro/data/test/0181.png new file mode 100644 index 0000000000000000000000000000000000000000..59411eb65579207aa57bc45b79afbfb5aa648bd5 --- /dev/null +++ b/pointerbench-pro/data/test/0181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52ef3b61c1270b0139925345c668872a4468e4b82a8a2cb0867d7986ddd75ca +size 363342 diff --git a/pointerbench-pro/data/test/0182.png b/pointerbench-pro/data/test/0182.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f64367cc7ef9257a4d798de75a5e7bfc3847e6 --- /dev/null +++ b/pointerbench-pro/data/test/0182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de23321daebbc562915d6ce7b0c68b14a4a30cf5601030163baa57056ef006cc +size 367320 diff --git a/pointerbench-pro/data/test/0183.png b/pointerbench-pro/data/test/0183.png new file mode 100644 index 0000000000000000000000000000000000000000..25a54ee2da3e640d2618b15697a22a76d2ba5503 --- /dev/null +++ b/pointerbench-pro/data/test/0183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc820587a50c01eb8991627a1b40dc6f5cf032d9e1b7fd027043df4c3fab62a +size 308616 diff --git a/pointerbench-pro/data/test/0184.png b/pointerbench-pro/data/test/0184.png new file mode 100644 index 0000000000000000000000000000000000000000..31bf76bbc2611a4f9f298b443dbcaa3412caee88 --- /dev/null +++ b/pointerbench-pro/data/test/0184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331b3c776208ad485d113ff5416b24938bfe1e875f96d6af9d875827cc2add8b +size 280188 diff --git a/pointerbench-pro/data/test/0185.png b/pointerbench-pro/data/test/0185.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8de81ef40f4ded08fd8b888928fbade1690161 --- /dev/null +++ b/pointerbench-pro/data/test/0185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb1ecf68245d267c6b7290221c9bdc1a53bb96a07536488a90b99fd57d2f15a +size 402392 diff --git a/pointerbench-pro/data/test/0186.png b/pointerbench-pro/data/test/0186.png new file mode 100644 index 0000000000000000000000000000000000000000..73257b97d31a937a65dabbec67b144e5f5f937b2 --- /dev/null +++ b/pointerbench-pro/data/test/0186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf7c80df14107b15db13e05295806e68dfd0b36c85c0857670d1bf9872a1fbd +size 667757 diff --git a/pointerbench-pro/data/test/0187.png b/pointerbench-pro/data/test/0187.png new file mode 100644 index 0000000000000000000000000000000000000000..2962ff668e2f891c09ae806bd976d81bd25ca756 --- /dev/null +++ b/pointerbench-pro/data/test/0187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44b8b2de05b515e5e3b73c4db37bb6726c9fa1c3453e4f9fc6c73837306b33b +size 515362 diff --git a/pointerbench-pro/data/test/0188.png b/pointerbench-pro/data/test/0188.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8de81ef40f4ded08fd8b888928fbade1690161 --- /dev/null +++ b/pointerbench-pro/data/test/0188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb1ecf68245d267c6b7290221c9bdc1a53bb96a07536488a90b99fd57d2f15a +size 402392 diff --git a/pointerbench-pro/data/test/0189.png b/pointerbench-pro/data/test/0189.png new file mode 100644 index 0000000000000000000000000000000000000000..b984c986014889dfd8a3a34ff11ca6bbeff3944f --- /dev/null +++ b/pointerbench-pro/data/test/0189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3390e1e6bdbe8b052763cf1a65ff2d7a794b40f81171c6bd07b08904e37c85c +size 538274 diff --git a/pointerbench-pro/data/test/0190.png b/pointerbench-pro/data/test/0190.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3d5bde0ff9aa1d7aa77867f477ef4561bf8990 --- /dev/null +++ b/pointerbench-pro/data/test/0190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9efa9f47e4dfa1703e2514e561fa5f57e54f88d598acbd24915d49549abcaa8 +size 294131 diff --git a/pointerbench-pro/data/test/0191.png b/pointerbench-pro/data/test/0191.png new file mode 100644 index 0000000000000000000000000000000000000000..7569fb9c357243c2510045ef0d9091a9f18c670b --- /dev/null +++ b/pointerbench-pro/data/test/0191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4328550261ef76fa97a999ff8eb02b17d0289d3b16013165d5f47d3cf9b3664 +size 364560 diff --git a/pointerbench-pro/data/test/0192.png b/pointerbench-pro/data/test/0192.png new file mode 100644 index 0000000000000000000000000000000000000000..da9bfad12e928b350fb56e61f297405d89069a9b --- /dev/null +++ b/pointerbench-pro/data/test/0192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a6d1a29f8b0e749ddf32a7394636fc4bae75aefca371f6fb9dedd8edbe283b +size 822288 diff --git a/pointerbench-pro/data/test/0193.png b/pointerbench-pro/data/test/0193.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae832246afc318c9b7b47b47bc534e810b0298c --- /dev/null +++ b/pointerbench-pro/data/test/0193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b9573e203f3e990822c84c0c06117250bee218998b5d6ae5b7095099a2df64 +size 494538 diff --git a/pointerbench-pro/data/test/0194.png b/pointerbench-pro/data/test/0194.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6cfcd37d5c273a51c1d62cb4e71d3b47dff256 --- /dev/null +++ b/pointerbench-pro/data/test/0194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b7f6c8ef021fe0af4c025c67eba61f4b9ede088cea9b626220f8d9471c76da +size 263511 diff --git a/pointerbench-pro/data/test/0195.png b/pointerbench-pro/data/test/0195.png new file mode 100644 index 0000000000000000000000000000000000000000..4c93eab5ca90622a188deb2b1c48b8ec97d1339b --- /dev/null +++ b/pointerbench-pro/data/test/0195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a2049408bbaa88da0993ae34c922b86d7593d209d5efe5a2f1ae0d4ffa0e6d +size 419408 diff --git a/pointerbench-pro/data/test/0196.png b/pointerbench-pro/data/test/0196.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7a87062f4ac99ea80eb8c433ce47508bd785de --- /dev/null +++ b/pointerbench-pro/data/test/0196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e06901c4da796d0bbe1ff3742fec56708989907f5339f843296f374e3e056f8 +size 625665 diff --git a/pointerbench-pro/data/test/0197.png b/pointerbench-pro/data/test/0197.png new file mode 100644 index 0000000000000000000000000000000000000000..d11deb34b3634accc5e179527698f247cd2baad6 --- /dev/null +++ b/pointerbench-pro/data/test/0197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db58200ba4a23f6378668ff38f3dc610d03b31798ff994804368cd802b212e02 +size 305414 diff --git a/pointerbench-pro/data/test/0198.png b/pointerbench-pro/data/test/0198.png new file mode 100644 index 0000000000000000000000000000000000000000..910bdfc7af9e21c20b50bafac922580c1dbf4f2f --- /dev/null +++ b/pointerbench-pro/data/test/0198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d952fdd112efd6168909af66c5210ea75e37e157f88c81c6e4081cf72790f84 +size 367309 diff --git a/pointerbench-pro/data/test/0199.png b/pointerbench-pro/data/test/0199.png new file mode 100644 index 0000000000000000000000000000000000000000..856bf2f593d71321dfc5dbaa8b6a7e5fffb88f77 --- /dev/null +++ b/pointerbench-pro/data/test/0199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940c7e153b86873ffafea682901dfdc950d23d4340d065841fe206614915caae +size 392226 diff --git a/pointerbench-pro/data/test/0200.png b/pointerbench-pro/data/test/0200.png new file mode 100644 index 0000000000000000000000000000000000000000..35c8a3d2432632ebee443dd3fe60943bcdf602d2 --- /dev/null +++ b/pointerbench-pro/data/test/0200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c379ed9df0380e76ee9092a77c231e614a458ddffa80fe11135871deec5d03 +size 506974 diff --git a/pointerbench-pro/data/test/0201.png b/pointerbench-pro/data/test/0201.png new file mode 100644 index 0000000000000000000000000000000000000000..f43ab05151d2c2d1aac6e4005174feff42232643 --- /dev/null +++ b/pointerbench-pro/data/test/0201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3012e90004aa286f32995679dec7d4fa02f969b0f8bf643e0556a9cd68750dbe +size 480651 diff --git a/pointerbench-pro/data/test/0202.png b/pointerbench-pro/data/test/0202.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8b876dc1790d30d52b40487e72d77f20d9aef2 --- /dev/null +++ b/pointerbench-pro/data/test/0202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8d49809919b745187da3a55a6924f482b93a3d6625f66ad10e2bb01db14a20 +size 406600 diff --git a/pointerbench-pro/data/test/0203.png b/pointerbench-pro/data/test/0203.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9883915cd4af2631424d8d0732c568e011002d --- /dev/null +++ b/pointerbench-pro/data/test/0203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b0b2617589e1114e72ef4b9240c851d74435d7b5df890f9fb32c44ce26a4ae +size 312742 diff --git a/pointerbench-pro/data/test/0204.png b/pointerbench-pro/data/test/0204.png new file mode 100644 index 0000000000000000000000000000000000000000..4323429b64b3a20eae7beb8de3b6ea6f778633dd --- /dev/null +++ b/pointerbench-pro/data/test/0204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4487f19c2071ff7ca624c23b4811c7dffcf1e74ac338b2fee4b2860cb5c94c00 +size 360764 diff --git a/pointerbench-pro/data/test/0205.png b/pointerbench-pro/data/test/0205.png new file mode 100644 index 0000000000000000000000000000000000000000..bd55cd280e6ff4c34f9ad009e7e16ac19a514869 --- /dev/null +++ b/pointerbench-pro/data/test/0205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9261ec0b12016125a23911fadc04fb82d02bb856265886a6f9c6ef538da598b +size 292248 diff --git a/pointerbench-pro/data/test/0206.png b/pointerbench-pro/data/test/0206.png new file mode 100644 index 0000000000000000000000000000000000000000..7912e842269510cbe631ddd11a3d9f8d7c91e68c --- /dev/null +++ b/pointerbench-pro/data/test/0206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb1aaeebc97f9f0dd6725222abd999a66ee3d1fec4ac9781539948a39729e93 +size 392257 diff --git a/pointerbench-pro/data/test/0207.png b/pointerbench-pro/data/test/0207.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec6ab2d896cdcd9a578ac20dc41c2a019a688b3 --- /dev/null +++ b/pointerbench-pro/data/test/0207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38705552c3275a432f5c9fb4468b89e9d2a240e1d3342b10af5995d10e79232 +size 357236 diff --git a/pointerbench-pro/data/test/0208.png b/pointerbench-pro/data/test/0208.png new file mode 100644 index 0000000000000000000000000000000000000000..3b77880e1a87df68ac1ad6214d364c1bb851597a --- /dev/null +++ b/pointerbench-pro/data/test/0208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfc127e47b34ecff5b16e7a7475a0a8c7f3294d22f8b203d6c2fd5ada07f841 +size 472696 diff --git a/pointerbench-pro/data/test/0209.png b/pointerbench-pro/data/test/0209.png new file mode 100644 index 0000000000000000000000000000000000000000..2984c4aaf0ebef7736fb70f1c5ec7fd4b6916d78 --- /dev/null +++ b/pointerbench-pro/data/test/0209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de20702efbad0dccd87f6e8f99ba7adc8a15ac0f02c431e1d2abebc94452ff3 +size 318930 diff --git a/pointerbench-pro/data/test/0210.png b/pointerbench-pro/data/test/0210.png new file mode 100644 index 0000000000000000000000000000000000000000..d54d4bde4384717a9d9e7d3b816343fe7bd96775 --- /dev/null +++ b/pointerbench-pro/data/test/0210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfc1205bec0efb33503d1fbdbf161a514bb6e1d0d0d7ff512b0bf734f83c616 +size 360898 diff --git a/pointerbench-pro/data/test/0211.png b/pointerbench-pro/data/test/0211.png new file mode 100644 index 0000000000000000000000000000000000000000..2c145729f97e116abfce2e2fc0c6131fa431f71d --- /dev/null +++ b/pointerbench-pro/data/test/0211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47526ff36a7b7822ac70eea1e2a92a27238d52bb65453b28051c5e4176596c9 +size 389253 diff --git a/pointerbench-pro/data/test/0212.png b/pointerbench-pro/data/test/0212.png new file mode 100644 index 0000000000000000000000000000000000000000..cf43a3e264d1c8cc074d38d4ef1c759f3327972e --- /dev/null +++ b/pointerbench-pro/data/test/0212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7fb7190f28787cf53b1afba146f56a42db3c95c791765d4b9af56ee1256af9 +size 386712 diff --git a/pointerbench-pro/data/test/0213.png b/pointerbench-pro/data/test/0213.png new file mode 100644 index 0000000000000000000000000000000000000000..b30f192ae30b5a56995e58763a17b2cea8ecb2e1 --- /dev/null +++ b/pointerbench-pro/data/test/0213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8156003a60d209c049d73c15898c8aa32c5d8541e75376b4d762af2a1f0c490e +size 450975 diff --git a/pointerbench-pro/data/test/0214.png b/pointerbench-pro/data/test/0214.png new file mode 100644 index 0000000000000000000000000000000000000000..13856fab7dd50b4f27e09fca056080d50e057cf1 --- /dev/null +++ b/pointerbench-pro/data/test/0214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0cf62868dd11032192e2e596862f75e9ab2bac99bbc494bd8a372fdcd3960a +size 331027 diff --git a/pointerbench-pro/data/test/0215.png b/pointerbench-pro/data/test/0215.png new file mode 100644 index 0000000000000000000000000000000000000000..4b35c561609b08d4d39c10416fdb44112946e168 --- /dev/null +++ b/pointerbench-pro/data/test/0215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877b0e717b5c25020ad169c8716f52aa72b573aba62d42979dd6e2f87ae236d3 +size 417409 diff --git a/pointerbench-pro/data/test/0216.png b/pointerbench-pro/data/test/0216.png new file mode 100644 index 0000000000000000000000000000000000000000..6aff7bcaaa0d69af4793b611002edaf8ec9d25ac --- /dev/null +++ b/pointerbench-pro/data/test/0216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ff557e510f44c82029871e3c25359bdd0632833360550223f963f16a04d6c2 +size 606368 diff --git a/pointerbench-pro/data/test/0217.png b/pointerbench-pro/data/test/0217.png new file mode 100644 index 0000000000000000000000000000000000000000..10c4aef6c345e0bc32268a992dfc4e3363e1269d --- /dev/null +++ b/pointerbench-pro/data/test/0217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768315082505c4738b8eb13addd5a41a998039b919d5d3bc27a3de8d9e0c6723 +size 372737 diff --git a/pointerbench-pro/data/test/0218.png b/pointerbench-pro/data/test/0218.png new file mode 100644 index 0000000000000000000000000000000000000000..85eb72595585eef31c2a90f1959f79c8cca16b7a --- /dev/null +++ b/pointerbench-pro/data/test/0218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24c23cd5f2bb7a5f8a93077c3d59388829efae182288a65fbc1ab283e5f6bae +size 364484 diff --git a/pointerbench-pro/data/test/0219.png b/pointerbench-pro/data/test/0219.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf02ecea1eb558bf2a7c4a88c8df2ec382935cf --- /dev/null +++ b/pointerbench-pro/data/test/0219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36823568770cf44fd6992cf8a11d9ee2e8cb269189d8009020fe4f9242435a0d +size 383287 diff --git a/pointerbench-pro/data/test/0220.png b/pointerbench-pro/data/test/0220.png new file mode 100644 index 0000000000000000000000000000000000000000..ade446fb569de18cf48a23b94e1e3bbc3494914c --- /dev/null +++ b/pointerbench-pro/data/test/0220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00f6bee189baa02b86936b8854cb82f940e6abd7ccedfca4f7e80b217669b5a +size 280525 diff --git a/pointerbench-pro/data/test/0221.png b/pointerbench-pro/data/test/0221.png new file mode 100644 index 0000000000000000000000000000000000000000..2984c4aaf0ebef7736fb70f1c5ec7fd4b6916d78 --- /dev/null +++ b/pointerbench-pro/data/test/0221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de20702efbad0dccd87f6e8f99ba7adc8a15ac0f02c431e1d2abebc94452ff3 +size 318930 diff --git a/pointerbench-pro/data/test/0222.png b/pointerbench-pro/data/test/0222.png new file mode 100644 index 0000000000000000000000000000000000000000..da8682ceaafe60a9e6f4e052ad7067e02f2622f0 --- /dev/null +++ b/pointerbench-pro/data/test/0222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4853bdcc3dabc0cbaae1e7797e78210986ae6e0b8d370687e11bc5916f5afabc +size 631179 diff --git a/pointerbench-pro/data/test/0223.png b/pointerbench-pro/data/test/0223.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8681943fefdaeefa18069c854e51fc4e97ef2e --- /dev/null +++ b/pointerbench-pro/data/test/0223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c281fcc1e75f9655ba8e2fadd69afce2b0636153e0ae935cc8fed4fd35a1b0 +size 353197 diff --git a/pointerbench-pro/data/test/0224.png b/pointerbench-pro/data/test/0224.png new file mode 100644 index 0000000000000000000000000000000000000000..5505384415af89acfb49794aafef814db93ad424 --- /dev/null +++ b/pointerbench-pro/data/test/0224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be5bb0684c9ec8ad9ba62441a4d01a998bda00f37fcdce8758b4a18659fbfb7 +size 655597 diff --git a/pointerbench-pro/data/test/0225.png b/pointerbench-pro/data/test/0225.png new file mode 100644 index 0000000000000000000000000000000000000000..25ea251dcb5f99701fd37c969b6be850aeda6ad8 --- /dev/null +++ b/pointerbench-pro/data/test/0225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8ee02ebb2ec9bbad177c944c39bf0e2aa19cf80456403693833d8118de43a8 +size 435960 diff --git a/pointerbench-pro/data/test/0226.png b/pointerbench-pro/data/test/0226.png new file mode 100644 index 0000000000000000000000000000000000000000..72d75083292b4310e0f722ac24eb2ba43a636f68 --- /dev/null +++ b/pointerbench-pro/data/test/0226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c3da43a4082d3b50077ff859a9d03274b04d712270ba98bdb545a7f582830a +size 482578 diff --git a/pointerbench-pro/data/test/0227.png b/pointerbench-pro/data/test/0227.png new file mode 100644 index 0000000000000000000000000000000000000000..9b54656247b04e72d3a0c4b2e4020f9501fb0c15 --- /dev/null +++ b/pointerbench-pro/data/test/0227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c616820de52d7e16be738de672f5a22691c90147bc777a7c101d5bdc207c124 +size 422610 diff --git a/pointerbench-pro/data/test/0228.png b/pointerbench-pro/data/test/0228.png new file mode 100644 index 0000000000000000000000000000000000000000..69753afdcf865cda78f0804d4a27b0839155a0e0 --- /dev/null +++ b/pointerbench-pro/data/test/0228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d849f47dadc79280858c3335d5a6a4edcf3816b3cfbde9c1e5bc57442e58807 +size 709261 diff --git a/pointerbench-pro/data/test/0229.png b/pointerbench-pro/data/test/0229.png new file mode 100644 index 0000000000000000000000000000000000000000..5f04e76b1a4501b6a12c9a630a466477d55cbf12 --- /dev/null +++ b/pointerbench-pro/data/test/0229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6381502b9e9bd0955b859d953d0a8bd14028d701b8b8ebe3ef6ca8224b86caf0 +size 502345 diff --git a/pointerbench-pro/data/test/0230.png b/pointerbench-pro/data/test/0230.png new file mode 100644 index 0000000000000000000000000000000000000000..787f44c2ccca5c2e6abacc1d901e6f2573cac7f5 --- /dev/null +++ b/pointerbench-pro/data/test/0230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d489dc30d6a8c98d73aa954984ddb42162b17eaa82cc7c2bf7ac542feed5c43 +size 902916 diff --git a/pointerbench-pro/data/test/0231.png b/pointerbench-pro/data/test/0231.png new file mode 100644 index 0000000000000000000000000000000000000000..058f579612adcc8c05c6a01e57fc6f9e10480fb2 --- /dev/null +++ b/pointerbench-pro/data/test/0231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d78f589dbfbf4a3ad9eddc0afbcc96083146f6151f5f55a671a3a2e81a0ad45 +size 316620 diff --git a/pointerbench-pro/data/test/0232.png b/pointerbench-pro/data/test/0232.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b9c053521c81d6decd6038d990d980ade01649 --- /dev/null +++ b/pointerbench-pro/data/test/0232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c40d71d28932e1ef3e609429a9758564616e5d2d9658d0b920dd3fde3434d2 +size 358585 diff --git a/pointerbench-pro/data/test/0233.png b/pointerbench-pro/data/test/0233.png new file mode 100644 index 0000000000000000000000000000000000000000..ddcf1ab2b9335198db7f1db176b6c3aaa16485e1 --- /dev/null +++ b/pointerbench-pro/data/test/0233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527f56f072958b7de968c04864c0048b509a89878e3ab2ed8037c7d758bfd019 +size 590124 diff --git a/pointerbench-pro/data/test/0234.png b/pointerbench-pro/data/test/0234.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4062854cf090355c7dcaf26943762724da9b15 --- /dev/null +++ b/pointerbench-pro/data/test/0234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdaf0f0c762772f83821e5c913678ab8afd58f1f6dc8e35aa6ce4d4d2df62589 +size 551041 diff --git a/pointerbench-pro/data/test/0235.png b/pointerbench-pro/data/test/0235.png new file mode 100644 index 0000000000000000000000000000000000000000..5a9ae0e54b52aede8844d0f9b3d510416a9be450 --- /dev/null +++ b/pointerbench-pro/data/test/0235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828f523af2d21a1caed96f48a7eb810d7699cf401d18f427340716df724a1830 +size 393785 diff --git a/pointerbench-pro/data/test/0236.png b/pointerbench-pro/data/test/0236.png new file mode 100644 index 0000000000000000000000000000000000000000..c6936b9da8ad41f2cdccef5c24e6cd56ca76b66f --- /dev/null +++ b/pointerbench-pro/data/test/0236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3850ce8ba225e42aed90d2ec1e5b1f70895e019591a68fdffe42eacda39e5091 +size 519568 diff --git a/pointerbench-pro/data/test/0237.png b/pointerbench-pro/data/test/0237.png new file mode 100644 index 0000000000000000000000000000000000000000..504a65adc9d06a1932ac636c370f144871312662 --- /dev/null +++ b/pointerbench-pro/data/test/0237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f402b9fc0a559db43d216e1a96a5cc158f445c6f5095ec11c11c8248e4072f5d +size 383612 diff --git a/pointerbench-pro/data/test/0238.png b/pointerbench-pro/data/test/0238.png new file mode 100644 index 0000000000000000000000000000000000000000..a4a0fdc411a6f089546e1f8da2b764cce73ce20f --- /dev/null +++ b/pointerbench-pro/data/test/0238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cffbebee991016e250b81d6304e6b82189c284089e703837d989b5c5f3bbd5 +size 449826 diff --git a/pointerbench-pro/data/test/0239.png b/pointerbench-pro/data/test/0239.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c9be59eb68d556bcd1f8a11a3a4d64b18ceb7 --- /dev/null +++ b/pointerbench-pro/data/test/0239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1615264d9242e9a7e8fd4656e6f90ce9e864c7e962107dadb109616297369c +size 361331 diff --git a/pointerbench-pro/data/test/0240.png b/pointerbench-pro/data/test/0240.png new file mode 100644 index 0000000000000000000000000000000000000000..da9bfad12e928b350fb56e61f297405d89069a9b --- /dev/null +++ b/pointerbench-pro/data/test/0240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a6d1a29f8b0e749ddf32a7394636fc4bae75aefca371f6fb9dedd8edbe283b +size 822288 diff --git a/pointerbench-pro/data/test/0241.png b/pointerbench-pro/data/test/0241.png new file mode 100644 index 0000000000000000000000000000000000000000..70c3dfb405f8dbd63304c93d41b0c4597e35090d --- /dev/null +++ b/pointerbench-pro/data/test/0241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e0e4f45295d1865b7f15b5e584cb0b0cca5b483c5f2bc7e81f38163b978983 +size 388771 diff --git a/pointerbench-pro/data/test/0242.png b/pointerbench-pro/data/test/0242.png new file mode 100644 index 0000000000000000000000000000000000000000..83809ac2bca9fef10a57825712af7bf6a2865b78 --- /dev/null +++ b/pointerbench-pro/data/test/0242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9019033a7ced367a757a250921a0e23f35bfa1ce24e924d50a877b161954bfd +size 620987 diff --git a/pointerbench-pro/data/test/0243.png b/pointerbench-pro/data/test/0243.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4f44d2afe82b5ceb5b6af1270a1d114a003e23 --- /dev/null +++ b/pointerbench-pro/data/test/0243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bff6bacf2175ad9b30c30a104ec10fd33ab51e7126c0c386b7789ec883b86c +size 436166 diff --git a/pointerbench-pro/data/test/0244.png b/pointerbench-pro/data/test/0244.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4062854cf090355c7dcaf26943762724da9b15 --- /dev/null +++ b/pointerbench-pro/data/test/0244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdaf0f0c762772f83821e5c913678ab8afd58f1f6dc8e35aa6ce4d4d2df62589 +size 551041 diff --git a/pointerbench-pro/data/test/0245.png b/pointerbench-pro/data/test/0245.png new file mode 100644 index 0000000000000000000000000000000000000000..01d9534ea86f2f08df7d28e6a92c07d8cabc6564 --- /dev/null +++ b/pointerbench-pro/data/test/0245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0f210d1f0413a4306960b7a75355cbe8549453c3ba67263aebeb790e2eda6d +size 299240 diff --git a/pointerbench-pro/data/test/0246.png b/pointerbench-pro/data/test/0246.png new file mode 100644 index 0000000000000000000000000000000000000000..153f58481273e6376655e9c5e964bdcac595e2fb --- /dev/null +++ b/pointerbench-pro/data/test/0246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75164415ad7289abaff0042e411234d1c97912fa6a1c50a728534cf6e1a74a3b +size 425505 diff --git a/pointerbench-pro/data/test/0247.png b/pointerbench-pro/data/test/0247.png new file mode 100644 index 0000000000000000000000000000000000000000..df9954574d8b8d4970beaea4f83c22eb3fb92c48 --- /dev/null +++ b/pointerbench-pro/data/test/0247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f3bb3ecd444f32d3484c793e21d2faf86170abadcfe4e57f1c51ac33889f38 +size 665104 diff --git a/pointerbench-pro/data/test/0248.png b/pointerbench-pro/data/test/0248.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba1877e4d7f7bdaf06e2eaae195a3c8f9cde59b --- /dev/null +++ b/pointerbench-pro/data/test/0248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8c04f9bb93bf8e8242cca26fda003e4160a07dfaef692616c6faa82a381cf +size 255821 diff --git a/pointerbench-pro/data/test/0249.png b/pointerbench-pro/data/test/0249.png new file mode 100644 index 0000000000000000000000000000000000000000..f91270a127b6717de2116cad0e473aa6cc0b8cfc --- /dev/null +++ b/pointerbench-pro/data/test/0249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9bf36a00f2f1741ac973a210c40c59c01cde8f7a5aa52c6803eb80c3ae4513 +size 553987 diff --git a/pointerbench-pro/data/test/0250.png b/pointerbench-pro/data/test/0250.png new file mode 100644 index 0000000000000000000000000000000000000000..d3dbf84b5d7e0cdc54f060eef792e9130a91edf1 --- /dev/null +++ b/pointerbench-pro/data/test/0250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e89dae4448004adee943af0b1994f0a5c80d8ca2fc121887d529a7b08e04e96 +size 349328 diff --git a/pointerbench-pro/data/test/0251.png b/pointerbench-pro/data/test/0251.png new file mode 100644 index 0000000000000000000000000000000000000000..7912e842269510cbe631ddd11a3d9f8d7c91e68c --- /dev/null +++ b/pointerbench-pro/data/test/0251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb1aaeebc97f9f0dd6725222abd999a66ee3d1fec4ac9781539948a39729e93 +size 392257 diff --git a/pointerbench-pro/data/test/0252.png b/pointerbench-pro/data/test/0252.png new file mode 100644 index 0000000000000000000000000000000000000000..09dcfed07a47da064582085e62e5d2ea773b11dd --- /dev/null +++ b/pointerbench-pro/data/test/0252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c11a90d5348a78d0da45801131541e6254d918a31d4f334d399d05a55f6bb0b +size 370608 diff --git a/pointerbench-pro/data/test/0253.png b/pointerbench-pro/data/test/0253.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2ec5df8e6df5947d3ab9284fe340057b292fd5 --- /dev/null +++ b/pointerbench-pro/data/test/0253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03aa521be68d3a3824bdca261fc5c532135e36551cf5bbc60974b52ccf58a09c +size 408562 diff --git a/pointerbench-pro/data/test/0254.png b/pointerbench-pro/data/test/0254.png new file mode 100644 index 0000000000000000000000000000000000000000..2984c4aaf0ebef7736fb70f1c5ec7fd4b6916d78 --- /dev/null +++ b/pointerbench-pro/data/test/0254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de20702efbad0dccd87f6e8f99ba7adc8a15ac0f02c431e1d2abebc94452ff3 +size 318930 diff --git a/pointerbench-pro/data/test/0255.png b/pointerbench-pro/data/test/0255.png new file mode 100644 index 0000000000000000000000000000000000000000..621d49c42958a94a8bc59a9807a8903cf0ffb149 --- /dev/null +++ b/pointerbench-pro/data/test/0255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466d3a89038e20bb83c5147baafbe946ed9728932d0bf37e652e74e6a42d650d +size 659481 diff --git a/pointerbench-pro/data/test/0256.png b/pointerbench-pro/data/test/0256.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a5f29e844f08df0841a2b5c858cd827e284514 --- /dev/null +++ b/pointerbench-pro/data/test/0256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b5c878e083a2f5d09ca4fc858b28cff3100099195882c0adea39cefe15ab6e +size 328847 diff --git a/pointerbench-pro/data/test/0257.png b/pointerbench-pro/data/test/0257.png new file mode 100644 index 0000000000000000000000000000000000000000..a6079cc3e240ea76b42da05745563d08af3e71bc --- /dev/null +++ b/pointerbench-pro/data/test/0257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e480bfbbf0c68087a4448666120fbfb2e45d8b00a9f1c0c765c003be1b2a158 +size 508632 diff --git a/pointerbench-pro/data/test/0258.png b/pointerbench-pro/data/test/0258.png new file mode 100644 index 0000000000000000000000000000000000000000..64ae70344feeb4ddc5e259c02788427664bf27dd --- /dev/null +++ b/pointerbench-pro/data/test/0258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4a43fdaa0ba581736aba52a2d0469f62bcf5884b67d5fb5026fadfbcd78edb +size 424684 diff --git a/pointerbench-pro/data/test/0259.png b/pointerbench-pro/data/test/0259.png new file mode 100644 index 0000000000000000000000000000000000000000..ba900ad72a31249f0878926f49f0782ff0d31574 --- /dev/null +++ b/pointerbench-pro/data/test/0259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fbaaa41208c3e67f1566b597032475a31d0084c87e62119d9b6dfed9890b92 +size 596431 diff --git a/pointerbench-pro/data/test/0260.png b/pointerbench-pro/data/test/0260.png new file mode 100644 index 0000000000000000000000000000000000000000..b20e546a5b8afa3d5a95c4a8cf05c1f8ebbd6443 --- /dev/null +++ b/pointerbench-pro/data/test/0260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bbeea554fd89a2208c3f0d84fc853e4ceae5b1f639ff45052e283dea4e81d6 +size 403199 diff --git a/pointerbench-pro/data/test/0261.png b/pointerbench-pro/data/test/0261.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb82f43c391fab8a3f33e9f5db6aa9e07a3bd39 --- /dev/null +++ b/pointerbench-pro/data/test/0261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1a117eaf58c7294dcd016ce5321b785080d849b9110e649f1608d1e033c212 +size 560686 diff --git a/pointerbench-pro/data/test/0262.png b/pointerbench-pro/data/test/0262.png new file mode 100644 index 0000000000000000000000000000000000000000..787f44c2ccca5c2e6abacc1d901e6f2573cac7f5 --- /dev/null +++ b/pointerbench-pro/data/test/0262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d489dc30d6a8c98d73aa954984ddb42162b17eaa82cc7c2bf7ac542feed5c43 +size 902916 diff --git a/pointerbench-pro/data/test/0263.png b/pointerbench-pro/data/test/0263.png new file mode 100644 index 0000000000000000000000000000000000000000..3eeaf1e1a7e924810afe8df5f96da30c4ba2691f --- /dev/null +++ b/pointerbench-pro/data/test/0263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6927082e691f37f87184ec2f60383536fce44e04e3002ecc31d06d9d60bdf6e1 +size 502265 diff --git a/pointerbench-pro/data/test/0264.png b/pointerbench-pro/data/test/0264.png new file mode 100644 index 0000000000000000000000000000000000000000..36fe968cde5f02d4eb8ff57826bd4f44c572b4d5 --- /dev/null +++ b/pointerbench-pro/data/test/0264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b19c3634b8f013d04ca038c2bcc276e5c539562d8e33a782ead9debfc1692a7 +size 265179 diff --git a/pointerbench-pro/data/test/0265.png b/pointerbench-pro/data/test/0265.png new file mode 100644 index 0000000000000000000000000000000000000000..b250c1b270be37ca893953bb13483f259dbaaa7f --- /dev/null +++ b/pointerbench-pro/data/test/0265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369f92e416885a7e5c8ea444082821a72faa90a0da2c93fce322355762296068 +size 370851 diff --git a/pointerbench-pro/data/test/0266.png b/pointerbench-pro/data/test/0266.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c2ff81a6f7386815e969f508e627f5e73bb86d --- /dev/null +++ b/pointerbench-pro/data/test/0266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6654caf28d68970471ada799ca2e3ce6383e7c8b90145103ac80628aa862330b +size 566918 diff --git a/pointerbench-pro/data/test/0267.png b/pointerbench-pro/data/test/0267.png new file mode 100644 index 0000000000000000000000000000000000000000..0c610a00fdbbed0d3ad1aa6a21d40a3809ba8955 --- /dev/null +++ b/pointerbench-pro/data/test/0267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5341c8a1770e21304ec7bb29de9d140c6ced310b07da4bcbcbfe4c087af00c15 +size 389181 diff --git a/pointerbench-pro/data/test/0268.png b/pointerbench-pro/data/test/0268.png new file mode 100644 index 0000000000000000000000000000000000000000..8245cd5afd3935fc61970a3b5fed9c64b2131fff --- /dev/null +++ b/pointerbench-pro/data/test/0268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2179c34e893e3fe1b0b33647104fc618f370b4294127ef04bd1a4cbce0bc923 +size 428574 diff --git a/pointerbench-pro/data/test/0269.png b/pointerbench-pro/data/test/0269.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d79d79342670373b3c24590963615ef2c00a75 --- /dev/null +++ b/pointerbench-pro/data/test/0269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa50745e89638e97b42cd89cacefd078d82418f38696ca018b175d3e29529d3 +size 566398 diff --git a/pointerbench-pro/data/test/0270.png b/pointerbench-pro/data/test/0270.png new file mode 100644 index 0000000000000000000000000000000000000000..95b821d2026e01e85225580647647608d35e917c --- /dev/null +++ b/pointerbench-pro/data/test/0270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b097d31a4398115f684b260fc0d51a7908b2823cde01c08ec54bff7f767802b +size 494798 diff --git a/pointerbench-pro/data/test/0271.png b/pointerbench-pro/data/test/0271.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2c6f46ac7f915d865c105df53412281c0dfbd3 --- /dev/null +++ b/pointerbench-pro/data/test/0271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f61004283a87d5379547f23b61380f50d632056aa2abf64e4f8da87baa794c0 +size 402952 diff --git a/pointerbench-pro/data/test/0272.png b/pointerbench-pro/data/test/0272.png new file mode 100644 index 0000000000000000000000000000000000000000..345558423bf1e57ee1ac51c61d3e7d48df6137ed --- /dev/null +++ b/pointerbench-pro/data/test/0272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cd583e6c739a87b776817f2b0b2f48e17fa4bebf3c16f711a89a5df81a6af0 +size 388981 diff --git a/pointerbench-pro/data/test/0273.png b/pointerbench-pro/data/test/0273.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4d167edc87b8e12d756b7aed356439c5ea3659 --- /dev/null +++ b/pointerbench-pro/data/test/0273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9a7f87ae7dc2a4df15e83db4c2314ee7c4af963c2019ba65fd1971f968b3ff +size 503448 diff --git a/pointerbench-pro/data/test/0274.png b/pointerbench-pro/data/test/0274.png new file mode 100644 index 0000000000000000000000000000000000000000..2c03944424aa2ec7ac804b7b09fe166ffa86ae3e --- /dev/null +++ b/pointerbench-pro/data/test/0274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5ebadd18e458f3ae126f8d8dcc131a7fc2990ca77a075a5f308363d7f4999 +size 332607 diff --git a/pointerbench-pro/data/test/0275.png b/pointerbench-pro/data/test/0275.png new file mode 100644 index 0000000000000000000000000000000000000000..53fd4c2e4761f05a2073f8cb538b57293d6f490c --- /dev/null +++ b/pointerbench-pro/data/test/0275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fade083f1ab33b84a15aa487f245a311fe73bd383000103f255ef3a0e19670a4 +size 318229 diff --git a/pointerbench-pro/data/test/0276.png b/pointerbench-pro/data/test/0276.png new file mode 100644 index 0000000000000000000000000000000000000000..757bc0e4d9b8d2f638212d147013e754a907daee --- /dev/null +++ b/pointerbench-pro/data/test/0276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4377719f359d5da66168073a90cb63211263214374b968c8c2581817264837b9 +size 325788 diff --git a/pointerbench-pro/data/test/0277.png b/pointerbench-pro/data/test/0277.png new file mode 100644 index 0000000000000000000000000000000000000000..7d03be936484faabb1dcff0a23a5d0e0c858c16b --- /dev/null +++ b/pointerbench-pro/data/test/0277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a375121965b06835243ae8b0096a4f332432d14facb4495d7faea5cb0c9068 +size 421305 diff --git a/pointerbench-pro/data/test/0278.png b/pointerbench-pro/data/test/0278.png new file mode 100644 index 0000000000000000000000000000000000000000..02b0a72c380563297a28a482d92d4a14d031ab15 --- /dev/null +++ b/pointerbench-pro/data/test/0278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252d9610a396bf68082daa897e2b4b443d6bc1f427b425946658a33eadf5de99 +size 304577 diff --git a/pointerbench-pro/data/test/0279.png b/pointerbench-pro/data/test/0279.png new file mode 100644 index 0000000000000000000000000000000000000000..783a3e6245aafb89bfc98133432ce6224ffbce9d --- /dev/null +++ b/pointerbench-pro/data/test/0279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877ff8b4c491afa567cff1c4a8fa330128eda2bddc2beec085eaa1a256a6fb86 +size 610301 diff --git a/pointerbench-pro/data/test/0280.png b/pointerbench-pro/data/test/0280.png new file mode 100644 index 0000000000000000000000000000000000000000..49cedd5a3d32d037bac2706576ce915c51948a11 --- /dev/null +++ b/pointerbench-pro/data/test/0280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9e0d454d1fb7fefef9a325538c7b9c62f96123e1228255b5d0a31e76f7a66b +size 345319 diff --git a/pointerbench-pro/data/test/0281.png b/pointerbench-pro/data/test/0281.png new file mode 100644 index 0000000000000000000000000000000000000000..b35d1312a3a662e86e51c494873e28d62953b4e6 --- /dev/null +++ b/pointerbench-pro/data/test/0281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ca529ed171d23770a0a7da2b56bc8fa663c34c130c065be852ec00799fde0c +size 284689 diff --git a/pointerbench-pro/data/test/0282.png b/pointerbench-pro/data/test/0282.png new file mode 100644 index 0000000000000000000000000000000000000000..2a0479a6da847dfdb15eca739bc10b36169d6ac1 --- /dev/null +++ b/pointerbench-pro/data/test/0282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bee363578ab75b77a816a4a439ac72014f7c82630437340db049d4a2358c7ab +size 383640 diff --git a/pointerbench-pro/data/test/0283.png b/pointerbench-pro/data/test/0283.png new file mode 100644 index 0000000000000000000000000000000000000000..dae49be860c992572e20f685e42cec4c6543f520 --- /dev/null +++ b/pointerbench-pro/data/test/0283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518df61bd75c9f9973cf5f08ead2c8748fdfe639da2a3a9afb13eb8949f74034 +size 492894 diff --git a/pointerbench-pro/data/test/0284.png b/pointerbench-pro/data/test/0284.png new file mode 100644 index 0000000000000000000000000000000000000000..0068ed73afb1eded63300cb4152ed289bfe6c9fa --- /dev/null +++ b/pointerbench-pro/data/test/0284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60c71c01139bd51508aa085288ec43c693b2982af95ad9a3c63d49686784660 +size 326260 diff --git a/pointerbench-pro/data/test/0285.png b/pointerbench-pro/data/test/0285.png new file mode 100644 index 0000000000000000000000000000000000000000..2ccae00d461a10f229f71843ee6b50689a3c2451 --- /dev/null +++ b/pointerbench-pro/data/test/0285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b34fe61b65b57888cb36aba46a51952e13c187226a9a952434ad2ae7ce1da91 +size 224667 diff --git a/pointerbench-pro/data/test/0286.png b/pointerbench-pro/data/test/0286.png new file mode 100644 index 0000000000000000000000000000000000000000..801a39dd932dca571a1ff3c9a1b8256a8e45ac3f --- /dev/null +++ b/pointerbench-pro/data/test/0286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff89ea7120ff0fb0ccdc033431c09ba3211bcd61d669b5891948b95c150e880 +size 472220 diff --git a/pointerbench-pro/data/test/0287.png b/pointerbench-pro/data/test/0287.png new file mode 100644 index 0000000000000000000000000000000000000000..41bfc4130f240181cbeb5772534bf19fa3f63e89 --- /dev/null +++ b/pointerbench-pro/data/test/0287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0364ea732041de72a2304a8b835ec1e7bab31f3bb4cf7f2c9e90958a380c42c +size 346686 diff --git a/pointerbench-pro/data/test/0288.png b/pointerbench-pro/data/test/0288.png new file mode 100644 index 0000000000000000000000000000000000000000..a4d0b272161072b2f2afc9cd3ab2c1cd26d7f217 --- /dev/null +++ b/pointerbench-pro/data/test/0288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfca7f8d66751dbc450ee307b3e7bd64eeb2e70dd138fa307e1f6af161c4937a +size 221930 diff --git a/pointerbench-pro/data/test/0289.png b/pointerbench-pro/data/test/0289.png new file mode 100644 index 0000000000000000000000000000000000000000..997652b7bed11f4bb60fb549b029d7242695aabc --- /dev/null +++ b/pointerbench-pro/data/test/0289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea3ceade43623fcbf65082f067a73f505bf2333fde00e845154c4c0b8ffef37 +size 503313 diff --git a/pointerbench-pro/data/test/0290.png b/pointerbench-pro/data/test/0290.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b9f5660a700a829ba7e6b8329ab3a7951b40fb --- /dev/null +++ b/pointerbench-pro/data/test/0290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de82fa470029d22e7013398ce227bd444fe2c900979fbe741867fb97a5e67a9e +size 428384 diff --git a/pointerbench-pro/data/test/0291.png b/pointerbench-pro/data/test/0291.png new file mode 100644 index 0000000000000000000000000000000000000000..90a6c3b2e3ba4b9525150eaf4904e768bfdcd6bd --- /dev/null +++ b/pointerbench-pro/data/test/0291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb7afbe487f3f36d04098ce026d203613ffe784258e790ab0d8d477a2f9bfcd +size 377053 diff --git a/pointerbench-pro/data/test/0292.png b/pointerbench-pro/data/test/0292.png new file mode 100644 index 0000000000000000000000000000000000000000..e0eb7bf98f0325b0b2af59a4e744aa0b6003a4ae --- /dev/null +++ b/pointerbench-pro/data/test/0292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05339cb7aea2ddbe4cf02ce22bd4a8fde02c784e7dd1edb0391a32f09cec57c3 +size 614445 diff --git a/pointerbench-pro/data/test/0293.png b/pointerbench-pro/data/test/0293.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7f65ff3b42ec0147c8c8cfe307aee2058b487f --- /dev/null +++ b/pointerbench-pro/data/test/0293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ba770fd9fdee21b7eb5bb802bd5c7de3ce0f742a7680e3e95ebab0fda90e4a +size 358084 diff --git a/pointerbench-pro/data/test/0294.png b/pointerbench-pro/data/test/0294.png new file mode 100644 index 0000000000000000000000000000000000000000..86af2a0d9a3231b7bfa26b51ac6fd06693039ead --- /dev/null +++ b/pointerbench-pro/data/test/0294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23b2182f437df248abd817823c223813fc7d09c2c222f346a245fa608f6b5f6 +size 462146 diff --git a/pointerbench-pro/data/test/0295.png b/pointerbench-pro/data/test/0295.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa3cbd57cd3321558ac19f5532b8a61b3527ca3 --- /dev/null +++ b/pointerbench-pro/data/test/0295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a3b8ee4174e3f6acce472b5641ee906ec5b90c339d622f7eec0b8f627c5bbf +size 428653 diff --git a/pointerbench-pro/data/test/0296.png b/pointerbench-pro/data/test/0296.png new file mode 100644 index 0000000000000000000000000000000000000000..cf43a3e264d1c8cc074d38d4ef1c759f3327972e --- /dev/null +++ b/pointerbench-pro/data/test/0296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7fb7190f28787cf53b1afba146f56a42db3c95c791765d4b9af56ee1256af9 +size 386712 diff --git a/pointerbench-pro/data/test/0297.png b/pointerbench-pro/data/test/0297.png new file mode 100644 index 0000000000000000000000000000000000000000..ee5d42b6d3756a88a1fafc083dc23f813f8d3562 --- /dev/null +++ b/pointerbench-pro/data/test/0297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14866b14ebdc8047fad69173b5758de9660c92e1322f633ac2ba8da5975299df +size 412629 diff --git a/pointerbench-pro/data/test/0298.png b/pointerbench-pro/data/test/0298.png new file mode 100644 index 0000000000000000000000000000000000000000..349f617f4b48f0001df1182f92b0a13bacbd1b80 --- /dev/null +++ b/pointerbench-pro/data/test/0298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dba41b27034240714d6e62fcb6014635e26ffd893afc3822158d4f64d6a59c6 +size 453438 diff --git a/pointerbench-pro/data/test/0299.png b/pointerbench-pro/data/test/0299.png new file mode 100644 index 0000000000000000000000000000000000000000..c88e7c2d2964736654e3e9717834f16e8e493e4a --- /dev/null +++ b/pointerbench-pro/data/test/0299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7f26ab98ce2bb9c99e00141f973964b7579d158fb77cd5812023dba7ddf731 +size 498354 diff --git a/pointerbench-pro/data/test/0300.png b/pointerbench-pro/data/test/0300.png new file mode 100644 index 0000000000000000000000000000000000000000..6edac764f36d7f7664574adc05e749484b3b3e8d --- /dev/null +++ b/pointerbench-pro/data/test/0300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b468d13427575e71c37963487add06d1984459c77cf61898f0269a6e40765da8 +size 498633 diff --git a/pointerbench-pro/data/test/0301.png b/pointerbench-pro/data/test/0301.png new file mode 100644 index 0000000000000000000000000000000000000000..1839ffd71d2610a6dfb84d3a81d9c444df9e8dd0 --- /dev/null +++ b/pointerbench-pro/data/test/0301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bad522201596d0d143ca7d592ecafec22e76fdfb07d14f645eb5915dfc7c40 +size 670691 diff --git a/pointerbench-pro/data/test/0302.png b/pointerbench-pro/data/test/0302.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1ce0f1badf7b1bcf3f4ac74883a2a50a077307 --- /dev/null +++ b/pointerbench-pro/data/test/0302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dc5a7f412571719a7610e3e02ca11a4a1a1da99128ffe3668ddde4af5b8d47 +size 356626 diff --git a/pointerbench-pro/data/test/0303.png b/pointerbench-pro/data/test/0303.png new file mode 100644 index 0000000000000000000000000000000000000000..6edac764f36d7f7664574adc05e749484b3b3e8d --- /dev/null +++ b/pointerbench-pro/data/test/0303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b468d13427575e71c37963487add06d1984459c77cf61898f0269a6e40765da8 +size 498633 diff --git a/pointerbench-pro/data/test/0304.png b/pointerbench-pro/data/test/0304.png new file mode 100644 index 0000000000000000000000000000000000000000..1b36e65205a6aefde0f281b2f13e3e0187c7af4c --- /dev/null +++ b/pointerbench-pro/data/test/0304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86076692aad5a427e3db83dc08c9ee06690b86b224ad67f5755c01b05b7c583 +size 265152 diff --git a/pointerbench-pro/data/test/0305.png b/pointerbench-pro/data/test/0305.png new file mode 100644 index 0000000000000000000000000000000000000000..2962ff668e2f891c09ae806bd976d81bd25ca756 --- /dev/null +++ b/pointerbench-pro/data/test/0305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44b8b2de05b515e5e3b73c4db37bb6726c9fa1c3453e4f9fc6c73837306b33b +size 515362 diff --git a/pointerbench-pro/data/test/0306.png b/pointerbench-pro/data/test/0306.png new file mode 100644 index 0000000000000000000000000000000000000000..b8fe1f32c3162fa9250922dc14b187910ad4517a --- /dev/null +++ b/pointerbench-pro/data/test/0306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dfe53e0a47bca406a0768dc72ceeae8c640a099cf66671ad524765de89fb35 +size 383247 diff --git a/pointerbench-pro/data/test/0307.png b/pointerbench-pro/data/test/0307.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1abab585ebc04d779835eb553d5629c99f71d0 --- /dev/null +++ b/pointerbench-pro/data/test/0307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3c27441a9572a3218722628eded2370f04f490a861b0a6195951b8a96ed746 +size 395132 diff --git a/pointerbench-pro/data/test/0308.png b/pointerbench-pro/data/test/0308.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ad51a195aee51bd4fde64276e09d6df31e179e --- /dev/null +++ b/pointerbench-pro/data/test/0308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86c3f172ba58b53002ad13e64e91269d86bf32ca27f19bf2eaeefca08baa8cc +size 591010 diff --git a/pointerbench-pro/data/test/0309.png b/pointerbench-pro/data/test/0309.png new file mode 100644 index 0000000000000000000000000000000000000000..b517c0d097c97d91c0875a21940886e944e9f687 --- /dev/null +++ b/pointerbench-pro/data/test/0309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c46bb157c19a08d48f38fef83b645d374ea3e891e959cfe9d94cbbb1243c1e +size 429548 diff --git a/pointerbench-pro/data/test/0310.png b/pointerbench-pro/data/test/0310.png new file mode 100644 index 0000000000000000000000000000000000000000..51a2a00e4e69fe5ab51a19a54de3e0ffd4c4c930 --- /dev/null +++ b/pointerbench-pro/data/test/0310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8e064beb3cb7988729c95f0297eb445f8286ba769eba8436eb4b41125b23d7 +size 264708 diff --git a/pointerbench-pro/data/test/0311.png b/pointerbench-pro/data/test/0311.png new file mode 100644 index 0000000000000000000000000000000000000000..1919f37d00b70764cf3a145265d8254d397312bb --- /dev/null +++ b/pointerbench-pro/data/test/0311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cd82805d250c55835f5486a8e35e853337e282140b5110e5848644fd2c4e25 +size 454189 diff --git a/pointerbench-pro/data/test/0312.png b/pointerbench-pro/data/test/0312.png new file mode 100644 index 0000000000000000000000000000000000000000..beb02ed417cd17256a5faf04b0258ebe894dad5c --- /dev/null +++ b/pointerbench-pro/data/test/0312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c689b12a66cb56a8d696660cbf44eab5380ddd7049583bed2978d53f8b71c18 +size 414862 diff --git a/pointerbench-pro/data/test/0313.png b/pointerbench-pro/data/test/0313.png new file mode 100644 index 0000000000000000000000000000000000000000..00e1a393e6e4939734a0171afbc6208088080d55 --- /dev/null +++ b/pointerbench-pro/data/test/0313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60279a92f327395d08d8b87fa4a3ac4e8194858c786f4e3ed9fd8ca97b0a7aa1 +size 247122 diff --git a/pointerbench-pro/data/test/0314.png b/pointerbench-pro/data/test/0314.png new file mode 100644 index 0000000000000000000000000000000000000000..478dead5e19250513af4897c4b28b528b845b833 --- /dev/null +++ b/pointerbench-pro/data/test/0314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27630520493121d53280dc8c802b60e5f0e79393c81ff1b2ca503375d47e1f6 +size 368632 diff --git a/pointerbench-pro/data/test/0315.png b/pointerbench-pro/data/test/0315.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a90eb1fab16308b56291ef1ffe410da8ce0cfc --- /dev/null +++ b/pointerbench-pro/data/test/0315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d245cae5f10c9f3c33da79eb6ca7772220ff9c9ca9001c7c382ac996301eb5 +size 453315 diff --git a/pointerbench-pro/data/test/0316.png b/pointerbench-pro/data/test/0316.png new file mode 100644 index 0000000000000000000000000000000000000000..67420b8a747a40ce12999aacba63c3c69ea9d61c --- /dev/null +++ b/pointerbench-pro/data/test/0316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46d843a5c369eaec4bd8f83d42a7df6ad474485100187c2129252fe3204795d +size 722734 diff --git a/pointerbench-pro/data/test/0317.png b/pointerbench-pro/data/test/0317.png new file mode 100644 index 0000000000000000000000000000000000000000..b97c1b23c6f1e9f19dddbee7390686d617766955 --- /dev/null +++ b/pointerbench-pro/data/test/0317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a186d674896672a7ee941d75f24742d44a3a270055e82bba48187bbb1fa7c5b +size 337198 diff --git a/pointerbench-pro/data/test/0318.png b/pointerbench-pro/data/test/0318.png new file mode 100644 index 0000000000000000000000000000000000000000..75f6c144c4ac12241cd769b6935a009737a17a93 --- /dev/null +++ b/pointerbench-pro/data/test/0318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b947efc17a5c4f812abe8e9d2fc82ee433913badc748379f613673d8ad262116 +size 639433 diff --git a/pointerbench-pro/data/test/0319.png b/pointerbench-pro/data/test/0319.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2273b8b5d1f053d75e79cdef20343af68599be --- /dev/null +++ b/pointerbench-pro/data/test/0319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaa7ae9a5dfb8e69f6f0983a9b0dc6fdf6d3784024eb8bf4647ec8c55802551 +size 321810 diff --git a/pointerbench-pro/data/test/0320.png b/pointerbench-pro/data/test/0320.png new file mode 100644 index 0000000000000000000000000000000000000000..18b93a1b4f9256271ec1f94cf4c80cdbf7b3e87f --- /dev/null +++ b/pointerbench-pro/data/test/0320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b222735e4ed351c9c75061871f3453a249ca6cd3b3a0965ddcd919643a5a83 +size 340821 diff --git a/pointerbench-pro/data/test/0321.png b/pointerbench-pro/data/test/0321.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b343f4513c86cca15526321c64e0b89f0bef81 --- /dev/null +++ b/pointerbench-pro/data/test/0321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc149071d01fcac84a3dc1ca9ff65880425baa3ee408af12b8347611d40c68b3 +size 363631 diff --git a/pointerbench-pro/data/test/0322.png b/pointerbench-pro/data/test/0322.png new file mode 100644 index 0000000000000000000000000000000000000000..d54d4bde4384717a9d9e7d3b816343fe7bd96775 --- /dev/null +++ b/pointerbench-pro/data/test/0322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfc1205bec0efb33503d1fbdbf161a514bb6e1d0d0d7ff512b0bf734f83c616 +size 360898 diff --git a/pointerbench-pro/data/test/0323.png b/pointerbench-pro/data/test/0323.png new file mode 100644 index 0000000000000000000000000000000000000000..fa3f4cf627a6419fa022c989bbf79506aa53149f --- /dev/null +++ b/pointerbench-pro/data/test/0323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bb4a8b6057b6362f3d7661fd76acadf03905ec62716a6f1a649f4321d290ac +size 559144 diff --git a/pointerbench-pro/data/test/0324.png b/pointerbench-pro/data/test/0324.png new file mode 100644 index 0000000000000000000000000000000000000000..62304c8f3add950c0836e28ee078169cb2137bcc --- /dev/null +++ b/pointerbench-pro/data/test/0324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4ea61d92958785b67befda78c0051cc9ddcb1e0d8e490a6796f428ba67eca5 +size 395519 diff --git a/pointerbench-pro/data/test/0325.png b/pointerbench-pro/data/test/0325.png new file mode 100644 index 0000000000000000000000000000000000000000..563ad2235776bba0dd00c07ac88308b034837973 --- /dev/null +++ b/pointerbench-pro/data/test/0325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60d81d8d425be29e8a9454cdd692a999c7e97f263e2f5a257532aedeca28e15 +size 481169 diff --git a/pointerbench-pro/data/test/0326.png b/pointerbench-pro/data/test/0326.png new file mode 100644 index 0000000000000000000000000000000000000000..637cd1bc2b2bc24250909519b81725f351eb37da --- /dev/null +++ b/pointerbench-pro/data/test/0326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9541503ca6ac725318bb2836729559505bf57c39e61a1b4e54e456391337be +size 356163 diff --git a/pointerbench-pro/data/test/0327.png b/pointerbench-pro/data/test/0327.png new file mode 100644 index 0000000000000000000000000000000000000000..531319e579092d1be89cf2c57348ea5cce8dac7d --- /dev/null +++ b/pointerbench-pro/data/test/0327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720d22034b88f1dc91ab2cd79f5d60286f4c9ae82b931c97589f12e3a980860f +size 343550 diff --git a/pointerbench-pro/data/test/0328.png b/pointerbench-pro/data/test/0328.png new file mode 100644 index 0000000000000000000000000000000000000000..ef862a8fe1812a8b536826da82187cd93fdc28ec --- /dev/null +++ b/pointerbench-pro/data/test/0328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c899abe4b3ac50d3ff0bcd6a49c69483a67985ce40a2d1c67ed066eff5de841 +size 320485 diff --git a/pointerbench-pro/data/test/0329.png b/pointerbench-pro/data/test/0329.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd9e1d5c6884b027649b4866ba79e224e338033 --- /dev/null +++ b/pointerbench-pro/data/test/0329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6439ac2d53d80a481352b24a8dc9f4b13e7788693be137cdca342074f8a77b4f +size 445280 diff --git a/pointerbench-pro/data/test/0330.png b/pointerbench-pro/data/test/0330.png new file mode 100644 index 0000000000000000000000000000000000000000..d469d305a355d3e678f32729b3e42a1a89d2277b --- /dev/null +++ b/pointerbench-pro/data/test/0330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823c2c3da4352fddca01397b906bf683a462c66d0e7a9d95cc0658471dba22bb +size 442826 diff --git a/pointerbench-pro/data/test/0331.png b/pointerbench-pro/data/test/0331.png new file mode 100644 index 0000000000000000000000000000000000000000..3d291ef5c2e4c424ba913d29d78196b8cb826beb --- /dev/null +++ b/pointerbench-pro/data/test/0331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61342ac83af695badfa836c11e1ee4b7764340d45741519b37362d4ea2c5ce2 +size 579374 diff --git a/pointerbench-pro/data/test/0332.png b/pointerbench-pro/data/test/0332.png new file mode 100644 index 0000000000000000000000000000000000000000..599ba3e6bdf31927411e83ed34da59c219c03864 --- /dev/null +++ b/pointerbench-pro/data/test/0332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc53cc25e8cf1e76c727ef6f1107133b7019e75665923061f4449a02e2d90f7 +size 430868 diff --git a/pointerbench-pro/data/test/0333.png b/pointerbench-pro/data/test/0333.png new file mode 100644 index 0000000000000000000000000000000000000000..40744e378158546684c246844272c502e6b2270c --- /dev/null +++ b/pointerbench-pro/data/test/0333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693d033a50556a1c1ed78f1bc6b71af86d327dd698f3b68429d53bebf61b184a +size 543921 diff --git a/pointerbench-pro/data/test/0334.png b/pointerbench-pro/data/test/0334.png new file mode 100644 index 0000000000000000000000000000000000000000..99252dbc9fe9b52c64e344a5852908dd80ca3c96 --- /dev/null +++ b/pointerbench-pro/data/test/0334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae94eaef9eab5af83be0be204b8533e87f89175460e1c445bfed71bf523d7f6 +size 530405 diff --git a/pointerbench-pro/data/test/0335.png b/pointerbench-pro/data/test/0335.png new file mode 100644 index 0000000000000000000000000000000000000000..bd34ca8c4f95ae6b57aa52bd1229f51cb3e0b111 --- /dev/null +++ b/pointerbench-pro/data/test/0335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cef608c6e761c171b32f9b611442ae3dc053208de5c307b54380f7cb4552faa +size 429712 diff --git a/pointerbench-pro/data/test/0336.png b/pointerbench-pro/data/test/0336.png new file mode 100644 index 0000000000000000000000000000000000000000..468066ced94fc347db033258cdef104526b4b7cd --- /dev/null +++ b/pointerbench-pro/data/test/0336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4097d36ccbbe58d3d7fc854f578f8057f26875845a4019dc33d3e29c1a28cb +size 711560 diff --git a/pointerbench-pro/data/test/0337.png b/pointerbench-pro/data/test/0337.png new file mode 100644 index 0000000000000000000000000000000000000000..70bad7364ae1ec0bbd9660827c2e253ad4c28427 --- /dev/null +++ b/pointerbench-pro/data/test/0337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afaf417cad4f98f675770a413ef3a5030a183c3e0cfc0dc471f46cdce5102ab +size 441498 diff --git a/pointerbench-pro/data/test/0338.png b/pointerbench-pro/data/test/0338.png new file mode 100644 index 0000000000000000000000000000000000000000..25715185b4d2bae73c1a047e38620ea76cc4dba8 --- /dev/null +++ b/pointerbench-pro/data/test/0338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af89ad371b29d58ee59ab0fc0f21fc0fc023a68981b7f724891e8c3e02277006 +size 441507 diff --git a/pointerbench-pro/data/test/0339.png b/pointerbench-pro/data/test/0339.png new file mode 100644 index 0000000000000000000000000000000000000000..bc809f3ede62204f8f919a8b542481a59c9eb8b1 --- /dev/null +++ b/pointerbench-pro/data/test/0339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bede9312c73d05baffc927037365506637e2051c130e20b6f983d2715e3c07fa +size 406031 diff --git a/pointerbench-pro/data/test/0340.png b/pointerbench-pro/data/test/0340.png new file mode 100644 index 0000000000000000000000000000000000000000..0d78a454caf21a02d8d2d13f216980a0b36382a7 --- /dev/null +++ b/pointerbench-pro/data/test/0340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ccf06068191e31643274c91a5887df6920ecd97dc3479cdd7ea44b0244f61f +size 573981 diff --git a/pointerbench-pro/data/test/0341.png b/pointerbench-pro/data/test/0341.png new file mode 100644 index 0000000000000000000000000000000000000000..0cfb2cbbca3ce328aea87f9c52a683ec640995cc --- /dev/null +++ b/pointerbench-pro/data/test/0341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c7d8918be21d9b0c09c97966f07d91b0135ee2108456d810b2e70c978eb48c +size 405574 diff --git a/pointerbench-pro/data/test/0342.png b/pointerbench-pro/data/test/0342.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7db0887bf08fb5b79d97a75102b2e64dffb13e --- /dev/null +++ b/pointerbench-pro/data/test/0342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c519559d5ea713e3a937993c3f8e588b7cc78b3b7a28b4cb38e39bc04b8ca2c +size 333265 diff --git a/pointerbench-pro/data/test/0343.png b/pointerbench-pro/data/test/0343.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4f44d2afe82b5ceb5b6af1270a1d114a003e23 --- /dev/null +++ b/pointerbench-pro/data/test/0343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bff6bacf2175ad9b30c30a104ec10fd33ab51e7126c0c386b7789ec883b86c +size 436166 diff --git a/pointerbench-pro/data/test/0344.png b/pointerbench-pro/data/test/0344.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd073bbcafffae01ccade603ed5a52cd57b47b7 --- /dev/null +++ b/pointerbench-pro/data/test/0344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4e699654594e649dceff4563be14a1a8952d033f1c0dbae25ba330cb57045b +size 334266 diff --git a/pointerbench-pro/data/test/0345.png b/pointerbench-pro/data/test/0345.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7c5f9454a92b54a9271bfece83c6e02c39fda3 --- /dev/null +++ b/pointerbench-pro/data/test/0345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1966e29d5589dc138616da34222462bdab34d01066dc4915238e6814bf504318 +size 446856 diff --git a/pointerbench-pro/data/test/0346.png b/pointerbench-pro/data/test/0346.png new file mode 100644 index 0000000000000000000000000000000000000000..275826a41e92a37eae19dcbe2b34608e148eef9b --- /dev/null +++ b/pointerbench-pro/data/test/0346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0c9dbd3e30d19c9213b21e153335aa98072c621e51fffb38a1fe81b4cda1fb +size 628939 diff --git a/pointerbench-pro/data/test/0347.png b/pointerbench-pro/data/test/0347.png new file mode 100644 index 0000000000000000000000000000000000000000..b14f3329ebda6051c98277c782a0cb61f31f353a --- /dev/null +++ b/pointerbench-pro/data/test/0347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bb968b1749c3c2d4f39d74b44afd01739716f2241e0431a40bcd8d78d35b71 +size 379905 diff --git a/pointerbench-pro/data/test/0348.png b/pointerbench-pro/data/test/0348.png new file mode 100644 index 0000000000000000000000000000000000000000..ec652bffeb593ee2779a4a386d2205784aafd540 --- /dev/null +++ b/pointerbench-pro/data/test/0348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1ecf226fdf1559b64c39ae1e762b4783e82c72ec1a6e993c657e04e486bbbb +size 379499 diff --git a/pointerbench-pro/data/test/0349.png b/pointerbench-pro/data/test/0349.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2b3fb69e46cd278daa7b82788d986258488f0d --- /dev/null +++ b/pointerbench-pro/data/test/0349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c450d6d04724921603fced2e108b554fd57ebfab418fe9230b7d60f3941d19 +size 379466 diff --git a/pointerbench-pro/data/test/0350.png b/pointerbench-pro/data/test/0350.png new file mode 100644 index 0000000000000000000000000000000000000000..431124e8e34fde9cc7c98e806825225ebbc824ca --- /dev/null +++ b/pointerbench-pro/data/test/0350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dd42b59f001145a7b1e8ca1fcdbf9bd25ca6ac1a2f02ae4a3cf6f7f25f5615 +size 204520 diff --git a/pointerbench-pro/data/test/0351.png b/pointerbench-pro/data/test/0351.png new file mode 100644 index 0000000000000000000000000000000000000000..feb4ca84250447508b5a03a068b1095fccfc8157 --- /dev/null +++ b/pointerbench-pro/data/test/0351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62c2439b09eb4c8dad4c1936eaf6c549ef763777f2f8248f5e3436798e99060 +size 668892 diff --git a/pointerbench-pro/data/test/0352.png b/pointerbench-pro/data/test/0352.png new file mode 100644 index 0000000000000000000000000000000000000000..e30bcde1277f97b56713b0a95af0d10f2dd98dfd --- /dev/null +++ b/pointerbench-pro/data/test/0352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148ed4a3f95f1dcc409bc8bb1bbad83a3691ac7c9b19f0f6e280a7ccde2fe885 +size 585221 diff --git a/pointerbench-pro/data/test/0353.png b/pointerbench-pro/data/test/0353.png new file mode 100644 index 0000000000000000000000000000000000000000..d903fbd114d728ed6121de33e58eda48d854e64d --- /dev/null +++ b/pointerbench-pro/data/test/0353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f216f19a3258afb28e4e8756b223b097d4de2fc1b8404796501813b4deb0ba7 +size 376859 diff --git a/pointerbench-pro/data/test/0354.png b/pointerbench-pro/data/test/0354.png new file mode 100644 index 0000000000000000000000000000000000000000..90e7ea6527c7fcff72b182516b4994f779f2332b --- /dev/null +++ b/pointerbench-pro/data/test/0354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427efd42b8fd4722f7d559170aa3cb8b1e2b5136ae99070cbb802c31b4c7f24c +size 226642 diff --git a/pointerbench-pro/data/test/0355.png b/pointerbench-pro/data/test/0355.png new file mode 100644 index 0000000000000000000000000000000000000000..2aee81b45b11c5efbce03063e19fd57165a6fd4a --- /dev/null +++ b/pointerbench-pro/data/test/0355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1191cbbcee210bbc9d38c7aaf61fe8c4d2920d4328215114a90b25f0620bdf47 +size 328714 diff --git a/pointerbench-pro/data/test/0356.png b/pointerbench-pro/data/test/0356.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3704f69f584cb8892872bafdae48a968000b7e --- /dev/null +++ b/pointerbench-pro/data/test/0356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcefabbc59d2f6579055069143d229bd4f504a702b3362281b71a5f9d92c83b +size 624604 diff --git a/pointerbench-pro/data/test/0357.png b/pointerbench-pro/data/test/0357.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a509e73e20136c3f93a81978855dd09452734c --- /dev/null +++ b/pointerbench-pro/data/test/0357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7da97417f1d80351d9c639a9c7889cd7bc38c97e8e95d0a31a031c9f88a2585 +size 538726 diff --git a/pointerbench-pro/data/test/0358.png b/pointerbench-pro/data/test/0358.png new file mode 100644 index 0000000000000000000000000000000000000000..d469d305a355d3e678f32729b3e42a1a89d2277b --- /dev/null +++ b/pointerbench-pro/data/test/0358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823c2c3da4352fddca01397b906bf683a462c66d0e7a9d95cc0658471dba22bb +size 442826 diff --git a/pointerbench-pro/data/test/0359.png b/pointerbench-pro/data/test/0359.png new file mode 100644 index 0000000000000000000000000000000000000000..0c610a00fdbbed0d3ad1aa6a21d40a3809ba8955 --- /dev/null +++ b/pointerbench-pro/data/test/0359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5341c8a1770e21304ec7bb29de9d140c6ced310b07da4bcbcbfe4c087af00c15 +size 389181 diff --git a/pointerbench-pro/data/test/0360.png b/pointerbench-pro/data/test/0360.png new file mode 100644 index 0000000000000000000000000000000000000000..d965a9acc5fd1b4dcbc9832796d097feaa4f2437 --- /dev/null +++ b/pointerbench-pro/data/test/0360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d717efba7416ba07b6bc8a27cbbc10cab78463498175a4c971d018bfffd5963 +size 622064 diff --git a/pointerbench-pro/data/test/0361.png b/pointerbench-pro/data/test/0361.png new file mode 100644 index 0000000000000000000000000000000000000000..bb9cf7caa254d9fc64857de0ff1861ff3905e47c --- /dev/null +++ b/pointerbench-pro/data/test/0361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e838e72ceee0405784b6820dc4cf1314302b07e2806c36efaf0f79faf3752098 +size 587981 diff --git a/pointerbench-pro/data/test/0362.png b/pointerbench-pro/data/test/0362.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d5f08c6e60c257c9e620e8e7597da0700e972d --- /dev/null +++ b/pointerbench-pro/data/test/0362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7fbf3e5d9e46f8313d6cb99eb435d9e837fcaeca4c09c7388ef8f24286cac0 +size 444281 diff --git a/pointerbench-pro/data/test/0363.png b/pointerbench-pro/data/test/0363.png new file mode 100644 index 0000000000000000000000000000000000000000..0dd91e77f997d1582b29789c59b7113a0d362e8f --- /dev/null +++ b/pointerbench-pro/data/test/0363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c2fabb442f5a89edc68f01438502eef40b6617a045490057c7f3504dfb79f9 +size 540617 diff --git a/pointerbench-pro/data/test/0364.png b/pointerbench-pro/data/test/0364.png new file mode 100644 index 0000000000000000000000000000000000000000..b270674c03ff18fb5f5b046ec94ba0ae845eec83 --- /dev/null +++ b/pointerbench-pro/data/test/0364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaebd639cc235bcf48ba83430322a32f9ae83cd53ee6ad19b881bd86d5dddfe2 +size 604881 diff --git a/pointerbench-pro/data/test/0365.png b/pointerbench-pro/data/test/0365.png new file mode 100644 index 0000000000000000000000000000000000000000..783a3e6245aafb89bfc98133432ce6224ffbce9d --- /dev/null +++ b/pointerbench-pro/data/test/0365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877ff8b4c491afa567cff1c4a8fa330128eda2bddc2beec085eaa1a256a6fb86 +size 610301 diff --git a/pointerbench-pro/data/test/0366.png b/pointerbench-pro/data/test/0366.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a5f29e844f08df0841a2b5c858cd827e284514 --- /dev/null +++ b/pointerbench-pro/data/test/0366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b5c878e083a2f5d09ca4fc858b28cff3100099195882c0adea39cefe15ab6e +size 328847 diff --git a/pointerbench-pro/data/test/0367.png b/pointerbench-pro/data/test/0367.png new file mode 100644 index 0000000000000000000000000000000000000000..444dcfb39f8c6d5df2da9d3110005ae0cede023b --- /dev/null +++ b/pointerbench-pro/data/test/0367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97849db27b313bd67557993e8725517ddfd3eb0df64fe88abd3542fcbe7c1cff +size 456180 diff --git a/pointerbench-pro/data/test/0368.png b/pointerbench-pro/data/test/0368.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e9fe2cb0d21c44a873038afd79828280ffe464 --- /dev/null +++ b/pointerbench-pro/data/test/0368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959db1f1a90ba1dc3f3ccab704163faad44f7625674615c280a77e01a470e6d3 +size 276599 diff --git a/pointerbench-pro/data/test/0369.png b/pointerbench-pro/data/test/0369.png new file mode 100644 index 0000000000000000000000000000000000000000..8c87649349335c78b9179efca76b96acd42960cc --- /dev/null +++ b/pointerbench-pro/data/test/0369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218cd43470c7c8afaa0d67e4eba6bee44078aa2a645cae1f1ade87f6f01cb489 +size 327364 diff --git a/pointerbench-pro/data/test/0370.png b/pointerbench-pro/data/test/0370.png new file mode 100644 index 0000000000000000000000000000000000000000..53b99a32c97625efe984a4c2c9959aab3106d091 --- /dev/null +++ b/pointerbench-pro/data/test/0370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9366fdaf987d383c8239c13381117f5f696756406972389f233814f0268707b +size 415293 diff --git a/pointerbench-pro/data/test/0371.png b/pointerbench-pro/data/test/0371.png new file mode 100644 index 0000000000000000000000000000000000000000..787f44c2ccca5c2e6abacc1d901e6f2573cac7f5 --- /dev/null +++ b/pointerbench-pro/data/test/0371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d489dc30d6a8c98d73aa954984ddb42162b17eaa82cc7c2bf7ac542feed5c43 +size 902916 diff --git a/pointerbench-pro/data/test/0372.png b/pointerbench-pro/data/test/0372.png new file mode 100644 index 0000000000000000000000000000000000000000..35a6fdf5f70c5bc06cd20bf8c886d591f111caba --- /dev/null +++ b/pointerbench-pro/data/test/0372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f95174af227bb6b494d12421279aa6d12844bd0326c8850a0d4d445edc92c73 +size 460366 diff --git a/pointerbench-pro/data/test/0373.png b/pointerbench-pro/data/test/0373.png new file mode 100644 index 0000000000000000000000000000000000000000..a0217fc46a348b7733e09d4dc59231f4d45c49d3 --- /dev/null +++ b/pointerbench-pro/data/test/0373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4683d198c4d23998a60a820e1fd9b2c9ba256eede2995143b661cc706aaa8ada +size 404746 diff --git a/pointerbench-pro/data/test/0374.png b/pointerbench-pro/data/test/0374.png new file mode 100644 index 0000000000000000000000000000000000000000..0b110b0ab3f379d144985a22dc54c76375d70ede --- /dev/null +++ b/pointerbench-pro/data/test/0374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb0471691f4c2f5e561b6fec9394fc13392dbf70f340e34f62f1dad89dee822 +size 548440 diff --git a/pointerbench-pro/data/test/0375.png b/pointerbench-pro/data/test/0375.png new file mode 100644 index 0000000000000000000000000000000000000000..d453d1e93dfa0478bcb28300be1850458b2035db --- /dev/null +++ b/pointerbench-pro/data/test/0375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26257749566239b52fcd6f308164679b39ceddebe6621a3d3227ebe42156267b +size 436845 diff --git a/pointerbench-pro/data/test/0376.png b/pointerbench-pro/data/test/0376.png new file mode 100644 index 0000000000000000000000000000000000000000..52745b820936f57af55dc81f84a1b1f671ccfa58 --- /dev/null +++ b/pointerbench-pro/data/test/0376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2956e9504a25bf52fe9849c749e515a58e3f069602191436d3a09f673a1e015f +size 323585 diff --git a/pointerbench-pro/data/test/0377.png b/pointerbench-pro/data/test/0377.png new file mode 100644 index 0000000000000000000000000000000000000000..ae225054096fb742791f8935c7b45d83782a57fd --- /dev/null +++ b/pointerbench-pro/data/test/0377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7057fa0247186a7f573e6ab0cf48eac3ce780ae66a28c669b12667439f6e8b8f +size 252991 diff --git a/pointerbench-pro/data/test/0378.png b/pointerbench-pro/data/test/0378.png new file mode 100644 index 0000000000000000000000000000000000000000..07f052fe14f3370bb892d440c78b3e6a838e229e --- /dev/null +++ b/pointerbench-pro/data/test/0378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a1f6cc94b54f2cf357328a80761c58a9ce83d37f0c43d4e3dc230315848b2e +size 512024 diff --git a/pointerbench-pro/data/test/0379.png b/pointerbench-pro/data/test/0379.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ea896f701db69d24fecf7e30e8efdb7b551a9b --- /dev/null +++ b/pointerbench-pro/data/test/0379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07542873adb7d49058e1361047e20d740fa296478558228cdbb9175bab2b62f2 +size 399672 diff --git a/pointerbench-pro/data/test/0380.png b/pointerbench-pro/data/test/0380.png new file mode 100644 index 0000000000000000000000000000000000000000..da8682ceaafe60a9e6f4e052ad7067e02f2622f0 --- /dev/null +++ b/pointerbench-pro/data/test/0380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4853bdcc3dabc0cbaae1e7797e78210986ae6e0b8d370687e11bc5916f5afabc +size 631179 diff --git a/pointerbench-pro/data/test/0381.png b/pointerbench-pro/data/test/0381.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2273b8b5d1f053d75e79cdef20343af68599be --- /dev/null +++ b/pointerbench-pro/data/test/0381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaa7ae9a5dfb8e69f6f0983a9b0dc6fdf6d3784024eb8bf4647ec8c55802551 +size 321810 diff --git a/pointerbench-pro/data/test/0382.png b/pointerbench-pro/data/test/0382.png new file mode 100644 index 0000000000000000000000000000000000000000..b8fe1f32c3162fa9250922dc14b187910ad4517a --- /dev/null +++ b/pointerbench-pro/data/test/0382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dfe53e0a47bca406a0768dc72ceeae8c640a099cf66671ad524765de89fb35 +size 383247 diff --git a/pointerbench-pro/data/test/0383.png b/pointerbench-pro/data/test/0383.png new file mode 100644 index 0000000000000000000000000000000000000000..722e45a211bcd38551e23782a7ed617cbb2fa732 --- /dev/null +++ b/pointerbench-pro/data/test/0383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b9464044754308bb8fbea43651139fb56faf0b37a4a207e5fd83e292e7f46d +size 366335 diff --git a/pointerbench-pro/data/test/0384.png b/pointerbench-pro/data/test/0384.png new file mode 100644 index 0000000000000000000000000000000000000000..6e48bbe595aef9601cd7e85c4e0ba5e1043ef4e5 --- /dev/null +++ b/pointerbench-pro/data/test/0384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71999586905a52ab48ea65ba6dfc6d8ddba609d572b6e0f6bdadcaba8e664415 +size 327625 diff --git a/pointerbench-pro/data/test/0385.png b/pointerbench-pro/data/test/0385.png new file mode 100644 index 0000000000000000000000000000000000000000..c72eb92e3242cf8f90a9e340f5d8cc73ef6d5f8b --- /dev/null +++ b/pointerbench-pro/data/test/0385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40d7506f86b1de4a86fa00eb83cab76984db854c1b1efcec93555458936cbb8 +size 500271 diff --git a/pointerbench-pro/data/test/0386.png b/pointerbench-pro/data/test/0386.png new file mode 100644 index 0000000000000000000000000000000000000000..7f60f033361d73950d0712b7bb58985fb991b6cd --- /dev/null +++ b/pointerbench-pro/data/test/0386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13be128e50e87554cb68a38ecbc897ab16b96867b92bbc38aadc4cfa5ebc3185 +size 348878 diff --git a/pointerbench-pro/data/test/0387.png b/pointerbench-pro/data/test/0387.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b27e3b33407576c7c28f844a6421a7e0cada71 --- /dev/null +++ b/pointerbench-pro/data/test/0387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40009f7fa750d42d410439b8dce74035641d78a22c705cee1595345fdb67fc79 +size 371568 diff --git a/pointerbench-pro/data/test/0388.png b/pointerbench-pro/data/test/0388.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb4beb17cf063a99a68a2cd44939f69f25672f0 --- /dev/null +++ b/pointerbench-pro/data/test/0388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bc62d039172c900eb4eea1899dd00ec52f5700f5da06b2b371721748b28024 +size 484345 diff --git a/pointerbench-pro/data/test/0389.png b/pointerbench-pro/data/test/0389.png new file mode 100644 index 0000000000000000000000000000000000000000..7441f13ce9ba8979d46f21f7116351fa38e2575b --- /dev/null +++ b/pointerbench-pro/data/test/0389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6693063395b7ac2bf45a3f409b252ef8cff147d5090422df353e056c661a4e +size 259827 diff --git a/pointerbench-pro/data/test/0390.png b/pointerbench-pro/data/test/0390.png new file mode 100644 index 0000000000000000000000000000000000000000..10989f30ad66cf829cd4f52116cb2bc4a673df6b --- /dev/null +++ b/pointerbench-pro/data/test/0390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e97ff05069d6a86726cbcb8d766301020facfb445af07992f391b8b61e57656 +size 409682 diff --git a/pointerbench-pro/data/test/0391.png b/pointerbench-pro/data/test/0391.png new file mode 100644 index 0000000000000000000000000000000000000000..0e7bf1305b7eb1e041d45635bfa5dcf068c4f8b2 --- /dev/null +++ b/pointerbench-pro/data/test/0391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30796d3263f7d68d39a727d64e4cec9248541757ed69204f99aa9d2ff3129e33 +size 309320 diff --git a/pointerbench-pro/data/test/0392.png b/pointerbench-pro/data/test/0392.png new file mode 100644 index 0000000000000000000000000000000000000000..2074c70f44e79c968df89ce057d0bc413f00b439 --- /dev/null +++ b/pointerbench-pro/data/test/0392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70e91bebfccafd730a4e1e863b9cbfd93162151dff7861d3aaee1dee422c760 +size 469658 diff --git a/pointerbench-pro/data/test/0393.png b/pointerbench-pro/data/test/0393.png new file mode 100644 index 0000000000000000000000000000000000000000..ae65a11eea6eef68e57c85f0f10518b0077f0f6d --- /dev/null +++ b/pointerbench-pro/data/test/0393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d6ee274aeb392127a0fc626cb92bcc03d97d64baff116e1756f470fe8c18cc +size 382235 diff --git a/pointerbench-pro/data/test/0394.png b/pointerbench-pro/data/test/0394.png new file mode 100644 index 0000000000000000000000000000000000000000..529c723610796642db4a4ae0b787d8b7492fd227 --- /dev/null +++ b/pointerbench-pro/data/test/0394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1050c488f5962f55133f838f2d1d60619bfee121190c270dff5732829467e8a +size 487543 diff --git a/pointerbench-pro/data/test/0395.png b/pointerbench-pro/data/test/0395.png new file mode 100644 index 0000000000000000000000000000000000000000..e98470e2be58fc57a7375fc7824b3fa012875c5a --- /dev/null +++ b/pointerbench-pro/data/test/0395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a20d9f72c64987618290811001d374cdefb312fcfa2e09cd1fa8de6854f368d +size 348871 diff --git a/pointerbench-pro/data/test/0396.png b/pointerbench-pro/data/test/0396.png new file mode 100644 index 0000000000000000000000000000000000000000..42aa7bd1de20a688d9e098a85181216be52a5d14 --- /dev/null +++ b/pointerbench-pro/data/test/0396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d202e709a0cde6025f6b0949cbec6969a1ea5148e0470f7eab8d808ce12e26f9 +size 378464 diff --git a/pointerbench-pro/data/test/0397.png b/pointerbench-pro/data/test/0397.png new file mode 100644 index 0000000000000000000000000000000000000000..ce367fa7910790aa74d06b33cd33e383b646a8a0 --- /dev/null +++ b/pointerbench-pro/data/test/0397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c8466736b218082f871ea5e0fa0fe6abef7256c092601bb9cea6b5a2fdb147 +size 609883 diff --git a/pointerbench-pro/data/test/0398.png b/pointerbench-pro/data/test/0398.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe21fa96db93a3d6f63fe888b746e7199b40076 --- /dev/null +++ b/pointerbench-pro/data/test/0398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32fe6ddc827487db54c5f2082b3dd592da45d60845d87b9d829451e0ab3a41c +size 365815 diff --git a/pointerbench-pro/data/test/0399.png b/pointerbench-pro/data/test/0399.png new file mode 100644 index 0000000000000000000000000000000000000000..f994462c2454385e892a8699122495e2b512a68a --- /dev/null +++ b/pointerbench-pro/data/test/0399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e47d229e4f66b6eaee4f7a4416f22ac6d0303bb57d251bffe45fc5782908fb6 +size 376131 diff --git a/pointerbench-pro/data/test/0400.png b/pointerbench-pro/data/test/0400.png new file mode 100644 index 0000000000000000000000000000000000000000..c96a10b0df23d85583be6916b925746af41be009 --- /dev/null +++ b/pointerbench-pro/data/test/0400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61e51f1553c5b2900a75a91993177782b7f36205e2d964628a90ba6e6e658cb +size 464381 diff --git a/pointerbench-pro/data/test/0401.png b/pointerbench-pro/data/test/0401.png new file mode 100644 index 0000000000000000000000000000000000000000..7da56c6616864e94ef27e5c152c328a44b2a47a1 --- /dev/null +++ b/pointerbench-pro/data/test/0401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e645c04e243e9a8b43d408c2b9558fb598e228f87b993279ddf376d4e07ab1e +size 550749 diff --git a/pointerbench-pro/data/test/0402.png b/pointerbench-pro/data/test/0402.png new file mode 100644 index 0000000000000000000000000000000000000000..dd939fa7a38aca58f8b64fc3ea9d347b986c9603 --- /dev/null +++ b/pointerbench-pro/data/test/0402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c500b51d3292c889391df983d1f2a25d7e0e7867bf559197c9f7cbc283f43cfa +size 260829 diff --git a/pointerbench-pro/data/test/0403.png b/pointerbench-pro/data/test/0403.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec1295426ef3f2343514cbb91fd6129c48eb183 --- /dev/null +++ b/pointerbench-pro/data/test/0403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c222ff64f2ddf54096b03ce50084a32441585d3c01d09ff4721df86e7e84772 +size 571658 diff --git a/pointerbench-pro/data/test/0404.png b/pointerbench-pro/data/test/0404.png new file mode 100644 index 0000000000000000000000000000000000000000..a11bc933ed3ae5b7d052c1777ce6155179bfcd97 --- /dev/null +++ b/pointerbench-pro/data/test/0404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960d8947274532454392a3aa8e5e98367e2bc18702bb47343dfb649c85ea298b +size 379964 diff --git a/pointerbench-pro/data/test/0405.png b/pointerbench-pro/data/test/0405.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0b801fa3467ab41356aa0e98e280dc34fd73a4 --- /dev/null +++ b/pointerbench-pro/data/test/0405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f755dba4fd99559f8e2c7671c593b23be82a585ad193edaceb2e503d928b8c8 +size 269969 diff --git a/pointerbench-pro/data/test/0406.png b/pointerbench-pro/data/test/0406.png new file mode 100644 index 0000000000000000000000000000000000000000..23b7f1e61acaeba36f03b053e32bdbba36476d43 --- /dev/null +++ b/pointerbench-pro/data/test/0406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f5a7418286e4b249f76bafcb584801c477e704beb8a27ec24c96a35cb8b557 +size 338007 diff --git a/pointerbench-pro/data/test/0407.png b/pointerbench-pro/data/test/0407.png new file mode 100644 index 0000000000000000000000000000000000000000..c6296b48a6d95fb4859994f02e80f6057648545e --- /dev/null +++ b/pointerbench-pro/data/test/0407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23aa761060fd98c3e7d1121cd27017b68b82d6be184770c7ed8b2bd57603677c +size 602355 diff --git a/pointerbench-pro/data/test/0408.png b/pointerbench-pro/data/test/0408.png new file mode 100644 index 0000000000000000000000000000000000000000..2eaea9de4ab87704ca7dbafc5dd597ad6ad7952f --- /dev/null +++ b/pointerbench-pro/data/test/0408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d06a9047adaf263284dcb6114a61885b8f099fa48e7d5fa1d20280880b7ed4 +size 507645 diff --git a/pointerbench-pro/data/test/0409.png b/pointerbench-pro/data/test/0409.png new file mode 100644 index 0000000000000000000000000000000000000000..04abb0d726ac0a025128e17fafe99488efef5982 --- /dev/null +++ b/pointerbench-pro/data/test/0409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc1f125cd31a7c6ddcc86d0c31d038dc6b4c6e729ce21597204fe67579eec9a +size 663435 diff --git a/pointerbench-pro/data/test/0410.png b/pointerbench-pro/data/test/0410.png new file mode 100644 index 0000000000000000000000000000000000000000..997652b7bed11f4bb60fb549b029d7242695aabc --- /dev/null +++ b/pointerbench-pro/data/test/0410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea3ceade43623fcbf65082f067a73f505bf2333fde00e845154c4c0b8ffef37 +size 503313 diff --git a/pointerbench-pro/data/test/0411.png b/pointerbench-pro/data/test/0411.png new file mode 100644 index 0000000000000000000000000000000000000000..8b19d3bf3965fb76170208b05797af6b87c85ecd --- /dev/null +++ b/pointerbench-pro/data/test/0411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb847ad1d6295cc054b9e643045ae08b24ae676b357675ea6fc87b1312214679 +size 509285 diff --git a/pointerbench-pro/data/test/0412.png b/pointerbench-pro/data/test/0412.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc004b50ea24b49ea62dcebf09092ea730a841e --- /dev/null +++ b/pointerbench-pro/data/test/0412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d0e9e729008a2b5ec53789ba7397ccd331f443dbe4c15f3deac8c11806a928 +size 497942 diff --git a/pointerbench-pro/data/test/0413.png b/pointerbench-pro/data/test/0413.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb4beb17cf063a99a68a2cd44939f69f25672f0 --- /dev/null +++ b/pointerbench-pro/data/test/0413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bc62d039172c900eb4eea1899dd00ec52f5700f5da06b2b371721748b28024 +size 484345 diff --git a/pointerbench-pro/data/test/0414.png b/pointerbench-pro/data/test/0414.png new file mode 100644 index 0000000000000000000000000000000000000000..21324ccbe96f5b046b87864c73a289bfd4fd5c57 --- /dev/null +++ b/pointerbench-pro/data/test/0414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7aa1538a2a3044c1464d3160064cbfa42b138127288f6d5106eec3a742393d +size 878130 diff --git a/pointerbench-pro/data/test/0415.png b/pointerbench-pro/data/test/0415.png new file mode 100644 index 0000000000000000000000000000000000000000..a4893e0a5c78027c1d959cbeee465444d7741b1c --- /dev/null +++ b/pointerbench-pro/data/test/0415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54c8e6dcd922b39ac4c49badb1ddd010b5c4cd0ff594df63276bcd417f69f7d +size 550698 diff --git a/pointerbench-pro/data/test/0416.png b/pointerbench-pro/data/test/0416.png new file mode 100644 index 0000000000000000000000000000000000000000..6da70a392f4f1a65e3918166f68219cda8027b22 --- /dev/null +++ b/pointerbench-pro/data/test/0416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44da534ef45642d9a07ade7cb54e77486d48aa2d1773b795f9652f01a5e2ada3 +size 284991 diff --git a/pointerbench-pro/data/test/0417.png b/pointerbench-pro/data/test/0417.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d7cde0cde5c6abf44d279247d43f791c6dab2c --- /dev/null +++ b/pointerbench-pro/data/test/0417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0027fefd90874057534570f87013f54d659697015d6bb0ba668d5b6e37e629 +size 567147 diff --git a/pointerbench-pro/data/test/0418.png b/pointerbench-pro/data/test/0418.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cb9c1c20ee271d13e0726123b1e969d22893f6 --- /dev/null +++ b/pointerbench-pro/data/test/0418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5f558a181c4c4273b66152561145dbca726deb96fbb0b0c60f6e8d284e880d +size 328904 diff --git a/pointerbench-pro/data/test/0419.png b/pointerbench-pro/data/test/0419.png new file mode 100644 index 0000000000000000000000000000000000000000..9e8d2dfb02bdf7126f77e12d6cd2e60fc7d0cf06 --- /dev/null +++ b/pointerbench-pro/data/test/0419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79b98792f8ad9f1bce8600b8da4b6835f4caf34e268170cb60e2fe68fbe7243 +size 606474 diff --git a/pointerbench-pro/data/test/0420.png b/pointerbench-pro/data/test/0420.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c88c6c680a7fa5dc3239a8dd2e535128314003 --- /dev/null +++ b/pointerbench-pro/data/test/0420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcafe668ebbdeb0bcc5b5252c6dcc1c68ff4ef4c307c450bbbc0cb3ffff5e6e +size 507022 diff --git a/pointerbench-pro/data/test/0421.png b/pointerbench-pro/data/test/0421.png new file mode 100644 index 0000000000000000000000000000000000000000..fffa59fbfcdf7f45ec11623b67e6ec7162d5b078 --- /dev/null +++ b/pointerbench-pro/data/test/0421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faee4c9ebb89d0e2f857e29b4f40a7d96f9cd323076d5bcd326a180a64ca2af6 +size 564493 diff --git a/pointerbench-pro/data/test/0422.png b/pointerbench-pro/data/test/0422.png new file mode 100644 index 0000000000000000000000000000000000000000..29a777bd8e73a561bec3a6d519413064a0c7c8ce --- /dev/null +++ b/pointerbench-pro/data/test/0422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cffc4784254fde6d403dc4f5335bffdafe4a64ad9f526f2f6dd25b8ccbc6c8 +size 296277 diff --git a/pointerbench-pro/data/test/0423.png b/pointerbench-pro/data/test/0423.png new file mode 100644 index 0000000000000000000000000000000000000000..ef862a8fe1812a8b536826da82187cd93fdc28ec --- /dev/null +++ b/pointerbench-pro/data/test/0423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c899abe4b3ac50d3ff0bcd6a49c69483a67985ce40a2d1c67ed066eff5de841 +size 320485 diff --git a/pointerbench-pro/data/test/0424.png b/pointerbench-pro/data/test/0424.png new file mode 100644 index 0000000000000000000000000000000000000000..a6f0c634da6cf54e5bc010f9b0f4e681e7ecc4ba --- /dev/null +++ b/pointerbench-pro/data/test/0424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7f3620d3e501c8504ea9bc2ff32f80285337f6c8c3f982dc3015c516ee687 +size 447517 diff --git a/pointerbench-pro/data/test/0425.png b/pointerbench-pro/data/test/0425.png new file mode 100644 index 0000000000000000000000000000000000000000..828b3d8d0052ba4a75164eb9dd8236905a5940a0 --- /dev/null +++ b/pointerbench-pro/data/test/0425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760a4a94ee342df2235a1cafb4b691310fe66d61435380f3c873d377c2c1e755 +size 418498 diff --git a/pointerbench-pro/data/test/0426.png b/pointerbench-pro/data/test/0426.png new file mode 100644 index 0000000000000000000000000000000000000000..3075ea1faf2175ecf2926971b919045f74d53792 --- /dev/null +++ b/pointerbench-pro/data/test/0426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcb36b20f5fd2c855aeab30417e377a73797aefc16b3891851f653968e22f09 +size 408435 diff --git a/pointerbench-pro/data/test/0427.png b/pointerbench-pro/data/test/0427.png new file mode 100644 index 0000000000000000000000000000000000000000..a4db25c6b53446203a32d48ac5cce3a346250228 --- /dev/null +++ b/pointerbench-pro/data/test/0427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e44b4966f0b32488106a0709d59ccdf108933faeccc3485a32e83fd3d96ebd +size 364391 diff --git a/pointerbench-pro/data/test/0428.png b/pointerbench-pro/data/test/0428.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b6a60e59494f153fdc2c73937e381e5321a969 --- /dev/null +++ b/pointerbench-pro/data/test/0428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d289463259267f0bd8f1262f5a570f2839a7eaca4a9763511fa743191226f +size 258293 diff --git a/pointerbench-pro/data/test/0429.png b/pointerbench-pro/data/test/0429.png new file mode 100644 index 0000000000000000000000000000000000000000..e58e2222f78007509a12196b9bb8d7d3bc21ec4d --- /dev/null +++ b/pointerbench-pro/data/test/0429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468a7f904091b6a016367120382adf4662626d8367ec41ac95e88a168e1d8d66 +size 326042 diff --git a/pointerbench-pro/data/test/0430.png b/pointerbench-pro/data/test/0430.png new file mode 100644 index 0000000000000000000000000000000000000000..2a447f6953ab2cf2a7a2da5c0d817c7ce0db94f8 --- /dev/null +++ b/pointerbench-pro/data/test/0430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad543c50b3f8ea00c66f5315f16ff0dfda9d7d6a4a6f8ab7dbf2150d5516a8bc +size 300884 diff --git a/pointerbench-pro/data/test/0431.png b/pointerbench-pro/data/test/0431.png new file mode 100644 index 0000000000000000000000000000000000000000..83e3397086e0a3dd5388a2fe2407e64a43c3cd00 --- /dev/null +++ b/pointerbench-pro/data/test/0431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b2612cc6ae4df36b2772fc96af8b1407db373a81ecb44e5d30d20d084c1180 +size 335149 diff --git a/pointerbench-pro/data/test/0432.png b/pointerbench-pro/data/test/0432.png new file mode 100644 index 0000000000000000000000000000000000000000..e799b149c375c5cd4e93d21bcbfb0ea9f486ac4d --- /dev/null +++ b/pointerbench-pro/data/test/0432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209a86133bded8da9922819edcc4c62ee0956f68ea14c715ef1ff08b2060733b +size 418123 diff --git a/pointerbench-pro/data/test/0433.png b/pointerbench-pro/data/test/0433.png new file mode 100644 index 0000000000000000000000000000000000000000..e799b149c375c5cd4e93d21bcbfb0ea9f486ac4d --- /dev/null +++ b/pointerbench-pro/data/test/0433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209a86133bded8da9922819edcc4c62ee0956f68ea14c715ef1ff08b2060733b +size 418123 diff --git a/pointerbench-pro/data/test/0434.png b/pointerbench-pro/data/test/0434.png new file mode 100644 index 0000000000000000000000000000000000000000..99d8c9bdd2cfb979147e471b5ca8590e726f15b3 --- /dev/null +++ b/pointerbench-pro/data/test/0434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412afbc2a109f03c3b371c3304e23c8d4107d9176bd1a7861bc0f299eb7a9c2d +size 400084 diff --git a/pointerbench-pro/data/test/0435.png b/pointerbench-pro/data/test/0435.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8f6664eedea6e2d08b3e5030618a3c52f6cded --- /dev/null +++ b/pointerbench-pro/data/test/0435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225bb1929c4eb694543540638742f12528749342e14237ca35a3bb05c2e1c3c3 +size 407008 diff --git a/pointerbench-pro/data/test/0436.png b/pointerbench-pro/data/test/0436.png new file mode 100644 index 0000000000000000000000000000000000000000..065f53f9c8f8b1bc7ea01175e416157b56b7ca6f --- /dev/null +++ b/pointerbench-pro/data/test/0436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2067106f53fb246c9e595faff36fb82788e7f9bb995d0180caa34647319570a1 +size 395254 diff --git a/pointerbench-pro/data/test/0437.png b/pointerbench-pro/data/test/0437.png new file mode 100644 index 0000000000000000000000000000000000000000..6a15b1e3437e2c07b35e1613bf2dbc270541940c --- /dev/null +++ b/pointerbench-pro/data/test/0437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a07f94c8421ab5356be4e4cdfeb14e4110ba2aa4513c61808e71db5962ba700 +size 473964 diff --git a/pointerbench-pro/data/test/0438.png b/pointerbench-pro/data/test/0438.png new file mode 100644 index 0000000000000000000000000000000000000000..da1288dbf28b4731a29d620e052f7d0b0937e2c6 --- /dev/null +++ b/pointerbench-pro/data/test/0438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b0b79f1e1ab533d88f9f78c73d13ba87a48958ef7a833ac4beaafc44fe9e9a +size 447775 diff --git a/pointerbench-pro/data/test/0439.png b/pointerbench-pro/data/test/0439.png new file mode 100644 index 0000000000000000000000000000000000000000..90a6c3b2e3ba4b9525150eaf4904e768bfdcd6bd --- /dev/null +++ b/pointerbench-pro/data/test/0439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb7afbe487f3f36d04098ce026d203613ffe784258e790ab0d8d477a2f9bfcd +size 377053 diff --git a/pointerbench-pro/data/test/0440.png b/pointerbench-pro/data/test/0440.png new file mode 100644 index 0000000000000000000000000000000000000000..bbcdd3d758f4127c32ac1702de673ccefd9dc1eb --- /dev/null +++ b/pointerbench-pro/data/test/0440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1453d8538444c45e252ab16a858d0aeeb1377ad8330154788c44fb42f40fcc +size 376028 diff --git a/pointerbench-pro/data/test/0441.png b/pointerbench-pro/data/test/0441.png new file mode 100644 index 0000000000000000000000000000000000000000..c0dd88f1143cf22bf7074abb14ab8fb5e170648a --- /dev/null +++ b/pointerbench-pro/data/test/0441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4e5ad104d81819b4542218dbbc013849032cacfa4eca5805a4adff93e990e6 +size 401783 diff --git a/pointerbench-pro/data/test/0442.png b/pointerbench-pro/data/test/0442.png new file mode 100644 index 0000000000000000000000000000000000000000..eade3f18be1189a392dd3353e50118fcea41f475 --- /dev/null +++ b/pointerbench-pro/data/test/0442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382ede33af3ccf556faedf21cc2ac06c2af7b9adfee844465e3451565f9e4592 +size 484048 diff --git a/pointerbench-pro/data/test/0443.png b/pointerbench-pro/data/test/0443.png new file mode 100644 index 0000000000000000000000000000000000000000..a46daabc7486c04c18c8b39968b8143c23d6c184 --- /dev/null +++ b/pointerbench-pro/data/test/0443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e934f4cb1434608a68e6a063c6e5568d46bc7bf7f7d09a1f45fc72e3aa329d +size 362579 diff --git a/pointerbench-pro/data/test/0444.png b/pointerbench-pro/data/test/0444.png new file mode 100644 index 0000000000000000000000000000000000000000..46c1720ac6bf1c5e6ddf1e694c6f4d29f21c3dea --- /dev/null +++ b/pointerbench-pro/data/test/0444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2cb12ca8ddf10e25aa5c7bf9fb78b57a9a387f778dc77acf95f5145e9be17d +size 677029 diff --git a/pointerbench-pro/data/test/0445.png b/pointerbench-pro/data/test/0445.png new file mode 100644 index 0000000000000000000000000000000000000000..828b3d8d0052ba4a75164eb9dd8236905a5940a0 --- /dev/null +++ b/pointerbench-pro/data/test/0445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760a4a94ee342df2235a1cafb4b691310fe66d61435380f3c873d377c2c1e755 +size 418498 diff --git a/pointerbench-pro/data/test/0446.png b/pointerbench-pro/data/test/0446.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2ec5df8e6df5947d3ab9284fe340057b292fd5 --- /dev/null +++ b/pointerbench-pro/data/test/0446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03aa521be68d3a3824bdca261fc5c532135e36551cf5bbc60974b52ccf58a09c +size 408562 diff --git a/pointerbench-pro/data/test/0447.png b/pointerbench-pro/data/test/0447.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8f6664eedea6e2d08b3e5030618a3c52f6cded --- /dev/null +++ b/pointerbench-pro/data/test/0447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225bb1929c4eb694543540638742f12528749342e14237ca35a3bb05c2e1c3c3 +size 407008 diff --git a/pointerbench-pro/data/test/0448.png b/pointerbench-pro/data/test/0448.png new file mode 100644 index 0000000000000000000000000000000000000000..b30f192ae30b5a56995e58763a17b2cea8ecb2e1 --- /dev/null +++ b/pointerbench-pro/data/test/0448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8156003a60d209c049d73c15898c8aa32c5d8541e75376b4d762af2a1f0c490e +size 450975 diff --git a/pointerbench-pro/data/test/0449.png b/pointerbench-pro/data/test/0449.png new file mode 100644 index 0000000000000000000000000000000000000000..a0b92177dab90d93130de0e15f2efb59444302fa --- /dev/null +++ b/pointerbench-pro/data/test/0449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd6e4bc749a38da118a6f4a1fab81718901686e3433c5a65d3a093948f6f794 +size 482089 diff --git a/pointerbench-pro/data/test/0450.png b/pointerbench-pro/data/test/0450.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d1883eda100b005ac2f7eb2287ef0baa8464a --- /dev/null +++ b/pointerbench-pro/data/test/0450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550eb29c1e0dd7b8d2cee9ed4b65a37f47d37559b3039883a4510eec6e2d85f5 +size 495966 diff --git a/pointerbench-pro/data/test/0451.png b/pointerbench-pro/data/test/0451.png new file mode 100644 index 0000000000000000000000000000000000000000..6b39138c7c59e2ba6404b50111b68462c7719714 --- /dev/null +++ b/pointerbench-pro/data/test/0451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3f6cb6f32544e3c0b23e6b3c45a8aa053ae19872d2b0322af4515bbaa5c55f +size 230325 diff --git a/pointerbench-pro/data/test/0452.png b/pointerbench-pro/data/test/0452.png new file mode 100644 index 0000000000000000000000000000000000000000..abafa55b0b7f32ac9be7636197f65c2864ff82f8 --- /dev/null +++ b/pointerbench-pro/data/test/0452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a9a851f1bd0c153e1c651ba8ff2890601d495f5b4ec3436036f373e3cc5204 +size 645977 diff --git a/pointerbench-pro/data/test/0453.png b/pointerbench-pro/data/test/0453.png new file mode 100644 index 0000000000000000000000000000000000000000..95d23b20cd789a5be77db88ecfc0dcd53afee42a --- /dev/null +++ b/pointerbench-pro/data/test/0453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7175d160f83dcfa513ba990ddb821a668f2f94623d6115ac3632860b157dc1dc +size 222776 diff --git a/pointerbench-pro/data/test/0454.png b/pointerbench-pro/data/test/0454.png new file mode 100644 index 0000000000000000000000000000000000000000..b680af35099f3b0fd1d8bee7c73872ba95977d93 --- /dev/null +++ b/pointerbench-pro/data/test/0454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2051adcb661592f5e88e23489064e0c778f4821090217960aeeecef94d9eb4 +size 309303 diff --git a/pointerbench-pro/data/test/0455.png b/pointerbench-pro/data/test/0455.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d987caf7d85cd261f1fef981ad8f6d9e0c227b --- /dev/null +++ b/pointerbench-pro/data/test/0455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d745affd9e375ea0f5705aef54875b065f8b9f46dc7d6e37fb3cc132bade0e +size 410814 diff --git a/pointerbench-pro/data/test/0456.png b/pointerbench-pro/data/test/0456.png new file mode 100644 index 0000000000000000000000000000000000000000..68c6a14ae266f9bcad00cfe8ee7da8b84e453354 --- /dev/null +++ b/pointerbench-pro/data/test/0456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c4bd7e844a7ca7303294acc971096ab1883f1b233dc397e68b9d3b1923609d +size 593557 diff --git a/pointerbench-pro/data/test/0457.png b/pointerbench-pro/data/test/0457.png new file mode 100644 index 0000000000000000000000000000000000000000..aa871d7fa16752b314acdd5d43af0af4684b3729 --- /dev/null +++ b/pointerbench-pro/data/test/0457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06af4a226f53f5e555a004489aaeace645dd53090afe480bc349aca5a3798b59 +size 464885 diff --git a/pointerbench-pro/data/test/0458.png b/pointerbench-pro/data/test/0458.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2c6f46ac7f915d865c105df53412281c0dfbd3 --- /dev/null +++ b/pointerbench-pro/data/test/0458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f61004283a87d5379547f23b61380f50d632056aa2abf64e4f8da87baa794c0 +size 402952 diff --git a/pointerbench-pro/data/test/0459.png b/pointerbench-pro/data/test/0459.png new file mode 100644 index 0000000000000000000000000000000000000000..8d88f445af5e07625e55e4d546eff45c18907624 --- /dev/null +++ b/pointerbench-pro/data/test/0459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8243822197ca9683c584209b28a2a0f676c96f81a77f9ed20cba86f347209459 +size 310869 diff --git a/pointerbench-pro/data/test/0460.png b/pointerbench-pro/data/test/0460.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3d5bde0ff9aa1d7aa77867f477ef4561bf8990 --- /dev/null +++ b/pointerbench-pro/data/test/0460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9efa9f47e4dfa1703e2514e561fa5f57e54f88d598acbd24915d49549abcaa8 +size 294131 diff --git a/pointerbench-pro/data/test/0461.png b/pointerbench-pro/data/test/0461.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c74200845be4c170a0be7b447be265ea3593a1 --- /dev/null +++ b/pointerbench-pro/data/test/0461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae990e2f67e6238856a43a94cf954459f1c40222beabeb736c5a85cf440584c8 +size 418488 diff --git a/pointerbench-pro/data/test/0462.png b/pointerbench-pro/data/test/0462.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7c5a67e31f7fe2b97170709d2d0e4e1a13ea27 --- /dev/null +++ b/pointerbench-pro/data/test/0462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba77761128672074b7d6b8c74816934ed359afd4984dd6b0806c0b9ef0245ee +size 361978 diff --git a/pointerbench-pro/data/test/0463.png b/pointerbench-pro/data/test/0463.png new file mode 100644 index 0000000000000000000000000000000000000000..8861a2979bc8c5799b6bcfac096fa3be74c9c7a1 --- /dev/null +++ b/pointerbench-pro/data/test/0463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb9af28afb8f0bb91e8dcb6a7564722f3fc3b4d0af837640b6b3c63549a7d9c +size 674215 diff --git a/pointerbench-pro/data/test/0464.png b/pointerbench-pro/data/test/0464.png new file mode 100644 index 0000000000000000000000000000000000000000..db0930a0df4974e400e25cc3360e45a759074d3d --- /dev/null +++ b/pointerbench-pro/data/test/0464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39f269d2ad127ebe09a34b260ed66459335e003586d957487d9f333c0f08ed9 +size 405701 diff --git a/pointerbench-pro/data/test/0465.png b/pointerbench-pro/data/test/0465.png new file mode 100644 index 0000000000000000000000000000000000000000..12c5552a601b80e8696e292cd735fad54f5fe55c --- /dev/null +++ b/pointerbench-pro/data/test/0465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023038e8674925fcdaf5ed603891685550bb92ac1e1cb9a264fc4e3a1dc692b9 +size 349201 diff --git a/pointerbench-pro/data/test/0466.png b/pointerbench-pro/data/test/0466.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc69daf3aeb551fd5f0fff886101c1e3d759bfa --- /dev/null +++ b/pointerbench-pro/data/test/0466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e3ebbf6d39bdea30f6f878829ff8203f057333dd03e5c20cec7b6e31f42b3f +size 281843 diff --git a/pointerbench-pro/data/test/0467.png b/pointerbench-pro/data/test/0467.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b9f5660a700a829ba7e6b8329ab3a7951b40fb --- /dev/null +++ b/pointerbench-pro/data/test/0467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de82fa470029d22e7013398ce227bd444fe2c900979fbe741867fb97a5e67a9e +size 428384 diff --git a/pointerbench-pro/data/test/0468.png b/pointerbench-pro/data/test/0468.png new file mode 100644 index 0000000000000000000000000000000000000000..ef768df43a1acdb03fbb1200ae20545c044fe368 --- /dev/null +++ b/pointerbench-pro/data/test/0468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629208238a45d0c9afac83eb0d023b8af698e74a52c7a0f435bbedfa696235ec +size 339424 diff --git a/pointerbench-pro/data/test/0469.png b/pointerbench-pro/data/test/0469.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1fb7de0eafe9bdd72e4a09bebd07a56e3f1471 --- /dev/null +++ b/pointerbench-pro/data/test/0469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a13749aa8492632c1ada57ef82293d7dab84b3fd38f7d65cf134cddc749dc8e +size 385425 diff --git a/pointerbench-pro/data/test/0470.png b/pointerbench-pro/data/test/0470.png new file mode 100644 index 0000000000000000000000000000000000000000..4d65cd0781b5927eaecf5d755685bf9603b66565 --- /dev/null +++ b/pointerbench-pro/data/test/0470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11f4c4478b44997f76451f238ab2f3d4b041a8229a6d83d2e6755360c79b781 +size 400934 diff --git a/pointerbench-pro/data/test/0471.png b/pointerbench-pro/data/test/0471.png new file mode 100644 index 0000000000000000000000000000000000000000..345558423bf1e57ee1ac51c61d3e7d48df6137ed --- /dev/null +++ b/pointerbench-pro/data/test/0471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cd583e6c739a87b776817f2b0b2f48e17fa4bebf3c16f711a89a5df81a6af0 +size 388981 diff --git a/pointerbench-pro/data/test/0472.png b/pointerbench-pro/data/test/0472.png new file mode 100644 index 0000000000000000000000000000000000000000..763ae09113d8e3c1efed92f959a62ba2fe3b3810 --- /dev/null +++ b/pointerbench-pro/data/test/0472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214ba48474e1f823d27d0e674d8dd7ea7fb18c05bb0fbc0837bfd732de30c2f9 +size 314925 diff --git a/pointerbench-pro/data/test/0473.png b/pointerbench-pro/data/test/0473.png new file mode 100644 index 0000000000000000000000000000000000000000..b8fe1f32c3162fa9250922dc14b187910ad4517a --- /dev/null +++ b/pointerbench-pro/data/test/0473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dfe53e0a47bca406a0768dc72ceeae8c640a099cf66671ad524765de89fb35 +size 383247 diff --git a/pointerbench-pro/data/test/0474.png b/pointerbench-pro/data/test/0474.png new file mode 100644 index 0000000000000000000000000000000000000000..031e1c93d879ddee43f0954e8a43f34ab62893f7 --- /dev/null +++ b/pointerbench-pro/data/test/0474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9293890ddf265fa0eb166391e3d6a7e6a27916e5c70a709f9a3c5245d95722db +size 483829 diff --git a/pointerbench-pro/data/test/0475.png b/pointerbench-pro/data/test/0475.png new file mode 100644 index 0000000000000000000000000000000000000000..787f44c2ccca5c2e6abacc1d901e6f2573cac7f5 --- /dev/null +++ b/pointerbench-pro/data/test/0475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d489dc30d6a8c98d73aa954984ddb42162b17eaa82cc7c2bf7ac542feed5c43 +size 902916 diff --git a/pointerbench-pro/data/test/0476.png b/pointerbench-pro/data/test/0476.png new file mode 100644 index 0000000000000000000000000000000000000000..06c5f5691ccda7234202a0077ef545e301403fd1 --- /dev/null +++ b/pointerbench-pro/data/test/0476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10779f3740369ee9af3bb868c9ad560dfa69aeda12cb5e0a680e2e13a90a7a2e +size 510679 diff --git a/pointerbench-pro/data/test/0477.png b/pointerbench-pro/data/test/0477.png new file mode 100644 index 0000000000000000000000000000000000000000..87b943b6d89ce7b7741eb3155704cce6425d268d --- /dev/null +++ b/pointerbench-pro/data/test/0477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372fce06c26540f9e647b64ed49ae7d4eea0cf4eb8f47d66e9489ca27af705ce +size 262217 diff --git a/pointerbench-pro/data/test/0478.png b/pointerbench-pro/data/test/0478.png new file mode 100644 index 0000000000000000000000000000000000000000..72e5716f4cbfa38dff4476fbe240a25a3e5f292b --- /dev/null +++ b/pointerbench-pro/data/test/0478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd871a6c39865ce3993c14c679b1fd67d792c688562aa696dad31f163989df1d +size 522092 diff --git a/pointerbench-pro/data/test/0479.png b/pointerbench-pro/data/test/0479.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7c5a67e31f7fe2b97170709d2d0e4e1a13ea27 --- /dev/null +++ b/pointerbench-pro/data/test/0479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba77761128672074b7d6b8c74816934ed359afd4984dd6b0806c0b9ef0245ee +size 361978 diff --git a/pointerbench-pro/data/test/0480.png b/pointerbench-pro/data/test/0480.png new file mode 100644 index 0000000000000000000000000000000000000000..885a6ed66189336ae7d162ebb9276e6359ba6907 --- /dev/null +++ b/pointerbench-pro/data/test/0480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7733077e68843a06be228265b669771b9c80dd02e0d9f234bc9c4d8ce847652e +size 361889 diff --git a/pointerbench-pro/data/test/0481.png b/pointerbench-pro/data/test/0481.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3404a2e0f9bde76dda4facfc45114ea8bf4d84 --- /dev/null +++ b/pointerbench-pro/data/test/0481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e26e2f2f3bfa1489b4a0ba7075d41eaef6f3e5c5cde1d110a3d68e7a8c9acd +size 560181 diff --git a/pointerbench-pro/data/test/0482.png b/pointerbench-pro/data/test/0482.png new file mode 100644 index 0000000000000000000000000000000000000000..5636924bcc4d2c4ed8278e3d4084de97cacb85c5 --- /dev/null +++ b/pointerbench-pro/data/test/0482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa63d6f0b32427b5c8cc49e388256bbee7002cd65ec1b923c462189944d9dd9 +size 390075 diff --git a/pointerbench-pro/data/test/0483.png b/pointerbench-pro/data/test/0483.png new file mode 100644 index 0000000000000000000000000000000000000000..34d444a622b5064d0815d208338efa2ff829f1e3 --- /dev/null +++ b/pointerbench-pro/data/test/0483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd927e8b96118a24f166bf00c37a450c18a8801ac0a40e27ca5605edacf4417 +size 631560 diff --git a/pointerbench-pro/data/test/0484.png b/pointerbench-pro/data/test/0484.png new file mode 100644 index 0000000000000000000000000000000000000000..3d78657005d873d5bd436a2f2d6c5cc94cdd742a --- /dev/null +++ b/pointerbench-pro/data/test/0484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f241be43d858094026656dc0a5a5052dcd5d273c5380deecdb67c7402bf447a6 +size 501957 diff --git a/pointerbench-pro/data/test/0485.png b/pointerbench-pro/data/test/0485.png new file mode 100644 index 0000000000000000000000000000000000000000..70bad7364ae1ec0bbd9660827c2e253ad4c28427 --- /dev/null +++ b/pointerbench-pro/data/test/0485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afaf417cad4f98f675770a413ef3a5030a183c3e0cfc0dc471f46cdce5102ab +size 441498 diff --git a/pointerbench-pro/data/test/0486.png b/pointerbench-pro/data/test/0486.png new file mode 100644 index 0000000000000000000000000000000000000000..4e69e3cf4c89914b3f8d99093f90ca13be8de6ec --- /dev/null +++ b/pointerbench-pro/data/test/0486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4411d3dacebed85ba22ca2976446220d417e00d826536015fe68821a0923731 +size 317633 diff --git a/pointerbench-pro/data/test/0487.png b/pointerbench-pro/data/test/0487.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3736dc3800aabc60d56b5b4a06b3aa14f9f144 --- /dev/null +++ b/pointerbench-pro/data/test/0487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bab6787383ac8343b9f6f8e7a36e341d5f7f0bb1e9e9288b5f0ec18cffbc64 +size 300454 diff --git a/pointerbench-pro/data/test/0488.png b/pointerbench-pro/data/test/0488.png new file mode 100644 index 0000000000000000000000000000000000000000..856bf2f593d71321dfc5dbaa8b6a7e5fffb88f77 --- /dev/null +++ b/pointerbench-pro/data/test/0488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940c7e153b86873ffafea682901dfdc950d23d4340d065841fe206614915caae +size 392226 diff --git a/pointerbench-pro/data/test/0489.png b/pointerbench-pro/data/test/0489.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c17f2b4c5681ce173c1f411e11aaa8da59a622 --- /dev/null +++ b/pointerbench-pro/data/test/0489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b938d07023322d8d3ce833d09dc2a33fc2022cb020d17b7f077fd0b619750f +size 627066 diff --git a/pointerbench-pro/data/test/0490.png b/pointerbench-pro/data/test/0490.png new file mode 100644 index 0000000000000000000000000000000000000000..a4d0b272161072b2f2afc9cd3ab2c1cd26d7f217 --- /dev/null +++ b/pointerbench-pro/data/test/0490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfca7f8d66751dbc450ee307b3e7bd64eeb2e70dd138fa307e1f6af161c4937a +size 221930 diff --git a/pointerbench-pro/data/test/0491.png b/pointerbench-pro/data/test/0491.png new file mode 100644 index 0000000000000000000000000000000000000000..e5fa2fca2c556030f75ff2e830db57d2f88e363a --- /dev/null +++ b/pointerbench-pro/data/test/0491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9552b00ae1d541bf0e68176beffd2156c188c578932bfe41ee71b1beb387d52 +size 329024 diff --git a/pointerbench-pro/data/test/0492.png b/pointerbench-pro/data/test/0492.png new file mode 100644 index 0000000000000000000000000000000000000000..ed08031b0feb9aff2be94c8a9b92bc3a599486b2 --- /dev/null +++ b/pointerbench-pro/data/test/0492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c12c625fe5ccef3bff281f024a6ac9bfa3f419bd3142a10803b3138081d3af +size 356006 diff --git a/pointerbench-pro/data/test/0493.png b/pointerbench-pro/data/test/0493.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa595a386f2e80a514c84df9f32489391539f88 --- /dev/null +++ b/pointerbench-pro/data/test/0493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a9a9ab40b259d9e095e4e091695c2e7eac994abf0e02fde35c1587bc9058d6 +size 443341 diff --git a/pointerbench-pro/data/test/0494.png b/pointerbench-pro/data/test/0494.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc361c8407b156921bfd1dab37e257c109092ba --- /dev/null +++ b/pointerbench-pro/data/test/0494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6ae13b12f65be4e9dca2a92025e8140e272734417760b8ff27090b1be58bb1 +size 571453 diff --git a/pointerbench-pro/data/test/0495.png b/pointerbench-pro/data/test/0495.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb370f21075aa773244014c7eaffedc838b9daf --- /dev/null +++ b/pointerbench-pro/data/test/0495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe367e892a02449cadb817476f9aba74b75d97152a8f6e3d7b975602bf4d4330 +size 259862 diff --git a/pointerbench-pro/data/test/0496.png b/pointerbench-pro/data/test/0496.png new file mode 100644 index 0000000000000000000000000000000000000000..7912e842269510cbe631ddd11a3d9f8d7c91e68c --- /dev/null +++ b/pointerbench-pro/data/test/0496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb1aaeebc97f9f0dd6725222abd999a66ee3d1fec4ac9781539948a39729e93 +size 392257 diff --git a/pointerbench-pro/data/test/0497.png b/pointerbench-pro/data/test/0497.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b9f5660a700a829ba7e6b8329ab3a7951b40fb --- /dev/null +++ b/pointerbench-pro/data/test/0497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de82fa470029d22e7013398ce227bd444fe2c900979fbe741867fb97a5e67a9e +size 428384 diff --git a/pointerbench-pro/data/test/0498.png b/pointerbench-pro/data/test/0498.png new file mode 100644 index 0000000000000000000000000000000000000000..8f1971fc9c0b20ecd8e8ea310901ff83b5684b65 --- /dev/null +++ b/pointerbench-pro/data/test/0498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cb1f2629f3010bfe660d4dcd868f8ca7d35e8f2c4fa0070aabcaa2672d6ff8 +size 365801 diff --git a/pointerbench-pro/data/test/0499.png b/pointerbench-pro/data/test/0499.png new file mode 100644 index 0000000000000000000000000000000000000000..a4a0fdc411a6f089546e1f8da2b764cce73ce20f --- /dev/null +++ b/pointerbench-pro/data/test/0499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cffbebee991016e250b81d6304e6b82189c284089e703837d989b5c5f3bbd5 +size 449826 diff --git a/pointerbench-pro/data/test/metadata.jsonl b/pointerbench-pro/data/test/metadata.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..61db2385ea98e29db88bf7a8be91f7f783743f4d --- /dev/null +++ b/pointerbench-pro/data/test/metadata.jsonl @@ -0,0 +1,500 @@ +{"file_name": "0000.png", "id": "pbp_0000", "instruction": "Select the red-coat clip.", "bbox": [622, 517, 676, 560], "point": [649, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [622, 517, 676, 560]}, "data_type": "other", "element_type": "other", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_premiere_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0001.png", "id": "pbp_0001", "instruction": "Zoom out.", "bbox": [811, 654, 837, 674], "point": [824, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [811, 654, 837, 674]}, "data_type": "other", "element_type": "other", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_09_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0002.png", "id": "pbp_0002", "instruction": "Set parameters.", "bbox": [242, 455, 353, 473], "point": [297, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [242, 455, 353, 473]}, "data_type": "text", "element_type": "text", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0003.png", "id": "pbp_0003", "instruction": "Preview the brochure.", "bbox": [819, 78, 919, 115], "point": [869, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [819, 78, 919, 115]}, "data_type": "other", "element_type": "other", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "dreamed_gui_1000_canva_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0004.png", "id": "pbp_0004", "instruction": "Open Invoices folder.", "bbox": [64, 290, 254, 313], "point": [159, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 290, 254, 313]}, "data_type": "text", "element_type": "text", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "dreamed_gui_1000_thunderbird_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0005.png", "id": "pbp_0005", "instruction": "Find a packet.", "bbox": [194, 47, 214, 70], "point": [204, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [194, 47, 214, 70]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0006.png", "id": "pbp_0006", "instruction": "Add a chat channel.", "bbox": [225, 193, 241, 210], "point": [233, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 193, 241, 210]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_09_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0007.png", "id": "pbp_0007", "instruction": "Adjust scale snap.", "bbox": [659, 88, 687, 105], "point": [673, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [659, 88, 687, 105]}, "data_type": "other", "element_type": "other", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unreal_engine_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0008.png", "id": "pbp_0008", "instruction": "Change the page size.", "bbox": [800, 354, 909, 379], "point": [854, 366], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [800, 354, 909, 379]}, "data_type": "other", "element_type": "other", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0009.png", "id": "pbp_0009", "instruction": "Open favorite symbols.", "bbox": [283, 191, 299, 205], "point": [291, 198], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [283, 191, 299, 205]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_06_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0010.png", "id": "pbp_0010", "instruction": "Change the color setting.", "bbox": [816, 167, 835, 186], "point": [825, 176], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 167, 835, 186]}, "data_type": "text", "element_type": "text", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0011.png", "id": "pbp_0011", "instruction": "Filter by personal item.", "bbox": [32, 452, 52, 471], "point": [42, 461], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 452, 52, 471]}, "data_type": "other", "element_type": "other", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airline_booking_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0012.png", "id": "pbp_0012", "instruction": "Open model layout options.", "bbox": [427, 48, 451, 73], "point": [439, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 48, 451, 73]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0013.png", "id": "pbp_0013", "instruction": "Open Ubuntu 22.04.3 LTS.", "bbox": [1, 179, 156, 210], "point": [78, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1, 179, 156, 210]}, "data_type": "other", "element_type": "other", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vmware_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0014.png", "id": "pbp_0014", "instruction": "Increase the right temperature.", "bbox": [854, 593, 1009, 664], "point": [931, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 593, 1009, 664]}, "data_type": "other", "element_type": "other", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "dreamed_gui_1000_car_infotainment_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0015.png", "id": "pbp_0015", "instruction": "Open the editor version information.", "bbox": [755, 695, 768, 708], "point": [761, 701], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [755, 695, 768, 708]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0016.png", "id": "pbp_0016", "instruction": "Save trial_results as a new file.", "bbox": [732, 304, 840, 329], "point": [786, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 304, 840, 329]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0017.png", "id": "pbp_0017", "instruction": "Select the Revolute1 track.", "bbox": [2, 641, 158, 668], "point": [80, 654], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 641, 158, 668]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0018.png", "id": "pbp_0018", "instruction": "Rotate selected objects.", "bbox": [273, 58, 292, 76], "point": [282, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [273, 58, 292, 76]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0019.png", "id": "pbp_0019", "instruction": "Set the dropdown to Aluminum - Anodized Black.", "bbox": [871, 477, 1010, 500], "point": [940, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [871, 477, 1010, 500]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0020.png", "id": "pbp_0020", "instruction": "Open Preferences.", "bbox": [745, 45, 809, 69], "point": [777, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 45, 809, 69]}, "data_type": "text", "element_type": "text", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0021.png", "id": "pbp_0021", "instruction": "Open Fixtures Advisor.", "bbox": [90, 40, 140, 118], "point": [115, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [90, 40, 140, 118]}, "data_type": "other", "element_type": "other", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_solidworks_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0022.png", "id": "pbp_0022", "instruction": "Rename the orders collection.", "bbox": [220, 454, 336, 484], "point": [278, 469], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 454, 336, 484]}, "data_type": "text", "element_type": "text", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_mongodb_compass_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0023.png", "id": "pbp_0023", "instruction": "Open the playlist publisher page.", "bbox": [222, 97, 246, 124], "point": [234, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 97, 246, 124]}, "data_type": "icon", "element_type": "icon", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_spotify_10_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0024.png", "id": "pbp_0024", "instruction": "Open audio settings.", "bbox": [123, 243, 150, 269], "point": [136, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 243, 150, 269]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0025.png", "id": "pbp_0025", "instruction": "Open the graph File menu.", "bbox": [403, 424, 434, 441], "point": [418, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [403, 424, 434, 441]}, "data_type": "other", "element_type": "other", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_04_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0026.png", "id": "pbp_0026", "instruction": "Expand Research.", "bbox": [296, 208, 313, 225], "point": [304, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 208, 313, 225]}, "data_type": "text", "element_type": "text", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_notion_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0027.png", "id": "pbp_0027", "instruction": "Undo the last change.", "bbox": [51, 7, 82, 29], "point": [66, 18], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 7, 82, 29]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "images_powerpoint_02_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0028.png", "id": "pbp_0028", "instruction": "Close the browser window.", "bbox": [997, 2, 1023, 24], "point": [1010, 13], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [997, 2, 1023, 24]}, "data_type": "icon", "element_type": "icon", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_netflix_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0029.png", "id": "pbp_0029", "instruction": "React with thumbs up to Daniela's message.", "bbox": [960, 335, 986, 358], "point": [973, 346], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [960, 335, 986, 358]}, "data_type": "other", "element_type": "other", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_teams_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0030.png", "id": "pbp_0030", "instruction": "Show the browser sidebar.", "bbox": [74, 137, 94, 157], "point": [84, 147], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [74, 137, 94, 157]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_07_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0031.png", "id": "pbp_0031", "instruction": "Sample an existing color or appearance.", "bbox": [2, 309, 23, 335], "point": [12, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 309, 23, 335]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "images_illustrator_05_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0032.png", "id": "pbp_0032", "instruction": "Toggle input channels.", "bbox": [364, 226, 383, 247], "point": [373, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 226, 383, 247]}, "data_type": "other", "element_type": "other", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_reaper_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0033.png", "id": "pbp_0033", "instruction": "Edit Product view step.", "bbox": [266, 431, 392, 459], "point": [329, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 431, 392, 459]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0034.png", "id": "pbp_0034", "instruction": "Edit the red curve.", "bbox": [708, 527, 722, 540], "point": [715, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [708, 527, 722, 540]}, "data_type": "icon", "element_type": "icon", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_davinci_resolve_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0035.png", "id": "pbp_0035", "instruction": "Pause the running process.", "bbox": [866, 51, 885, 69], "point": [875, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [866, 51, 885, 69]}, "data_type": "icon", "element_type": "icon", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "images_intellij_idea_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0036.png", "id": "pbp_0036", "instruction": "Move the object to the current view.", "bbox": [165, 388, 313, 409], "point": [239, 398], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [165, 388, 313, 409]}, "data_type": "text", "element_type": "text", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unity_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0037.png", "id": "pbp_0037", "instruction": "Open Grid view.", "bbox": [8, 283, 181, 311], "point": [94, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 283, 181, 311]}, "data_type": "text", "element_type": "text", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0038.png", "id": "pbp_0038", "instruction": "Jump to the start.", "bbox": [107, 61, 155, 109], "point": [131, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 61, 155, 109]}, "data_type": "icon", "element_type": "icon", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "images_audacity_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0039.png", "id": "pbp_0039", "instruction": "Redo the last undone action.", "bbox": [191, 51, 220, 80], "point": [205, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [191, 51, 220, 80]}, "data_type": "icon", "element_type": "icon", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "images_inkscape_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0040.png", "id": "pbp_0040", "instruction": "Edit search.", "bbox": [586, 176, 660, 198], "point": [623, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 176, 660, 198]}, "data_type": "other", "element_type": "other", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airline_booking_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0041.png", "id": "pbp_0041", "instruction": "Change the aspect ratio option.", "bbox": [2, 428, 105, 453], "point": [53, 440], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 428, 105, 453]}, "data_type": "text", "element_type": "text", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0042.png", "id": "pbp_0042", "instruction": "Open Oscar Molina.", "bbox": [201, 176, 520, 239], "point": [360, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [201, 176, 520, 239]}, "data_type": "text", "element_type": "text", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0043.png", "id": "pbp_0043", "instruction": "Select grid A.", "bbox": [944, 454, 984, 493], "point": [964, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [944, 454, 984, 493]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0044.png", "id": "pbp_0044", "instruction": "Select Scene 2 from the list.", "bbox": [805, 445, 995, 489], "point": [900, 467], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [805, 445, 995, 489]}, "data_type": "other", "element_type": "other", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0045.png", "id": "pbp_0045", "instruction": "Open more actions for that video.", "bbox": [1000, 513, 1015, 543], "point": [1007, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1000, 513, 1015, 543]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_07_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0046.png", "id": "pbp_0046", "instruction": "Collapse the Histogram panel.", "bbox": [1012, 73, 1024, 89], "point": [1018, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1012, 73, 1024, 89]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "images_lightroom_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0047.png", "id": "pbp_0047", "instruction": "Switch to Home.", "bbox": [44, 84, 96, 113], "point": [70, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [44, 84, 96, 113]}, "data_type": "text", "element_type": "text", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_word_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0048.png", "id": "pbp_0048", "instruction": "Choose the first green material swatch.", "bbox": [776, 373, 806, 403], "point": [791, 388], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [776, 373, 806, 403]}, "data_type": "other", "element_type": "other", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0049.png", "id": "pbp_0049", "instruction": "Add text.", "bbox": [26, 84, 47, 106], "point": [36, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [26, 84, 47, 106]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_01_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0050.png", "id": "pbp_0050", "instruction": "Pin the Properties panel.", "bbox": [990, 378, 1007, 395], "point": [998, 386], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [990, 378, 1007, 395]}, "data_type": "icon", "element_type": "icon", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_stata_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0051.png", "id": "pbp_0051", "instruction": "Enable regular expression filtering.", "bbox": [782, 536, 801, 554], "point": [791, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [782, 536, 801, 554]}, "data_type": "icon", "element_type": "icon", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_android_studio_03_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0052.png", "id": "pbp_0052", "instruction": "Show the file inspector.", "bbox": [895, 69, 917, 93], "point": [906, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [895, 69, 917, 93]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_05_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0053.png", "id": "pbp_0053", "instruction": "Edit comment color.", "bbox": [576, 348, 603, 362], "point": [589, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 348, 603, 362]}, "data_type": "other", "element_type": "other", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_matlab_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0054.png", "id": "pbp_0054", "instruction": "Change the blending mode.", "bbox": [752, 461, 867, 486], "point": [809, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [752, 461, 867, 486]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0055.png", "id": "pbp_0055", "instruction": "Switch to a different property.", "bbox": [263, 126, 283, 147], "point": [273, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 126, 283, 147]}, "data_type": "icon", "element_type": "icon", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "images_google_analytics_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0056.png", "id": "pbp_0056", "instruction": "Open the symbols navigator.", "bbox": [35, 50, 52, 66], "point": [43, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 50, 52, 66]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_10_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0057.png", "id": "pbp_0057", "instruction": "Close the current tab.", "bbox": [176, 29, 201, 54], "point": [188, 41], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 29, 201, 54]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0058.png", "id": "pbp_0058", "instruction": "Print the current project.", "bbox": [18, 60, 34, 76], "point": [26, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [18, 60, 34, 76]}, "data_type": "icon", "element_type": "icon", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "images_reaper_01_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0059.png", "id": "pbp_0059", "instruction": "Select the Background layer.", "bbox": [720, 362, 968, 381], "point": [844, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [720, 362, 968, 381]}, "data_type": "text", "element_type": "text", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_10_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0060.png", "id": "pbp_0060", "instruction": "Open a new drawing tab.", "bbox": [241, 183, 262, 207], "point": [251, 195], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 183, 262, 207]}, "data_type": "other", "element_type": "other", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_autocad_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0061.png", "id": "pbp_0061", "instruction": "Paint with a brush.", "bbox": [2, 102, 24, 127], "point": [13, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 102, 24, 127]}, "data_type": "icon", "element_type": "icon", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "images_gimp_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0062.png", "id": "pbp_0062", "instruction": "Open Battery details.", "bbox": [862, 441, 928, 532], "point": [895, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [862, 441, 928, 532]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0063.png", "id": "pbp_0063", "instruction": "Open the user account menu.", "bbox": [982, 74, 1008, 99], "point": [995, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [982, 74, 1008, 99]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0064.png", "id": "pbp_0064", "instruction": "Show actions for Checkout 2.4.", "bbox": [945, 340, 981, 369], "point": [963, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [945, 340, 981, 369]}, "data_type": "other", "element_type": "other", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_jira_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0065.png", "id": "pbp_0065", "instruction": "Delete the selected item.", "bbox": [430, 180, 456, 206], "point": [443, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [430, 180, 456, 206]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0066.png", "id": "pbp_0066", "instruction": "View events from the update notification.", "bbox": [893, 673, 983, 696], "point": [938, 684], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [893, 673, 983, 696]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0067.png", "id": "pbp_0067", "instruction": "Fit the preview to the player frame.", "bbox": [725, 400, 746, 422], "point": [735, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [725, 400, 746, 422]}, "data_type": "icon", "element_type": "icon", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "images_capcut_06_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0068.png", "id": "pbp_0068", "instruction": "Open the 2025-05-18 Orchid Shoot folder.", "bbox": [1, 472, 211, 488], "point": [106, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1, 472, 211, 488]}, "data_type": "text", "element_type": "text", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_lightroom_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0069.png", "id": "pbp_0069", "instruction": "Go to Name step.", "bbox": [376, 227, 400, 249], "point": [388, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 227, 400, 249]}, "data_type": "text", "element_type": "text", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_slack_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0070.png", "id": "pbp_0070", "instruction": "Use an existing contact instead.", "bbox": [461, 453, 477, 469], "point": [469, 461], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [461, 453, 477, 469]}, "data_type": "other", "element_type": "other", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_salesforce_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0071.png", "id": "pbp_0071", "instruction": "Select the right radio button option.", "bbox": [601, 408, 690, 436], "point": [645, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [601, 408, 690, 436]}, "data_type": "text", "element_type": "text", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "dreamed_gui_1000_sap_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0072.png", "id": "pbp_0072", "instruction": "Toggle the holiday calendar visibility.", "bbox": [942, 407, 956, 421], "point": [949, 414], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 407, 956, 421]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0073.png", "id": "pbp_0073", "instruction": "Open the account menu.", "bbox": [854, 93, 870, 110], "point": [862, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 93, 870, 110]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_09_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0074.png", "id": "pbp_0074", "instruction": "Open Gradle settings.", "bbox": [269, 352, 764, 381], "point": [516, 366], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [269, 352, 764, 381]}, "data_type": "other", "element_type": "other", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_intellij_idea_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0075.png", "id": "pbp_0075", "instruction": "Open Variables preferences.", "bbox": [325, 228, 416, 253], "point": [370, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [325, 228, 416, 253]}, "data_type": "text", "element_type": "text", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0076.png", "id": "pbp_0076", "instruction": "Open help for this dialog.", "bbox": [656, 159, 675, 177], "point": [665, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 159, 675, 177]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "images_powerpoint_06_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0077.png", "id": "pbp_0077", "instruction": "Insert a chart.", "bbox": [590, 138, 610, 158], "point": [600, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [590, 138, 610, 158]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_08_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0078.png", "id": "pbp_0078", "instruction": "Pause playback.", "bbox": [491, 663, 521, 692], "point": [506, 677], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 663, 521, 692]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0079.png", "id": "pbp_0079", "instruction": "Open Sent Items from Favorites.", "bbox": [81, 207, 223, 232], "point": [152, 219], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [81, 207, 223, 232]}, "data_type": "text", "element_type": "text", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0080.png", "id": "pbp_0080", "instruction": "Sort by Download.", "bbox": [630, 380, 736, 407], "point": [683, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 380, 736, 407]}, "data_type": "text", "element_type": "text", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "dreamed_gui_1000_linux_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0081.png", "id": "pbp_0081", "instruction": "Open the external loads folder.", "bbox": [13, 486, 31, 504], "point": [22, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [13, 486, 31, 504]}, "data_type": "icon", "element_type": "icon", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_solidworks_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0082.png", "id": "pbp_0082", "instruction": "Enter 3.", "bbox": [645, 340, 705, 407], "point": [675, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [645, 340, 705, 407]}, "data_type": "other", "element_type": "other", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0083.png", "id": "pbp_0083", "instruction": "Open help.", "bbox": [932, 81, 959, 106], "point": [945, 93], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [932, 81, 959, 106]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0084.png", "id": "pbp_0084", "instruction": "Pin the preview.", "bbox": [618, 131, 634, 149], "point": [626, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [618, 131, 634, 149]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0085.png", "id": "pbp_0085", "instruction": "Edit the search query.", "bbox": [291, 130, 794, 321], "point": [542, 225], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 130, 794, 321]}, "data_type": "text", "element_type": "text", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0086.png", "id": "pbp_0086", "instruction": "Open settings.", "bbox": [807, 39, 830, 62], "point": [818, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [807, 39, 830, 62]}, "data_type": "icon", "element_type": "icon", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_postman_07_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0087.png", "id": "pbp_0087", "instruction": "Switch to jazzfest_poster.ai.", "bbox": [78, 70, 308, 96], "point": [193, 83], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 70, 308, 96]}, "data_type": "text", "element_type": "text", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_02_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0088.png", "id": "pbp_0088", "instruction": "Go to the Chess.com home page.", "bbox": [5, 91, 25, 126], "point": [15, 108], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [5, 91, 25, 126]}, "data_type": "icon", "element_type": "icon", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_chess_com_09_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0089.png", "id": "pbp_0089", "instruction": "Keep balanced compilation selected.", "bbox": [406, 268, 428, 284], "point": [417, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [406, 268, 428, 284]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0090.png", "id": "pbp_0090", "instruction": "Adjust screen brightness.", "bbox": [597, 395, 625, 423], "point": [611, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 395, 625, 423]}, "data_type": "icon", "element_type": "icon", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "images_ios_settings_04_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0091.png", "id": "pbp_0091", "instruction": "Add a programming file.", "bbox": [236, 398, 323, 422], "point": [279, 410], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [236, 398, 323, 422]}, "data_type": "text", "element_type": "text", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_quartus_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0092.png", "id": "pbp_0092", "instruction": "Open the Package field options.", "bbox": [338, 212, 469, 245], "point": [403, 228], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 212, 469, 245]}, "data_type": "other", "element_type": "other", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0093.png", "id": "pbp_0093", "instruction": "Close the Changelog tab.", "bbox": [349, 33, 373, 56], "point": [361, 44], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 33, 373, 56]}, "data_type": "icon", "element_type": "icon", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "images_obsidian_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0094.png", "id": "pbp_0094", "instruction": "Play the sequence.", "bbox": [731, 397, 748, 415], "point": [739, 406], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 397, 748, 415]}, "data_type": "other", "element_type": "other", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_premiere_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0095.png", "id": "pbp_0095", "instruction": "Create a container.", "bbox": [844, 91, 920, 116], "point": [882, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 91, 920, 116]}, "data_type": "text", "element_type": "text", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0096.png", "id": "pbp_0096", "instruction": "Review security alerts.", "bbox": [608, 167, 627, 187], "point": [617, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [608, 167, 627, 187]}, "data_type": "icon", "element_type": "icon", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_github_web_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0097.png", "id": "pbp_0097", "instruction": "Play the level.", "bbox": [247, 46, 266, 66], "point": [256, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 46, 266, 66]}, "data_type": "other", "element_type": "other", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unreal_engine_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0098.png", "id": "pbp_0098", "instruction": "Show file properties.", "bbox": [338, 584, 587, 623], "point": [462, 603], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 584, 587, 623]}, "data_type": "other", "element_type": "other", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "dreamed_gui_1000_linux_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0099.png", "id": "pbp_0099", "instruction": "Search your game list.", "bbox": [16, 157, 39, 180], "point": [27, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 157, 39, 180]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_07_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0100.png", "id": "pbp_0100", "instruction": "Place an aligned dimension.", "bbox": [3, 58, 33, 89], "point": [18, 73], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 58, 33, 89]}, "data_type": "icon", "element_type": "icon", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "images_revit_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0101.png", "id": "pbp_0101", "instruction": "Go to the home location.", "bbox": [212, 359, 233, 378], "point": [222, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 359, 233, 378]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_03_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0102.png", "id": "pbp_0102", "instruction": "Start at Board center.", "bbox": [861, 417, 875, 431], "point": [868, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [861, 417, 875, 431]}, "data_type": "other", "element_type": "other", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_miro_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0103.png", "id": "pbp_0103", "instruction": "Power on the VM.", "bbox": [379, 71, 438, 127], "point": [408, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 71, 438, 127]}, "data_type": "other", "element_type": "other", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vmware_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0104.png", "id": "pbp_0104", "instruction": "Open Program options.", "bbox": [49, 111, 233, 132], "point": [141, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [49, 111, 233, 132]}, "data_type": "other", "element_type": "other", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0105.png", "id": "pbp_0105", "instruction": "Filter layers by name.", "bbox": [935, 435, 1023, 456], "point": [979, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [935, 435, 1023, 456]}, "data_type": "text", "element_type": "text", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0106.png", "id": "pbp_0106", "instruction": "Report this message as junk or phishing.", "bbox": [271, 83, 289, 103], "point": [280, 93], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [271, 83, 289, 103]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "images_outlook_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0107.png", "id": "pbp_0107", "instruction": "Edit the minimum level.", "bbox": [753, 288, 789, 309], "point": [771, 298], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [753, 288, 789, 309]}, "data_type": "other", "element_type": "other", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0108.png", "id": "pbp_0108", "instruction": "Open more audio output options.", "bbox": [1012, 566, 1023, 589], "point": [1017, 577], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1012, 566, 1023, 589]}, "data_type": "icon", "element_type": "icon", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "images_windows_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0109.png", "id": "pbp_0109", "instruction": "Go to Payments.", "bbox": [417, 97, 516, 141], "point": [466, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [417, 97, 516, 141]}, "data_type": "text", "element_type": "text", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0110.png", "id": "pbp_0110", "instruction": "Open the Gym standing order.", "bbox": [236, 349, 317, 380], "point": [276, 364], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [236, 349, 317, 380]}, "data_type": "text", "element_type": "text", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0111.png", "id": "pbp_0111", "instruction": "Use Dissolve mode.", "bbox": [50, 315, 134, 334], "point": [92, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 315, 134, 334]}, "data_type": "text", "element_type": "text", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0112.png", "id": "pbp_0112", "instruction": "Manage startup apps.", "bbox": [123, 309, 286, 343], "point": [204, 326], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 309, 286, 343]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_09_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0113.png", "id": "pbp_0113", "instruction": "Select the Stairs tag.", "bbox": [788, 459, 1007, 481], "point": [897, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [788, 459, 1007, 481]}, "data_type": "text", "element_type": "text", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0114.png", "id": "pbp_0114", "instruction": "Show the description.", "bbox": [230, 384, 294, 403], "point": [262, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 384, 294, 403]}, "data_type": "text", "element_type": "text", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_linear_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0115.png", "id": "pbp_0115", "instruction": "Open the XML stepGoal result.", "bbox": [299, 385, 666, 404], "point": [482, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [299, 385, 666, 404]}, "data_type": "other", "element_type": "other", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_android_studio_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0116.png", "id": "pbp_0116", "instruction": "Close the terminal window.", "bbox": [849, 104, 880, 134], "point": [864, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [849, 104, 880, 134]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0117.png", "id": "pbp_0117", "instruction": "Change the data source.", "bbox": [38, 650, 234, 675], "point": [136, 662], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 650, 234, 675]}, "data_type": "text", "element_type": "text", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0118.png", "id": "pbp_0118", "instruction": "Detach the instance.", "bbox": [430, 388, 570, 414], "point": [500, 401], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [430, 388, 570, 414]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0119.png", "id": "pbp_0119", "instruction": "Activate panning.", "bbox": [727, 54, 743, 71], "point": [735, 62], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [727, 54, 743, 71]}, "data_type": "icon", "element_type": "icon", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_davinci_resolve_10_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0120.png", "id": "pbp_0120", "instruction": "View notifications.", "bbox": [939, 53, 963, 77], "point": [951, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 53, 963, 77]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "images_acrobat_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0121.png", "id": "pbp_0121", "instruction": "View documents.", "bbox": [203, 128, 301, 164], "point": [252, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [203, 128, 301, 164]}, "data_type": "text", "element_type": "text", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_mongodb_compass_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0122.png", "id": "pbp_0122", "instruction": "Open Quarterly Results.", "bbox": [241, 284, 516, 355], "point": [378, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 284, 516, 355]}, "data_type": "text", "element_type": "text", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0123.png", "id": "pbp_0123", "instruction": "Enter a command.", "bbox": [179, 669, 801, 701], "point": [490, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [179, 669, 801, 701]}, "data_type": "text", "element_type": "text", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0124.png", "id": "pbp_0124", "instruction": "Close the Sources panel.", "bbox": [355, 80, 381, 98], "point": [368, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [355, 80, 381, 98]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_04_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0125.png", "id": "pbp_0125", "instruction": "Change the preview device.", "bbox": [563, 105, 612, 124], "point": [587, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [563, 105, 612, 124]}, "data_type": "other", "element_type": "other", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_android_studio_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0126.png", "id": "pbp_0126", "instruction": "Open projects.", "bbox": [521, 146, 604, 180], "point": [562, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [521, 146, 604, 180]}, "data_type": "other", "element_type": "other", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_09_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0127.png", "id": "pbp_0127", "instruction": "Show cards by state.", "bbox": [25, 171, 44, 190], "point": [34, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [25, 171, 44, 190]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0128.png", "id": "pbp_0128", "instruction": "Add a project.", "bbox": [199, 275, 225, 298], "point": [212, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [199, 275, 225, 298]}, "data_type": "other", "element_type": "other", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0129.png", "id": "pbp_0129", "instruction": "Change to pattern 32.", "bbox": [381, 24, 405, 53], "point": [393, 38], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [381, 24, 405, 53]}, "data_type": "other", "element_type": "other", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0130.png", "id": "pbp_0130", "instruction": "Show more like this.", "bbox": [286, 341, 369, 368], "point": [327, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [286, 341, 369, 368]}, "data_type": "text", "element_type": "text", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_netflix_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0131.png", "id": "pbp_0131", "instruction": "Open the renderer selection menu.", "bbox": [1004, 46, 1016, 58], "point": [1010, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1004, 46, 1016, 58]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_09_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0132.png", "id": "pbp_0132", "instruction": "Open the server menu.", "bbox": [229, 31, 255, 51], "point": [242, 41], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 31, 255, 51]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_03_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0133.png", "id": "pbp_0133", "instruction": "Change scope to another subscription.", "bbox": [352, 208, 454, 232], "point": [403, 220], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [352, 208, 454, 232]}, "data_type": "text", "element_type": "text", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0134.png", "id": "pbp_0134", "instruction": "Power off the virtual machine.", "bbox": [342, 76, 372, 103], "point": [357, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 76, 372, 103]}, "data_type": "icon", "element_type": "icon", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vmware_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0135.png", "id": "pbp_0135", "instruction": "Sign out of the account.", "bbox": [28, 615, 53, 641], "point": [40, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [28, 615, 53, 641]}, "data_type": "icon", "element_type": "icon", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_banking_app_04_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0136.png", "id": "pbp_0136", "instruction": "Reveal options for the first percussion loop clip.", "bbox": [341, 92, 355, 106], "point": [348, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 92, 355, 106]}, "data_type": "icon", "element_type": "icon", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_ableton_10_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0137.png", "id": "pbp_0137", "instruction": "Open help for this dialog.", "bbox": [731, 202, 753, 222], "point": [742, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 202, 753, 222]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0138.png", "id": "pbp_0138", "instruction": "Insert a new cell.", "bbox": [2, 135, 27, 154], "point": [14, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 135, 27, 154]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0139.png", "id": "pbp_0139", "instruction": "Sort the issues.", "bbox": [846, 111, 877, 141], "point": [861, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [846, 111, 877, 141]}, "data_type": "other", "element_type": "other", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_linear_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0140.png", "id": "pbp_0140", "instruction": "Save the current work.", "bbox": [82, 69, 104, 90], "point": [93, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [82, 69, 104, 90]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0141.png", "id": "pbp_0141", "instruction": "Set the starting slide number.", "bbox": [577, 235, 613, 257], "point": [595, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [577, 235, 613, 257]}, "data_type": "other", "element_type": "other", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_powerpoint_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0142.png", "id": "pbp_0142", "instruction": "Enable Marketing Offers.", "bbox": [254, 457, 710, 519], "point": [482, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [254, 457, 710, 519]}, "data_type": "other", "element_type": "other", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airline_booking_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0143.png", "id": "pbp_0143", "instruction": "Open the account profile menu.", "bbox": [948, 81, 978, 113], "point": [963, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 81, 978, 113]}, "data_type": "icon", "element_type": "icon", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_netflix_07_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0144.png", "id": "pbp_0144", "instruction": "Save the workbook.", "bbox": [177, 41, 196, 61], "point": [186, 51], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 41, 196, 61]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_excel_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0145.png", "id": "pbp_0145", "instruction": "Close the current tab.", "bbox": [159, 36, 182, 55], "point": [170, 45], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [159, 36, 182, 55]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_08_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0146.png", "id": "pbp_0146", "instruction": "Create a deck.", "bbox": [473, 575, 557, 605], "point": [515, 590], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [473, 575, 557, 605]}, "data_type": "text", "element_type": "text", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "dreamed_gui_1000_anki_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0147.png", "id": "pbp_0147", "instruction": "Go to Set your budget.", "bbox": [220, 214, 300, 234], "point": [260, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 214, 300, 234]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0148.png", "id": "pbp_0148", "instruction": "View 1M 1h.", "bbox": [652, 173, 724, 197], "point": [688, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [652, 173, 724, 197]}, "data_type": "text", "element_type": "text", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0149.png", "id": "pbp_0149", "instruction": "Change Tom Okafor's role.", "bbox": [583, 420, 636, 444], "point": [609, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [583, 420, 636, 444]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0150.png", "id": "pbp_0150", "instruction": "Select Level 2.", "bbox": [643, 399, 723, 441], "point": [683, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [643, 399, 723, 441]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_07_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0151.png", "id": "pbp_0151", "instruction": "Close this tab.", "bbox": [221, 9, 243, 30], "point": [232, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [221, 9, 243, 30]}, "data_type": "text", "element_type": "text", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_chess_com_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0152.png", "id": "pbp_0152", "instruction": "Open more actions for the wordmark logo file.", "bbox": [824, 394, 849, 415], "point": [836, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [824, 394, 849, 415]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0153.png", "id": "pbp_0153", "instruction": "Show the move list view.", "bbox": [683, 646, 707, 670], "point": [695, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [683, 646, 707, 670]}, "data_type": "icon", "element_type": "icon", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_chess_com_07_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0154.png", "id": "pbp_0154", "instruction": "Open dashboard settings.", "bbox": [834, 94, 857, 118], "point": [845, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 94, 857, 118]}, "data_type": "icon", "element_type": "icon", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "images_grafana_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0155.png", "id": "pbp_0155", "instruction": "Switch to Scene 4.", "bbox": [285, 88, 348, 114], "point": [316, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 88, 348, 114]}, "data_type": "text", "element_type": "text", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0156.png", "id": "pbp_0156", "instruction": "Change zoom level.", "bbox": [531, 81, 600, 110], "point": [565, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [531, 81, 600, 110]}, "data_type": "other", "element_type": "other", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0157.png", "id": "pbp_0157", "instruction": "Collapse the Cost Management section.", "bbox": [10, 361, 25, 376], "point": [17, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [10, 361, 25, 376]}, "data_type": "icon", "element_type": "icon", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "images_aws_console_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0158.png", "id": "pbp_0158", "instruction": "Open the window layout tool.", "bbox": [320, 56, 339, 75], "point": [329, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 56, 339, 75]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_10_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0159.png", "id": "pbp_0159", "instruction": "Switch to the Android export preset.", "bbox": [235, 265, 375, 288], "point": [305, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [235, 265, 375, 288]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0160.png", "id": "pbp_0160", "instruction": "Select Room 1.", "bbox": [278, 286, 298, 305], "point": [288, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 286, 298, 305]}, "data_type": "text", "element_type": "text", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_zoom_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0161.png", "id": "pbp_0161", "instruction": "Collapse the src folder.", "bbox": [16, 221, 29, 234], "point": [22, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 221, 29, 234]}, "data_type": "icon", "element_type": "icon", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "images_sublime_text_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0162.png", "id": "pbp_0162", "instruction": "Open package.json.", "bbox": [2, 501, 175, 520], "point": [88, 510], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 501, 175, 520]}, "data_type": "other", "element_type": "other", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_sublime_text_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0163.png", "id": "pbp_0163", "instruction": "Select the data variable in the workspace.", "bbox": [688, 248, 703, 264], "point": [695, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [688, 248, 703, 264]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_03_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0164.png", "id": "pbp_0164", "instruction": "Check whether the home directory partial backup is available.", "bbox": [310, 505, 366, 528], "point": [338, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 505, 366, 528]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0165.png", "id": "pbp_0165", "instruction": "Adjust Exposure.", "bbox": [277, 109, 439, 132], "point": [358, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [277, 109, 439, 132]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0166.png", "id": "pbp_0166", "instruction": "Start a new motion study.", "bbox": [587, 50, 623, 90], "point": [605, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [587, 50, 623, 90]}, "data_type": "icon", "element_type": "icon", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_solidworks_03_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0167.png", "id": "pbp_0167", "instruction": "Switch to scraper.py.", "bbox": [330, 83, 435, 114], "point": [382, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [330, 83, 435, 114]}, "data_type": "other", "element_type": "other", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0168.png", "id": "pbp_0168", "instruction": "View spending trends.", "bbox": [540, 491, 684, 516], "point": [612, 503], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [540, 491, 684, 516]}, "data_type": "other", "element_type": "other", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0169.png", "id": "pbp_0169", "instruction": "Open a new drawing tab.", "bbox": [174, 145, 201, 171], "point": [187, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 145, 201, 171]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_06_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0170.png", "id": "pbp_0170", "instruction": "Open environments.", "bbox": [31, 157, 48, 173], "point": [39, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 157, 48, 173]}, "data_type": "icon", "element_type": "icon", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_postman_06_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0171.png", "id": "pbp_0171", "instruction": "Add a source item.", "bbox": [278, 104, 298, 123], "point": [288, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 104, 298, 123]}, "data_type": "other", "element_type": "other", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_vivado_04_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0172.png", "id": "pbp_0172", "instruction": "Open the scene selector.", "bbox": [875, 28, 893, 43], "point": [884, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [875, 28, 893, 43]}, "data_type": "icon", "element_type": "icon", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "images_blender_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0173.png", "id": "pbp_0173", "instruction": "Add a tab.", "bbox": [586, 55, 608, 78], "point": [597, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 55, 608, 78]}, "data_type": "other", "element_type": "other", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_teams_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0174.png", "id": "pbp_0174", "instruction": "Edit Bin Start.", "bbox": [619, 515, 712, 532], "point": [665, 523], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [619, 515, 712, 532]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0175.png", "id": "pbp_0175", "instruction": "View volumes.", "bbox": [16, 167, 43, 195], "point": [29, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 167, 43, 195]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_10_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0176.png", "id": "pbp_0176", "instruction": "Create advanced automation.", "bbox": [2, 607, 200, 642], "point": [101, 624], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 607, 200, 642]}, "data_type": "text", "element_type": "text", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0177.png", "id": "pbp_0177", "instruction": "Open the quick help or feedback panel.", "bbox": [901, 104, 920, 123], "point": [910, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [901, 104, 920, 123]}, "data_type": "icon", "element_type": "icon", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "images_jira_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0178.png", "id": "pbp_0178", "instruction": "Apply Gaussian Blur.", "bbox": [576, 546, 661, 577], "point": [618, 561], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 546, 661, 577]}, "data_type": "text", "element_type": "text", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0179.png", "id": "pbp_0179", "instruction": "Switch to the customers tab.", "bbox": [551, 87, 645, 112], "point": [598, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 87, 645, 112]}, "data_type": "text", "element_type": "text", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0180.png", "id": "pbp_0180", "instruction": "Select the YZ Plane.", "bbox": [8, 268, 111, 288], "point": [59, 278], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 268, 111, 288]}, "data_type": "other", "element_type": "other", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0181.png", "id": "pbp_0181", "instruction": "Enable Background Modes.", "bbox": [356, 535, 775, 566], "point": [565, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [356, 535, 775, 566]}, "data_type": "other", "element_type": "other", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_xcode_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0182.png", "id": "pbp_0182", "instruction": "Open more information about minifying CSS and JavaScript.", "bbox": [783, 610, 799, 627], "point": [791, 618], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [783, 610, 799, 627]}, "data_type": "icon", "element_type": "icon", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "images_wordpress_admin_08_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0183.png", "id": "pbp_0183", "instruction": "Search for barcode.", "bbox": [294, 230, 645, 265], "point": [469, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 230, 645, 265]}, "data_type": "other", "element_type": "other", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0184.png", "id": "pbp_0184", "instruction": "Close the current design tab.", "bbox": [844, 39, 865, 61], "point": [854, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 39, 865, 61]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0185.png", "id": "pbp_0185", "instruction": "Freeze the workfile view.", "bbox": [207, 140, 250, 165], "point": [228, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 140, 250, 165]}, "data_type": "text", "element_type": "text", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_eviews_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0186.png", "id": "pbp_0186", "instruction": "Toggle stats.", "bbox": [741, 89, 772, 107], "point": [756, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [741, 89, 772, 107]}, "data_type": "text", "element_type": "text", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unity_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0187.png", "id": "pbp_0187", "instruction": "Review orders.", "bbox": [400, 45, 419, 62], "point": [409, 53], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [400, 45, 419, 62]}, "data_type": "icon", "element_type": "icon", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "images_ehr_system_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0188.png", "id": "pbp_0188", "instruction": "Open the IS residual series.", "bbox": [138, 363, 176, 401], "point": [157, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [138, 363, 176, 401]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0189.png", "id": "pbp_0189", "instruction": "Go to all search results.", "bbox": [480, 295, 510, 325], "point": [495, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [480, 295, 510, 325]}, "data_type": "other", "element_type": "other", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0190.png", "id": "pbp_0190", "instruction": "Refresh the browser results.", "bbox": [750, 122, 778, 150], "point": [764, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [750, 122, 778, 150]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0191.png", "id": "pbp_0191", "instruction": "Open Scripts and Add-Ins.", "bbox": [350, 253, 657, 276], "point": [503, 264], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [350, 253, 657, 276]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0192.png", "id": "pbp_0192", "instruction": "Reset the current brush size preset control.", "bbox": [376, 55, 402, 81], "point": [389, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 55, 402, 81]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0193.png", "id": "pbp_0193", "instruction": "Show context help.", "bbox": [952, 46, 973, 67], "point": [962, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [952, 46, 973, 67]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0194.png", "id": "pbp_0194", "instruction": "Expand custom link options.", "bbox": [357, 373, 381, 395], "point": [369, 384], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [357, 373, 381, 395]}, "data_type": "icon", "element_type": "icon", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "images_wordpress_admin_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0195.png", "id": "pbp_0195", "instruction": "Choose a different default save format.", "bbox": [594, 439, 618, 462], "point": [606, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [594, 439, 618, 462]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_10_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0196.png", "id": "pbp_0196", "instruction": "Use the navigator preview.", "bbox": [22, 143, 204, 252], "point": [113, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [22, 143, 204, 252]}, "data_type": "other", "element_type": "other", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_lightroom_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0197.png", "id": "pbp_0197", "instruction": "Open the Dashboard page menu.", "bbox": [568, 76, 639, 100], "point": [603, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [568, 76, 639, 100]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0198.png", "id": "pbp_0198", "instruction": "Refresh the diagram view.", "bbox": [222, 164, 245, 186], "point": [233, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 164, 245, 186]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0199.png", "id": "pbp_0199", "instruction": "Start the container.", "bbox": [198, 369, 303, 394], "point": [250, 381], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 369, 303, 394]}, "data_type": "other", "element_type": "other", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0200.png", "id": "pbp_0200", "instruction": "Open trial_results in the data viewer.", "bbox": [731, 213, 841, 235], "point": [786, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 213, 841, 235]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0201.png", "id": "pbp_0201", "instruction": "Play the preview.", "bbox": [524, 383, 548, 407], "point": [536, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [524, 383, 548, 407]}, "data_type": "other", "element_type": "other", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_capcut_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0202.png", "id": "pbp_0202", "instruction": "Show Nodes.", "bbox": [24, 271, 227, 302], "point": [125, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [24, 271, 227, 302]}, "data_type": "other", "element_type": "other", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0203.png", "id": "pbp_0203", "instruction": "Open the .vscode folder.", "bbox": [52, 101, 114, 119], "point": [83, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [52, 101, 114, 119]}, "data_type": "icon", "element_type": "icon", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vscode_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0204.png", "id": "pbp_0204", "instruction": "Open settings filter options.", "bbox": [980, 216, 1007, 242], "point": [993, 229], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [980, 216, 1007, 242]}, "data_type": "other", "element_type": "other", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0205.png", "id": "pbp_0205", "instruction": "Open the outbox for this account.", "bbox": [40, 300, 60, 321], "point": [50, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 300, 60, 321]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_01_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0206.png", "id": "pbp_0206", "instruction": "Go back to the previous page.", "bbox": [4, 40, 30, 65], "point": [17, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [4, 40, 30, 65]}, "data_type": "icon", "element_type": "icon", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "images_salesforce_08_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0207.png", "id": "pbp_0207", "instruction": "Open help resources.", "bbox": [655, 101, 680, 127], "point": [667, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [655, 101, 680, 127]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_07_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0208.png", "id": "pbp_0208", "instruction": "Go to the next page of results.", "bbox": [736, 653, 758, 675], "point": [747, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [736, 653, 758, 675]}, "data_type": "icon", "element_type": "icon", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "images_dbeaver_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0209.png", "id": "pbp_0209", "instruction": "Show documents.", "bbox": [293, 123, 381, 152], "point": [337, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 123, 381, 152]}, "data_type": "text", "element_type": "text", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_mongodb_compass_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0210.png", "id": "pbp_0210", "instruction": "Start creating a custom server.", "bbox": [371, 226, 421, 276], "point": [396, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [371, 226, 421, 276]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0211.png", "id": "pbp_0211", "instruction": "Add a property.", "bbox": [256, 328, 365, 349], "point": [310, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [256, 328, 365, 349]}, "data_type": "text", "element_type": "text", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_notion_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0212.png", "id": "pbp_0212", "instruction": "Show filtering options for settings.", "bbox": [948, 209, 973, 236], "point": [960, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 209, 973, 236]}, "data_type": "icon", "element_type": "icon", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "images_cura_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0213.png", "id": "pbp_0213", "instruction": "Turn off live updates.", "bbox": [902, 92, 935, 115], "point": [918, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [902, 92, 935, 115]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0214.png", "id": "pbp_0214", "instruction": "Open noVNC controls.", "bbox": [311, 191, 345, 507], "point": [328, 349], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 191, 345, 507]}, "data_type": "other", "element_type": "other", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0215.png", "id": "pbp_0215", "instruction": "Change the profile.", "bbox": [838, 291, 1023, 312], "point": [930, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [838, 291, 1023, 312]}, "data_type": "text", "element_type": "text", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_lightroom_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0216.png", "id": "pbp_0216", "instruction": "Go forward to the next file.", "bbox": [132, 34, 154, 56], "point": [143, 45], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 34, 154, 56]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0217.png", "id": "pbp_0217", "instruction": "Collapse the Resources folder.", "bbox": [62, 196, 76, 210], "point": [69, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [62, 196, 76, 210]}, "data_type": "icon", "element_type": "icon", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "images_obsidian_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0218.png", "id": "pbp_0218", "instruction": "Collapse RobotGuard.", "bbox": [43, 211, 59, 227], "point": [51, 219], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [43, 211, 59, 227]}, "data_type": "other", "element_type": "other", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unity_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0219.png", "id": "pbp_0219", "instruction": "Open Command History settings.", "bbox": [949, 498, 970, 518], "point": [959, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [949, 498, 970, 518]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0220.png", "id": "pbp_0220", "instruction": "Change the purchase occurrence rule.", "bbox": [266, 429, 367, 457], "point": [316, 443], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 429, 367, 457]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0221.png", "id": "pbp_0221", "instruction": "Switch to list view.", "bbox": [288, 233, 326, 261], "point": [307, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 233, 326, 261]}, "data_type": "icon", "element_type": "icon", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "images_mongodb_compass_01_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0222.png", "id": "pbp_0222", "instruction": "Launch Arp Verse 01.", "bbox": [291, 112, 369, 128], "point": [330, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 112, 369, 128]}, "data_type": "text", "element_type": "text", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_ableton_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0223.png", "id": "pbp_0223", "instruction": "Set the current frame.", "bbox": [545, 607, 615, 626], "point": [580, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [545, 607, 615, 626]}, "data_type": "text", "element_type": "text", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_blender_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0224.png", "id": "pbp_0224", "instruction": "Choose Box Blur.", "bbox": [390, 129, 528, 147], "point": [459, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [390, 129, 528, 147]}, "data_type": "text", "element_type": "text", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_krita_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0225.png", "id": "pbp_0225", "instruction": "Show deployment pods.", "bbox": [192, 365, 276, 386], "point": [234, 375], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 365, 276, 386]}, "data_type": "text", "element_type": "text", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0226.png", "id": "pbp_0226", "instruction": "Search everywhere.", "bbox": [928, 4, 947, 21], "point": [937, 12], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 4, 947, 21]}, "data_type": "icon", "element_type": "icon", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_android_studio_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0227.png", "id": "pbp_0227", "instruction": "Close the graph window.", "bbox": [942, 132, 980, 156], "point": [961, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 132, 980, 156]}, "data_type": "other", "element_type": "other", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0228.png", "id": "pbp_0228", "instruction": "Choose the Kick channel.", "bbox": [155, 134, 205, 153], "point": [180, 143], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 134, 205, 153]}, "data_type": "text", "element_type": "text", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0229.png", "id": "pbp_0229", "instruction": "Open imaging.", "bbox": [404, 189, 459, 212], "point": [431, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 189, 459, 212]}, "data_type": "text", "element_type": "text", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_10_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0230.png", "id": "pbp_0230", "instruction": "Show help.", "bbox": [848, 89, 865, 107], "point": [856, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [848, 89, 865, 107]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0231.png", "id": "pbp_0231", "instruction": "Select Country.", "bbox": [97, 557, 247, 588], "point": [172, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [97, 557, 247, 588]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0232.png", "id": "pbp_0232", "instruction": "Open Alert rules.", "bbox": [310, 172, 699, 213], "point": [504, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 172, 699, 213]}, "data_type": "other", "element_type": "other", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0233.png", "id": "pbp_0233", "instruction": "Open the meeting chat panel.", "bbox": [454, 52, 488, 86], "point": [471, 69], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 52, 488, 86]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "images_teams_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0234.png", "id": "pbp_0234", "instruction": "View the autosaved recovery file.", "bbox": [917, 201, 947, 218], "point": [932, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [917, 201, 947, 218]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_07_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0235.png", "id": "pbp_0235", "instruction": "Open worker-blue-03.", "bbox": [338, 300, 453, 318], "point": [395, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 300, 453, 318]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0236.png", "id": "pbp_0236", "instruction": "Set the start date.", "bbox": [854, 525, 1020, 556], "point": [937, 540], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 525, 1020, 556]}, "data_type": "text", "element_type": "text", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_trello_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0237.png", "id": "pbp_0237", "instruction": "Open The Daily Tech Brief.", "bbox": [14, 238, 208, 280], "point": [111, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [14, 238, 208, 280]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_07_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0238.png", "id": "pbp_0238", "instruction": "Start playback.", "bbox": [293, 5, 318, 33], "point": [305, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 5, 318, 33]}, "data_type": "other", "element_type": "other", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0239.png", "id": "pbp_0239", "instruction": "Open analytics.", "bbox": [2, 321, 95, 348], "point": [48, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 321, 95, 348]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_08_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0240.png", "id": "pbp_0240", "instruction": "Adjust brush assistance settings.", "bbox": [767, 58, 789, 79], "point": [778, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [767, 58, 789, 79]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0241.png", "id": "pbp_0241", "instruction": "Open settings.", "bbox": [959, 104, 979, 124], "point": [969, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [959, 104, 979, 124]}, "data_type": "icon", "element_type": "icon", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "images_jira_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0242.png", "id": "pbp_0242", "instruction": "Select Doubles.", "bbox": [592, 82, 670, 102], "point": [631, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 82, 670, 102]}, "data_type": "text", "element_type": "text", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_ableton_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0243.png", "id": "pbp_0243", "instruction": "Zoom the model.", "bbox": [986, 397, 1014, 425], "point": [1000, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [986, 397, 1014, 425]}, "data_type": "other", "element_type": "other", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0244.png", "id": "pbp_0244", "instruction": "Activate analysis_batch.sps.", "bbox": [515, 125, 610, 142], "point": [562, 133], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [515, 125, 610, 142]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0245.png", "id": "pbp_0245", "instruction": "Close Developer Tools.", "bbox": [999, 72, 1021, 94], "point": [1010, 83], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [999, 72, 1021, 94]}, "data_type": "icon", "element_type": "icon", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "images_chrome_devtools_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0246.png", "id": "pbp_0246", "instruction": "Adjust activity filters.", "bbox": [975, 389, 998, 412], "point": [986, 400], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [975, 389, 998, 412]}, "data_type": "icon", "element_type": "icon", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "images_salesforce_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0247.png", "id": "pbp_0247", "instruction": "Search the World Outliner.", "bbox": [769, 107, 1023, 128], "point": [896, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [769, 107, 1023, 128]}, "data_type": "text", "element_type": "text", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unreal_engine_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0248.png", "id": "pbp_0248", "instruction": "Increase display brightness reference.", "bbox": [912, 391, 952, 426], "point": [932, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [912, 391, 952, 426]}, "data_type": "icon", "element_type": "icon", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "images_ios_settings_04_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0249.png", "id": "pbp_0249", "instruction": "Execute one step of the VI.", "bbox": [96, 60, 121, 84], "point": [108, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [96, 60, 121, 84]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_05_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0250.png", "id": "pbp_0250", "instruction": "Enter 5.", "bbox": [848, 273, 924, 350], "point": [886, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [848, 273, 924, 350]}, "data_type": "other", "element_type": "other", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0251.png", "id": "pbp_0251", "instruction": "Review the recipient Jordan Lee.", "bbox": [370, 525, 432, 541], "point": [401, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [370, 525, 432, 541]}, "data_type": "text", "element_type": "text", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_salesforce_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0252.png", "id": "pbp_0252", "instruction": "Change media change popup behavior.", "bbox": [559, 395, 660, 414], "point": [609, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [559, 395, 660, 414]}, "data_type": "other", "element_type": "other", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0253.png", "id": "pbp_0253", "instruction": "Rollback this release.", "bbox": [883, 283, 950, 313], "point": [916, 298], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [883, 283, 950, 313]}, "data_type": "text", "element_type": "text", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0254.png", "id": "pbp_0254", "instruction": "Go to the MongoDB home view.", "bbox": [32, 80, 53, 110], "point": [42, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 80, 53, 110]}, "data_type": "icon", "element_type": "icon", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "images_mongodb_compass_01_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0255.png", "id": "pbp_0255", "instruction": "Proceed to payment.", "bbox": [915, 575, 1005, 611], "point": [960, 593], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 575, 1005, 611]}, "data_type": "other", "element_type": "other", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0256.png", "id": "pbp_0256", "instruction": "Edit Grace Hopper's role.", "bbox": [693, 366, 781, 398], "point": [737, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [693, 366, 781, 398]}, "data_type": "other", "element_type": "other", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_notion_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0257.png", "id": "pbp_0257", "instruction": "Show command history.", "bbox": [132, 43, 159, 67], "point": [145, 55], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 43, 159, 67]}, "data_type": "other", "element_type": "other", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "dreamed_gui_1000_sap_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0258.png", "id": "pbp_0258", "instruction": "Swap rows and columns.", "bbox": [434, 54, 463, 82], "point": [448, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [434, 54, 463, 82]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0259.png", "id": "pbp_0259", "instruction": "Show UDP conversations.", "bbox": [699, 481, 728, 498], "point": [713, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [699, 481, 728, 498]}, "data_type": "text", "element_type": "text", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_wireshark_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0260.png", "id": "pbp_0260", "instruction": "Select Low Frequency layer.", "bbox": [831, 488, 995, 528], "point": [913, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 488, 995, 528]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0261.png", "id": "pbp_0261", "instruction": "Increase the price increment value.", "bbox": [1005, 376, 1023, 397], "point": [1014, 386], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1005, 376, 1023, 397]}, "data_type": "icon", "element_type": "icon", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "images_trading_platform_01_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0262.png", "id": "pbp_0262", "instruction": "Open statistical tools.", "bbox": [676, 53, 702, 80], "point": [689, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [676, 53, 702, 80]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0263.png", "id": "pbp_0263", "instruction": "Open Scene 2.", "bbox": [79, 88, 137, 114], "point": [108, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [79, 88, 137, 114]}, "data_type": "text", "element_type": "text", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0264.png", "id": "pbp_0264", "instruction": "View Notifications settings.", "bbox": [73, 673, 334, 710], "point": [203, 691], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [73, 673, 334, 710]}, "data_type": "other", "element_type": "other", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "dreamed_gui_1000_ios_settings_06_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0265.png", "id": "pbp_0265", "instruction": "Restart the virtual machine.", "bbox": [297, 70, 325, 98], "point": [311, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 70, 325, 98]}, "data_type": "icon", "element_type": "icon", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vmware_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0266.png", "id": "pbp_0266", "instruction": "Change build plate adhesion.", "bbox": [879, 98, 902, 122], "point": [890, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [879, 98, 902, 122]}, "data_type": "other", "element_type": "other", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0267.png", "id": "pbp_0267", "instruction": "Mark this task complete.", "bbox": [744, 170, 851, 198], "point": [797, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 170, 851, 198]}, "data_type": "text", "element_type": "text", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0268.png", "id": "pbp_0268", "instruction": "Change the file language mode.", "bbox": [764, 686, 894, 706], "point": [829, 696], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [764, 686, 894, 706]}, "data_type": "other", "element_type": "other", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_sublime_text_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0269.png", "id": "pbp_0269", "instruction": "Place a filled zone.", "bbox": [31, 104, 56, 130], "point": [43, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 104, 56, 130]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_02_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0270.png", "id": "pbp_0270", "instruction": "Create a linked offset.", "bbox": [189, 358, 384, 382], "point": [286, 370], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [189, 358, 384, 382]}, "data_type": "text", "element_type": "text", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0271.png", "id": "pbp_0271", "instruction": "Review who can see this video.", "bbox": [717, 473, 735, 491], "point": [726, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 473, 735, 491]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0272.png", "id": "pbp_0272", "instruction": "Show the overview.", "bbox": [63, 202, 245, 228], "point": [154, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [63, 202, 245, 228]}, "data_type": "other", "element_type": "other", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0273.png", "id": "pbp_0273", "instruction": "Open Messages.", "bbox": [191, 697, 241, 754], "point": [216, 725], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [191, 697, 241, 754]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0274.png", "id": "pbp_0274", "instruction": "Delete the selected item.", "bbox": [497, 270, 658, 297], "point": [577, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [497, 270, 658, 297]}, "data_type": "other", "element_type": "other", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0275.png", "id": "pbp_0275", "instruction": "Open Design Review.", "bbox": [558, 416, 660, 483], "point": [609, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [558, 416, 660, 483]}, "data_type": "text", "element_type": "text", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0276.png", "id": "pbp_0276", "instruction": "Set a status message.", "bbox": [741, 277, 955, 316], "point": [848, 296], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [741, 277, 955, 316]}, "data_type": "other", "element_type": "other", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_teams_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0277.png", "id": "pbp_0277", "instruction": "Open the display settings.", "bbox": [241, 244, 261, 261], "point": [251, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 244, 261, 261]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_09_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0278.png", "id": "pbp_0278", "instruction": "Customize the task list.", "bbox": [163, 307, 248, 338], "point": [205, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [163, 307, 248, 338]}, "data_type": "text", "element_type": "text", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_quartus_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0279.png", "id": "pbp_0279", "instruction": "See more media.", "bbox": [627, 384, 648, 403], "point": [637, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [627, 384, 648, 403]}, "data_type": "other", "element_type": "other", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_steam_06_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0280.png", "id": "pbp_0280", "instruction": "Configure in-app notifications.", "bbox": [692, 341, 761, 368], "point": [726, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [692, 341, 761, 368]}, "data_type": "other", "element_type": "other", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_jira_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0281.png", "id": "pbp_0281", "instruction": "Open the Michael O’Connor menu.", "bbox": [748, 87, 889, 121], "point": [818, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [748, 87, 889, 121]}, "data_type": "other", "element_type": "other", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0282.png", "id": "pbp_0282", "instruction": "Adjust the view zoom.", "bbox": [675, 680, 746, 694], "point": [710, 687], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [675, 680, 746, 694]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0283.png", "id": "pbp_0283", "instruction": "Add a new workspace tab.", "bbox": [824, 31, 843, 45], "point": [833, 38], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [824, 31, 843, 45]}, "data_type": "icon", "element_type": "icon", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "images_blender_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0284.png", "id": "pbp_0284", "instruction": "Search the available tools.", "bbox": [917, 75, 941, 99], "point": [929, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [917, 75, 941, 99]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_05_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0285.png", "id": "pbp_0285", "instruction": "Delete this action.", "bbox": [766, 639, 899, 682], "point": [832, 660], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [766, 639, 899, 682]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0286.png", "id": "pbp_0286", "instruction": "Toggle document outline by default.", "bbox": [392, 225, 556, 255], "point": [474, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [392, 225, 556, 255]}, "data_type": "other", "element_type": "other", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0287.png", "id": "pbp_0287", "instruction": "Enter invite emails.", "bbox": [408, 275, 615, 305], "point": [511, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [408, 275, 615, 305]}, "data_type": "text", "element_type": "text", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0288.png", "id": "pbp_0288", "instruction": "Open Hallway Motion.", "bbox": [279, 370, 624, 513], "point": [451, 441], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 370, 624, 513]}, "data_type": "text", "element_type": "text", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0289.png", "id": "pbp_0289", "instruction": "Show more DevTools tabs.", "bbox": [789, 270, 814, 293], "point": [801, 281], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [789, 270, 814, 293]}, "data_type": "icon", "element_type": "icon", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "images_chrome_devtools_05_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0290.png", "id": "pbp_0290", "instruction": "Open drafts and sent items.", "bbox": [74, 187, 96, 209], "point": [85, 198], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [74, 187, 96, 209]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0291.png", "id": "pbp_0291", "instruction": "Maximize the terminal panel.", "bbox": [811, 548, 827, 564], "point": [819, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [811, 548, 827, 564]}, "data_type": "other", "element_type": "other", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0292.png", "id": "pbp_0292", "instruction": "Set transition duration.", "bbox": [703, 553, 775, 576], "point": [739, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [703, 553, 775, 576]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0293.png", "id": "pbp_0293", "instruction": "Close the Filters for Webcam window.", "bbox": [756, 70, 781, 90], "point": [768, 80], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 70, 781, 90]}, "data_type": "other", "element_type": "other", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0294.png", "id": "pbp_0294", "instruction": "Open navigation.", "bbox": [2, 147, 57, 219], "point": [29, 183], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 147, 57, 219]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0295.png", "id": "pbp_0295", "instruction": "Open the Analytics team entry.", "bbox": [929, 203, 993, 226], "point": [961, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [929, 203, 993, 226]}, "data_type": "other", "element_type": "other", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0296.png", "id": "pbp_0296", "instruction": "Add a printer.", "bbox": [82, 201, 225, 232], "point": [153, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [82, 201, 225, 232]}, "data_type": "text", "element_type": "text", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0297.png", "id": "pbp_0297", "instruction": "Browse socket head bolts.", "bbox": [213, 282, 293, 303], "point": [253, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [213, 282, 293, 303]}, "data_type": "text", "element_type": "text", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0298.png", "id": "pbp_0298", "instruction": "Lock the logo track.", "bbox": [20, 565, 34, 580], "point": [27, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 565, 34, 580]}, "data_type": "icon", "element_type": "icon", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "images_capcut_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0299.png", "id": "pbp_0299", "instruction": "Switch to UserService.java.", "bbox": [296, 72, 414, 102], "point": [355, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 72, 414, 102]}, "data_type": "text", "element_type": "text", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_intellij_idea_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0300.png", "id": "pbp_0300", "instruction": "Play 10 - Encore - Chopin - Po....", "bbox": [168, 298, 366, 320], "point": [267, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [168, 298, 366, 320]}, "data_type": "text", "element_type": "text", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0301.png", "id": "pbp_0301", "instruction": "Close the friends list window.", "bbox": [925, 89, 947, 111], "point": [936, 100], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [925, 89, 947, 111]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0302.png", "id": "pbp_0302", "instruction": "Mark Ownership.", "bbox": [478, 495, 494, 510], "point": [486, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [478, 495, 494, 510]}, "data_type": "other", "element_type": "other", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "dreamed_gui_1000_obsidian_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0303.png", "id": "pbp_0303", "instruction": "Adjust the brightness level.", "bbox": [713, 269, 750, 282], "point": [731, 275], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 269, 750, 282]}, "data_type": "icon", "element_type": "icon", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_vlc_05_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0304.png", "id": "pbp_0304", "instruction": "Open Battery settings.", "bbox": [68, 468, 373, 505], "point": [220, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [68, 468, 373, 505]}, "data_type": "other", "element_type": "other", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "dreamed_gui_1000_ios_settings_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0305.png", "id": "pbp_0305", "instruction": "Create a new note.", "bbox": [972, 315, 1023, 339], "point": [997, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [972, 315, 1023, 339]}, "data_type": "text", "element_type": "text", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0306.png", "id": "pbp_0306", "instruction": "Favorite Customer Journey Map.", "bbox": [558, 344, 579, 364], "point": [568, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [558, 344, 579, 364]}, "data_type": "other", "element_type": "other", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_miro_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0307.png", "id": "pbp_0307", "instruction": "Open Help.", "bbox": [13, 631, 135, 662], "point": [74, 646], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [13, 631, 135, 662]}, "data_type": "other", "element_type": "other", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_chess_com_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0308.png", "id": "pbp_0308", "instruction": "Open Live Versions.", "bbox": [864, 498, 979, 611], "point": [921, 554], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [864, 498, 979, 611]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0309.png", "id": "pbp_0309", "instruction": "Restore defaults.", "bbox": [311, 397, 374, 421], "point": [342, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 397, 374, 421]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0310.png", "id": "pbp_0310", "instruction": "Open a new launcher tab.", "bbox": [769, 137, 798, 168], "point": [783, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [769, 137, 798, 168]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0311.png", "id": "pbp_0311", "instruction": "Send the chat message.", "bbox": [990, 416, 1012, 440], "point": [1001, 428], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [990, 416, 1012, 440]}, "data_type": "other", "element_type": "other", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_chess_com_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0312.png", "id": "pbp_0312", "instruction": "Use the blue swirl wallpaper.", "bbox": [396, 449, 480, 533], "point": [438, 491], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [396, 449, 480, 533]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0313.png", "id": "pbp_0313", "instruction": "Change the zoom level.", "bbox": [100, 676, 167, 695], "point": [133, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [100, 676, 167, 695]}, "data_type": "other", "element_type": "other", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0314.png", "id": "pbp_0314", "instruction": "Adjust the view options.", "bbox": [797, 150, 821, 174], "point": [809, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [797, 150, 821, 174]}, "data_type": "icon", "element_type": "icon", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "images_notion_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0315.png", "id": "pbp_0315", "instruction": "Go back.", "bbox": [219, 59, 249, 89], "point": [234, 74], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [219, 59, 249, 89]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0316.png", "id": "pbp_0316", "instruction": "Undo the last change.", "bbox": [31, 53, 55, 77], "point": [43, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 53, 55, 77]}, "data_type": "icon", "element_type": "icon", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "images_reaper_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0317.png", "id": "pbp_0317", "instruction": "Dismiss the saved passport details message.", "bbox": [657, 667, 682, 692], "point": [669, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 667, 682, 692]}, "data_type": "icon", "element_type": "icon", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_airline_booking_06_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0318.png", "id": "pbp_0318", "instruction": "Browse templates.", "bbox": [472, 95, 492, 115], "point": [482, 105], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [472, 95, 492, 115]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_08_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0319.png", "id": "pbp_0319", "instruction": "Open meeting apps.", "bbox": [555, 614, 590, 661], "point": [572, 637], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [555, 614, 590, 661]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0320.png", "id": "pbp_0320", "instruction": "Edit the orders endpoint URL.", "bbox": [404, 158, 893, 192], "point": [648, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 158, 893, 192]}, "data_type": "text", "element_type": "text", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_postman_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0321.png", "id": "pbp_0321", "instruction": "Open scheduling options.", "bbox": [722, 616, 823, 641], "point": [772, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [722, 616, 823, 641]}, "data_type": "other", "element_type": "other", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0322.png", "id": "pbp_0322", "instruction": "Continue to the next step.", "bbox": [597, 523, 660, 554], "point": [628, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 523, 660, 554]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_08_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0323.png", "id": "pbp_0323", "instruction": "Open README.md.", "bbox": [8, 613, 153, 632], "point": [80, 622], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 613, 153, 632]}, "data_type": "other", "element_type": "other", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_sublime_text_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0324.png", "id": "pbp_0324", "instruction": "Copy the issue reference.", "bbox": [609, 114, 623, 129], "point": [616, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [609, 114, 623, 129]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_04_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0325.png", "id": "pbp_0325", "instruction": "Open Logcat.", "bbox": [341, 503, 413, 524], "point": [377, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 503, 413, 524]}, "data_type": "text", "element_type": "text", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_android_studio_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0326.png", "id": "pbp_0326", "instruction": "Go to the previous match.", "bbox": [775, 217, 810, 252], "point": [792, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [775, 217, 810, 252]}, "data_type": "other", "element_type": "other", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0327.png", "id": "pbp_0327", "instruction": "Show the document’s file icon.", "bbox": [515, 87, 533, 107], "point": [524, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [515, 87, 533, 107]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_08_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0328.png", "id": "pbp_0328", "instruction": "Run a quick automatic optimization.", "bbox": [534, 48, 554, 71], "point": [544, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 48, 554, 71]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0329.png", "id": "pbp_0329", "instruction": "Open EC2 Global View.", "bbox": [802, 110, 920, 138], "point": [861, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [802, 110, 920, 138]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0330.png", "id": "pbp_0330", "instruction": "Collapse the Modem section.", "bbox": [488, 89, 504, 104], "point": [496, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 89, 504, 104]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_04_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0331.png", "id": "pbp_0331", "instruction": "Play the audio.", "bbox": [23, 57, 61, 95], "point": [42, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [23, 57, 61, 95]}, "data_type": "other", "element_type": "other", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_audacity_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0332.png", "id": "pbp_0332", "instruction": "Filter files by name.", "bbox": [26, 179, 231, 209], "point": [128, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [26, 179, 231, 209]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0333.png", "id": "pbp_0333", "instruction": "Dismiss the time stretching popup.", "bbox": [459, 73, 476, 90], "point": [467, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [459, 73, 476, 90]}, "data_type": "other", "element_type": "other", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0334.png", "id": "pbp_0334", "instruction": "Open Graphics settings.", "bbox": [291, 249, 382, 274], "point": [336, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 249, 382, 274]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0335.png", "id": "pbp_0335", "instruction": "Show gridlines.", "bbox": [342, 92, 364, 114], "point": [353, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 92, 364, 114]}, "data_type": "other", "element_type": "other", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_powerpoint_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0336.png", "id": "pbp_0336", "instruction": "Collapse the Lighting folder.", "bbox": [799, 164, 818, 174], "point": [808, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [799, 164, 818, 174]}, "data_type": "icon", "element_type": "icon", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "images_unreal_engine_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0337.png", "id": "pbp_0337", "instruction": "Open the editor and debugger preference category.", "bbox": [351, 254, 366, 270], "point": [358, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [351, 254, 366, 270]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_08_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0338.png", "id": "pbp_0338", "instruction": "Filter the properties list.", "bbox": [812, 146, 993, 170], "point": [902, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [812, 146, 993, 170]}, "data_type": "text", "element_type": "text", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "dreamed_gui_1000_godot_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0339.png", "id": "pbp_0339", "instruction": "Share this file.", "bbox": [830, 72, 875, 100], "point": [852, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [830, 72, 875, 100]}, "data_type": "other", "element_type": "other", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0340.png", "id": "pbp_0340", "instruction": "Add a card to To Do.", "bbox": [225, 535, 446, 567], "point": [335, 551], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 535, 446, 567]}, "data_type": "text", "element_type": "text", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_trello_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0341.png", "id": "pbp_0341", "instruction": "View grafana/grafana details.", "bbox": [670, 299, 696, 325], "point": [683, 312], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [670, 299, 696, 325]}, "data_type": "other", "element_type": "other", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_docker_desktop_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0342.png", "id": "pbp_0342", "instruction": "Explain Execution Plan.", "bbox": [184, 96, 439, 120], "point": [311, 108], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [184, 96, 439, 120]}, "data_type": "text", "element_type": "text", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0343.png", "id": "pbp_0343", "instruction": "Open the File menu.", "bbox": [6, 32, 53, 57], "point": [29, 44], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [6, 32, 53, 57]}, "data_type": "text", "element_type": "text", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0344.png", "id": "pbp_0344", "instruction": "Cancel issue creation.", "bbox": [562, 590, 611, 615], "point": [586, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [562, 590, 611, 615]}, "data_type": "text", "element_type": "text", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_jira_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0345.png", "id": "pbp_0345", "instruction": "Zoom the plot.", "bbox": [625, 444, 676, 464], "point": [650, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [625, 444, 676, 464]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0346.png", "id": "pbp_0346", "instruction": "Toggle key snap.", "bbox": [660, 662, 675, 676], "point": [667, 669], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [660, 662, 675, 676]}, "data_type": "other", "element_type": "other", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_reaper_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0347.png", "id": "pbp_0347", "instruction": "Save the document.", "bbox": [341, 38, 361, 58], "point": [351, 48], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 38, 361, 58]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0348.png", "id": "pbp_0348", "instruction": "Manage HA.", "bbox": [889, 186, 1009, 212], "point": [949, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [889, 186, 1009, 212]}, "data_type": "text", "element_type": "text", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0349.png", "id": "pbp_0349", "instruction": "Add auto layout.", "bbox": [431, 418, 570, 447], "point": [500, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [431, 418, 570, 447]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0350.png", "id": "pbp_0350", "instruction": "Choose the libssl3 package.", "bbox": [307, 440, 736, 472], "point": [521, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [307, 440, 736, 472]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0351.png", "id": "pbp_0351", "instruction": "Select capacitor C3.", "bbox": [476, 447, 530, 564], "point": [503, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [476, 447, 530, 564]}, "data_type": "text", "element_type": "text", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_kicad_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0352.png", "id": "pbp_0352", "instruction": "Search the project settings.", "bbox": [386, 158, 406, 178], "point": [396, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 158, 406, 178]}, "data_type": "icon", "element_type": "icon", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "images_unreal_engine_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0353.png", "id": "pbp_0353", "instruction": "Choose Stacked Sequence Structure.", "bbox": [439, 337, 684, 377], "point": [561, 357], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [439, 337, 684, 377]}, "data_type": "text", "element_type": "text", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_labview_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0354.png", "id": "pbp_0354", "instruction": "Open options for Japanese N4 vocab.", "bbox": [732, 240, 771, 273], "point": [751, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 240, 771, 273]}, "data_type": "other", "element_type": "other", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "dreamed_gui_1000_anki_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0355.png", "id": "pbp_0355", "instruction": "Trash James Carter's comment.", "bbox": [560, 493, 595, 511], "point": [577, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 493, 595, 511]}, "data_type": "other", "element_type": "other", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_wordpress_admin_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0356.png", "id": "pbp_0356", "instruction": "Maximize the Add FX window.", "bbox": [832, 208, 848, 224], "point": [840, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [832, 208, 848, 224]}, "data_type": "other", "element_type": "other", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_reaper_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0357.png", "id": "pbp_0357", "instruction": "Align text to the right.", "bbox": [920, 78, 940, 101], "point": [930, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [920, 78, 940, 101]}, "data_type": "icon", "element_type": "icon", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_origin_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0358.png", "id": "pbp_0358", "instruction": "Abort execution.", "bbox": [86, 53, 98, 65], "point": [92, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [86, 53, 98, 65]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0359.png", "id": "pbp_0359", "instruction": "Add a task.", "bbox": [226, 171, 314, 197], "point": [270, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 171, 314, 197]}, "data_type": "text", "element_type": "text", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0360.png", "id": "pbp_0360", "instruction": "Open Parking Assist.", "bbox": [608, 471, 737, 554], "point": [672, 512], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [608, 471, 737, 554]}, "data_type": "other", "element_type": "other", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "dreamed_gui_1000_car_infotainment_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0361.png", "id": "pbp_0361", "instruction": "Rotate a component freely.", "bbox": [115, 85, 173, 112], "point": [144, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [115, 85, 173, 112]}, "data_type": "icon", "element_type": "icon", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_inventor_10_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0362.png", "id": "pbp_0362", "instruction": "Open the To Do column.", "bbox": [50, 130, 124, 156], "point": [87, 143], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 130, 124, 156]}, "data_type": "text", "element_type": "text", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_chrome_devtools_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0363.png", "id": "pbp_0363", "instruction": "Select Product Marketing.", "bbox": [600, 334, 771, 447], "point": [685, 390], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [600, 334, 771, 447]}, "data_type": "other", "element_type": "other", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_zoom_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0364.png", "id": "pbp_0364", "instruction": "Close Track & Via Properties.", "bbox": [645, 306, 675, 335], "point": [660, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [645, 306, 675, 335]}, "data_type": "text", "element_type": "text", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_kicad_04_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0365.png", "id": "pbp_0365", "instruction": "Open the account menu.", "bbox": [831, 9, 850, 26], "point": [840, 17], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 9, 850, 26]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_06_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0366.png", "id": "pbp_0366", "instruction": "Open the workspace profile.", "bbox": [76, 106, 105, 135], "point": [90, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 106, 105, 135]}, "data_type": "icon", "element_type": "icon", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "images_notion_10_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0367.png", "id": "pbp_0367", "instruction": "Check battery status.", "bbox": [878, 22, 914, 49], "point": [896, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [878, 22, 914, 49]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_10_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0368.png", "id": "pbp_0368", "instruction": "Reset these settings.", "bbox": [227, 526, 308, 549], "point": [267, 537], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 526, 308, 549]}, "data_type": "other", "element_type": "other", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_solidworks_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0369.png", "id": "pbp_0369", "instruction": "Change sorting.", "bbox": [623, 195, 732, 222], "point": [677, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 195, 732, 222]}, "data_type": "other", "element_type": "other", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0370.png", "id": "pbp_0370", "instruction": "Check that TileTracker is idle.", "bbox": [364, 405, 380, 420], "point": [372, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 405, 380, 420]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0371.png", "id": "pbp_0371", "instruction": "Change the renderer type.", "bbox": [628, 160, 893, 183], "point": [760, 171], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 160, 893, 183]}, "data_type": "text", "element_type": "text", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "dreamed_gui_1000_qgis_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0372.png", "id": "pbp_0372", "instruction": "Go to Home.", "bbox": [209, 63, 233, 87], "point": [221, 75], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [209, 63, 233, 87]}, "data_type": "other", "element_type": "other", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_word_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0373.png", "id": "pbp_0373", "instruction": "Close the workfile pane.", "bbox": [942, 111, 971, 131], "point": [956, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 111, 971, 131]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0374.png", "id": "pbp_0374", "instruction": "Show notifications.", "bbox": [898, 80, 930, 113], "point": [914, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [898, 80, 930, 113]}, "data_type": "other", "element_type": "other", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_netflix_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0375.png", "id": "pbp_0375", "instruction": "Choose a different artboard.", "bbox": [889, 203, 960, 226], "point": [924, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [889, 203, 960, 226]}, "data_type": "text", "element_type": "text", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0376.png", "id": "pbp_0376", "instruction": "Minimize the window.", "bbox": [90, 77, 110, 98], "point": [100, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [90, 77, 110, 98]}, "data_type": "other", "element_type": "other", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vmware_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0377.png", "id": "pbp_0377", "instruction": "Turn off push alerts for shared designs.", "bbox": [744, 368, 783, 394], "point": [763, 381], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 368, 783, 394]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0378.png", "id": "pbp_0378", "instruction": "Focus the current timecode.", "bbox": [376, 57, 433, 70], "point": [404, 63], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 57, 433, 70]}, "data_type": "other", "element_type": "other", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_davinci_resolve_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0379.png", "id": "pbp_0379", "instruction": "Open this flight option.", "bbox": [95, 474, 127, 507], "point": [111, 490], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 474, 127, 507]}, "data_type": "icon", "element_type": "icon", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_airline_booking_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0380.png", "id": "pbp_0380", "instruction": "Show Auto Filter.", "bbox": [347, 583, 463, 698], "point": [405, 640], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [347, 583, 463, 698]}, "data_type": "text", "element_type": "text", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_ableton_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0381.png", "id": "pbp_0381", "instruction": "Close the right sidebar.", "bbox": [982, 67, 1010, 97], "point": [996, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [982, 67, 1010, 97]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_07_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0382.png", "id": "pbp_0382", "instruction": "Select Test new onboarding flow.", "bbox": [840, 312, 922, 372], "point": [881, 342], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [840, 312, 922, 372]}, "data_type": "text", "element_type": "text", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_miro_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0383.png", "id": "pbp_0383", "instruction": "Confirm settings.", "bbox": [687, 536, 745, 557], "point": [716, 546], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 536, 745, 557]}, "data_type": "text", "element_type": "text", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0384.png", "id": "pbp_0384", "instruction": "Edit GraphQL variables.", "bbox": [587, 253, 757, 446], "point": [672, 349], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [587, 253, 757, 446]}, "data_type": "text", "element_type": "text", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_postman_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0385.png", "id": "pbp_0385", "instruction": "Add text.", "bbox": [15, 360, 41, 387], "point": [28, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [15, 360, 41, 387]}, "data_type": "other", "element_type": "other", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0386.png", "id": "pbp_0386", "instruction": "Open monitoring and health tools.", "bbox": [2, 330, 25, 358], "point": [13, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 330, 25, 358]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "images_azure_portal_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0387.png", "id": "pbp_0387", "instruction": "Open Plugin File Editor.", "bbox": [19, 411, 142, 437], "point": [80, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [19, 411, 142, 437]}, "data_type": "text", "element_type": "text", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_wordpress_admin_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0388.png", "id": "pbp_0388", "instruction": "Show Recording settings.", "bbox": [233, 271, 333, 293], "point": [283, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [233, 271, 333, 293]}, "data_type": "text", "element_type": "text", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_audacity_09_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0389.png", "id": "pbp_0389", "instruction": "Go back to the previous page.", "bbox": [18, 71, 41, 94], "point": [29, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [18, 71, 41, 94]}, "data_type": "icon", "element_type": "icon", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_miro_10_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0390.png", "id": "pbp_0390", "instruction": "Open more actions.", "bbox": [292, 39, 313, 60], "point": [302, 49], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 39, 313, 60]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_06_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0391.png", "id": "pbp_0391", "instruction": "Open the lint job.", "bbox": [44, 300, 218, 337], "point": [131, 318], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [44, 300, 218, 337]}, "data_type": "text", "element_type": "text", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0392.png", "id": "pbp_0392", "instruction": "Play Calm And Peaceful.", "bbox": [62, 543, 313, 599], "point": [187, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [62, 543, 313, 599]}, "data_type": "text", "element_type": "text", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "dreamed_gui_1000_canva_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0393.png", "id": "pbp_0393", "instruction": "Open node-b.", "bbox": [3, 469, 88, 494], "point": [45, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 469, 88, 494]}, "data_type": "text", "element_type": "text", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0394.png", "id": "pbp_0394", "instruction": "Preview through the camera effects view.", "bbox": [695, 89, 714, 104], "point": [704, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [695, 89, 714, 104]}, "data_type": "icon", "element_type": "icon", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "images_unity_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0395.png", "id": "pbp_0395", "instruction": "Set the dropdown to Carbon Fiber.", "bbox": [872, 500, 1010, 523], "point": [941, 511], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [872, 500, 1010, 523]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0396.png", "id": "pbp_0396", "instruction": "Open Panel Discussion.", "bbox": [95, 351, 266, 473], "point": [180, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 351, 266, 473]}, "data_type": "other", "element_type": "other", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0397.png", "id": "pbp_0397", "instruction": "Stop the running capture.", "bbox": [80, 43, 100, 62], "point": [90, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 43, 100, 62]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0398.png", "id": "pbp_0398", "instruction": "Open another terminal.", "bbox": [861, 411, 890, 440], "point": [875, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [861, 411, 890, 440]}, "data_type": "other", "element_type": "other", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0399.png", "id": "pbp_0399", "instruction": "Open Realtime.", "bbox": [48, 162, 207, 188], "point": [127, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [48, 162, 207, 188]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_02_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0400.png", "id": "pbp_0400", "instruction": "Swap to a different fill source.", "bbox": [651, 535, 678, 561], "point": [664, 548], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [651, 535, 678, 561]}, "data_type": "other", "element_type": "other", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0401.png", "id": "pbp_0401", "instruction": "Start Extruded Cut.", "bbox": [179, 35, 226, 106], "point": [202, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [179, 35, 226, 106]}, "data_type": "other", "element_type": "other", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_solidworks_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0402.png", "id": "pbp_0402", "instruction": "Check the current cursor position.", "bbox": [0, 732, 66, 755], "point": [33, 743], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 732, 66, 755]}, "data_type": "icon", "element_type": "icon", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "images_sublime_text_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0403.png", "id": "pbp_0403", "instruction": "Leave Studio Mode.", "bbox": [838, 552, 1009, 581], "point": [923, 566], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [838, 552, 1009, 581]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0404.png", "id": "pbp_0404", "instruction": "Search everywhere.", "bbox": [966, 58, 986, 78], "point": [976, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [966, 58, 986, 78]}, "data_type": "icon", "element_type": "icon", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_pycharm_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0405.png", "id": "pbp_0405", "instruction": "Review Face ID access for other apps.", "bbox": [339, 493, 961, 528], "point": [650, 510], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [339, 493, 961, 528]}, "data_type": "other", "element_type": "other", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "dreamed_gui_1000_ios_settings_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0406.png", "id": "pbp_0406", "instruction": "Choose Select Box.", "bbox": [16, 97, 44, 124], "point": [30, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 97, 44, 124]}, "data_type": "other", "element_type": "other", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_blender_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0407.png", "id": "pbp_0407", "instruction": "Apply as filter.", "bbox": [491, 317, 694, 337], "point": [592, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 317, 694, 337]}, "data_type": "other", "element_type": "other", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_wireshark_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0408.png", "id": "pbp_0408", "instruction": "Save the workfile.", "bbox": [113, 133, 146, 157], "point": [129, 145], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [113, 133, 146, 157]}, "data_type": "text", "element_type": "text", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_eviews_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0409.png", "id": "pbp_0409", "instruction": "Place a rectangular zone.", "bbox": [834, 296, 863, 325], "point": [848, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 296, 863, 325]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0410.png", "id": "pbp_0410", "instruction": "Close the language notice.", "bbox": [962, 245, 985, 268], "point": [973, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [962, 245, 985, 268]}, "data_type": "other", "element_type": "other", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_chrome_devtools_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0411.png", "id": "pbp_0411", "instruction": "Change the heading font.", "bbox": [33, 462, 242, 489], "point": [137, 475], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 462, 242, 489]}, "data_type": "text", "element_type": "text", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_wordpress_admin_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0412.png", "id": "pbp_0412", "instruction": "Start streaming.", "bbox": [844, 508, 969, 533], "point": [906, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 508, 969, 533]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0413.png", "id": "pbp_0413", "instruction": "Stop playback.", "bbox": [56, 58, 105, 110], "point": [80, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [56, 58, 105, 110]}, "data_type": "icon", "element_type": "icon", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "images_audacity_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0414.png", "id": "pbp_0414", "instruction": "Select the current brush preset.", "bbox": [1, 351, 20, 373], "point": [10, 362], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1, 351, 20, 373]}, "data_type": "other", "element_type": "other", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0415.png", "id": "pbp_0415", "instruction": "Go to Trade.", "bbox": [247, 48, 292, 70], "point": [269, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 48, 292, 70]}, "data_type": "text", "element_type": "text", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0416.png", "id": "pbp_0416", "instruction": "Show the animation pane.", "bbox": [740, 72, 843, 99], "point": [791, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 72, 843, 99]}, "data_type": "other", "element_type": "other", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_powerpoint_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0417.png", "id": "pbp_0417", "instruction": "Open the Menu.", "bbox": [3, 4, 66, 30], "point": [34, 17], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 4, 66, 30]}, "data_type": "other", "element_type": "other", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_capcut_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0418.png", "id": "pbp_0418", "instruction": "Focus the ARIMA baseline section.", "bbox": [368, 189, 740, 232], "point": [554, 210], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [368, 189, 740, 232]}, "data_type": "text", "element_type": "text", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0419.png", "id": "pbp_0419", "instruction": "Review the MSFT working order.", "bbox": [165, 547, 778, 566], "point": [471, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [165, 547, 778, 566]}, "data_type": "other", "element_type": "other", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0420.png", "id": "pbp_0420", "instruction": "Find gas stations.", "bbox": [691, 537, 752, 596], "point": [721, 566], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [691, 537, 752, 596]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0421.png", "id": "pbp_0421", "instruction": "Open api_client.py from the explorer.", "bbox": [34, 191, 183, 210], "point": [108, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 191, 183, 210]}, "data_type": "text", "element_type": "text", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0422.png", "id": "pbp_0422", "instruction": "Open the mail tab.", "bbox": [11, 67, 28, 83], "point": [19, 75], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [11, 67, 28, 83]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_05_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0423.png", "id": "pbp_0423", "instruction": "Open presentation mode options.", "bbox": [260, 49, 285, 72], "point": [272, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 49, 285, 72]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0424.png", "id": "pbp_0424", "instruction": "Select column B(Y).", "bbox": [454, 193, 566, 217], "point": [510, 205], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 193, 566, 217]}, "data_type": "text", "element_type": "text", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0425.png", "id": "pbp_0425", "instruction": "Go to Incidents.", "bbox": [167, 687, 248, 714], "point": [207, 700], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [167, 687, 248, 714]}, "data_type": "text", "element_type": "text", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0426.png", "id": "pbp_0426", "instruction": "Focus the ARIMA forecast plot.", "bbox": [539, 408, 754, 430], "point": [646, 419], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [539, 408, 754, 430]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0427.png", "id": "pbp_0427", "instruction": "Select the 5000 amount.", "bbox": [551, 616, 653, 640], "point": [602, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 616, 653, 640]}, "data_type": "text", "element_type": "text", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0428.png", "id": "pbp_0428", "instruction": "Get help about the secondary email setting.", "bbox": [314, 318, 333, 336], "point": [323, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [314, 318, 333, 336]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0429.png", "id": "pbp_0429", "instruction": "Show logs.", "bbox": [209, 507, 260, 535], "point": [234, 521], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [209, 507, 260, 535]}, "data_type": "text", "element_type": "text", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_docker_desktop_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0430.png", "id": "pbp_0430", "instruction": "Open rg-prod-observability.", "bbox": [224, 407, 310, 439], "point": [267, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [224, 407, 310, 439]}, "data_type": "text", "element_type": "text", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0431.png", "id": "pbp_0431", "instruction": "Change rows per page.", "bbox": [724, 689, 774, 710], "point": [749, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 689, 774, 710]}, "data_type": "text", "element_type": "text", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_youtube_studio_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0432.png", "id": "pbp_0432", "instruction": "Open the Effects panel menu.", "bbox": [279, 381, 294, 397], "point": [286, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 381, 294, 397]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "images_premiere_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0433.png", "id": "pbp_0433", "instruction": "Lock the top video track.", "bbox": [328, 496, 346, 515], "point": [337, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [328, 496, 346, 515]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "images_premiere_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0434.png", "id": "pbp_0434", "instruction": "Open App history.", "bbox": [126, 273, 287, 313], "point": [206, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [126, 273, 287, 313]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0435.png", "id": "pbp_0435", "instruction": "Show the result list view.", "bbox": [477, 358, 498, 381], "point": [487, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [477, 358, 498, 381]}, "data_type": "icon", "element_type": "icon", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "images_sap_06_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0436.png", "id": "pbp_0436", "instruction": "Open Meeting notes 2024-05-30 from the file list.", "bbox": [59, 401, 217, 422], "point": [138, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [59, 401, 217, 422]}, "data_type": "other", "element_type": "other", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "dreamed_gui_1000_obsidian_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0437.png", "id": "pbp_0437", "instruction": "Set proxy length threshold.", "bbox": [681, 405, 708, 422], "point": [694, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [681, 405, 708, 422]}, "data_type": "text", "element_type": "text", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_davinci_resolve_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0438.png", "id": "pbp_0438", "instruction": "Adjust chart settings.", "bbox": [494, 249, 531, 272], "point": [512, 260], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [494, 249, 531, 272]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0439.png", "id": "pbp_0439", "instruction": "Open a new terminal.", "bbox": [869, 544, 893, 567], "point": [881, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [869, 544, 893, 567]}, "data_type": "other", "element_type": "other", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0440.png", "id": "pbp_0440", "instruction": "Show the Tcl console.", "bbox": [175, 488, 233, 510], "point": [204, 499], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [175, 488, 233, 510]}, "data_type": "text", "element_type": "text", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_vivado_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0441.png", "id": "pbp_0441", "instruction": "Open tiny-auth.", "bbox": [755, 238, 832, 258], "point": [793, 248], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [755, 238, 832, 258]}, "data_type": "text", "element_type": "text", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0442.png", "id": "pbp_0442", "instruction": "Apply the first line+symbol style.", "bbox": [261, 95, 308, 142], "point": [284, 118], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [261, 95, 308, 142]}, "data_type": "other", "element_type": "other", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0443.png", "id": "pbp_0443", "instruction": "Edit the assign to Support Lead action.", "bbox": [395, 481, 540, 546], "point": [467, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 481, 540, 546]}, "data_type": "other", "element_type": "other", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0444.png", "id": "pbp_0444", "instruction": "Switch to Color.", "bbox": [565, 671, 594, 702], "point": [579, 686], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [565, 671, 594, 702]}, "data_type": "other", "element_type": "other", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_davinci_resolve_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0445.png", "id": "pbp_0445", "instruction": "Open Uptime.", "bbox": [89, 683, 169, 715], "point": [129, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [89, 683, 169, 715]}, "data_type": "text", "element_type": "text", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0446.png", "id": "pbp_0446", "instruction": "Browse charts.", "bbox": [8, 332, 168, 356], "point": [88, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 332, 168, 356]}, "data_type": "other", "element_type": "other", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0447.png", "id": "pbp_0447", "instruction": "Create a new sales order.", "bbox": [231, 103, 253, 127], "point": [242, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [231, 103, 253, 127]}, "data_type": "icon", "element_type": "icon", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "images_sap_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0448.png", "id": "pbp_0448", "instruction": "Go to build tools.", "bbox": [14, 179, 38, 203], "point": [26, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [14, 179, 38, 203]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0449.png", "id": "pbp_0449", "instruction": "Change the base unit of measure.", "bbox": [356, 268, 401, 290], "point": [378, 279], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [356, 268, 401, 290]}, "data_type": "text", "element_type": "text", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "dreamed_gui_1000_sap_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0450.png", "id": "pbp_0450", "instruction": "Finish splitting the bill.", "bbox": [656, 583, 704, 636], "point": [680, 609], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 583, 704, 636]}, "data_type": "icon", "element_type": "icon", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "images_pos_system_02_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0451.png", "id": "pbp_0451", "instruction": "Open settings.", "bbox": [182, 715, 210, 743], "point": [196, 729], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [182, 715, 210, 743]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_01_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0452.png", "id": "pbp_0452", "instruction": "Start playback.", "bbox": [398, 48, 416, 66], "point": [407, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [398, 48, 416, 66]}, "data_type": "icon", "element_type": "icon", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_ableton_09_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0453.png", "id": "pbp_0453", "instruction": "Choose Guest.", "bbox": [603, 431, 724, 464], "point": [663, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 431, 724, 464]}, "data_type": "other", "element_type": "other", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_netflix_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0454.png", "id": "pbp_0454", "instruction": "Insert a block.", "bbox": [793, 48, 841, 125], "point": [817, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [793, 48, 841, 125]}, "data_type": "other", "element_type": "other", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_autocad_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0455.png", "id": "pbp_0455", "instruction": "Open Products sheet.", "bbox": [269, 614, 352, 645], "point": [310, 629], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [269, 614, 352, 645]}, "data_type": "text", "element_type": "text", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0456.png", "id": "pbp_0456", "instruction": "Collapse the Collections panel.", "bbox": [34, 447, 42, 455], "point": [38, 451], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 447, 42, 455]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "images_lightroom_07_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0457.png", "id": "pbp_0457", "instruction": "Open more actions for the kind-kind cluster.", "bbox": [146, 101, 162, 117], "point": [154, 109], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 101, 162, 117]}, "data_type": "icon", "element_type": "icon", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "images_lens_09_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0458.png", "id": "pbp_0458", "instruction": "Copy the video link.", "bbox": [929, 325, 950, 347], "point": [939, 336], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [929, 325, 950, 347]}, "data_type": "other", "element_type": "other", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_youtube_studio_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0459.png", "id": "pbp_0459", "instruction": "Open System settings.", "bbox": [278, 290, 385, 313], "point": [331, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 290, 385, 313]}, "data_type": "text", "element_type": "text", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_blender_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0460.png", "id": "pbp_0460", "instruction": "Expand saved searches.", "bbox": [747, 185, 766, 204], "point": [756, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [747, 185, 766, 204]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0461.png", "id": "pbp_0461", "instruction": "Open the config package.", "bbox": [2, 222, 246, 242], "point": [124, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 222, 246, 242]}, "data_type": "text", "element_type": "text", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_intellij_idea_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0462.png", "id": "pbp_0462", "instruction": "Go back.", "bbox": [264, 102, 289, 127], "point": [276, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [264, 102, 289, 127]}, "data_type": "other", "element_type": "other", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_macos_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0463.png", "id": "pbp_0463", "instruction": "Choose Bebas Neue.", "bbox": [853, 291, 964, 314], "point": [908, 302], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [853, 291, 964, 314]}, "data_type": "text", "element_type": "text", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_capcut_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0464.png", "id": "pbp_0464", "instruction": "Choose a different project.", "bbox": [671, 206, 692, 227], "point": [681, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [671, 206, 692, 227]}, "data_type": "other", "element_type": "other", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "dreamed_gui_1000_tableau_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0465.png", "id": "pbp_0465", "instruction": "Change the cell type.", "bbox": [582, 158, 682, 183], "point": [632, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [582, 158, 682, 183]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0466.png", "id": "pbp_0466", "instruction": "Specify by/if/in options.", "bbox": [407, 198, 458, 224], "point": [432, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [407, 198, 458, 224]}, "data_type": "text", "element_type": "text", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_06_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0467.png", "id": "pbp_0467", "instruction": "Open Slack Connect.", "bbox": [72, 211, 98, 238], "point": [85, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 211, 98, 238]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0468.png", "id": "pbp_0468", "instruction": "Cancel new document setup.", "bbox": [719, 575, 773, 601], "point": [746, 588], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [719, 575, 773, 601]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0469.png", "id": "pbp_0469", "instruction": "Scroll the UNRATE table downward.", "bbox": [667, 498, 683, 514], "point": [675, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [667, 498, 683, 514]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0470.png", "id": "pbp_0470", "instruction": "Print the data sheet.", "bbox": [84, 65, 114, 95], "point": [99, 80], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [84, 65, 114, 95]}, "data_type": "icon", "element_type": "icon", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_spss_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0471.png", "id": "pbp_0471", "instruction": "Stop the virtual machine.", "bbox": [467, 172, 491, 196], "point": [479, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [467, 172, 491, 196]}, "data_type": "other", "element_type": "other", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0472.png", "id": "pbp_0472", "instruction": "Open the web browser.", "bbox": [382, 710, 436, 756], "point": [409, 733], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [382, 710, 436, 756]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_09_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0473.png", "id": "pbp_0473", "instruction": "Undo the last action.", "bbox": [10, 512, 51, 551], "point": [30, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [10, 512, 51, 551]}, "data_type": "icon", "element_type": "icon", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_miro_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0474.png", "id": "pbp_0474", "instruction": "Adjust the interval.", "bbox": [341, 128, 380, 151], "point": [360, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 128, 380, 151]}, "data_type": "text", "element_type": "text", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0475.png", "id": "pbp_0475", "instruction": "Move an item.", "bbox": [443, 53, 464, 79], "point": [453, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [443, 53, 464, 79]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0476.png", "id": "pbp_0476", "instruction": "Reply in the thread.", "bbox": [710, 484, 953, 546], "point": [831, 515], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 484, 953, 546]}, "data_type": "other", "element_type": "other", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_slack_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0477.png", "id": "pbp_0477", "instruction": "View plans.", "bbox": [557, 199, 604, 225], "point": [580, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [557, 199, 604, 225]}, "data_type": "text", "element_type": "text", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_postman_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0478.png", "id": "pbp_0478", "instruction": "Filter by node type.", "bbox": [175, 90, 192, 107], "point": [183, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [175, 90, 192, 107]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_03_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0479.png", "id": "pbp_0479", "instruction": "Open iCloud Drive.", "bbox": [128, 315, 148, 332], "point": [138, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [128, 315, 148, 332]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0480.png", "id": "pbp_0480", "instruction": "Open Launch plan.canvas.", "bbox": [47, 169, 199, 189], "point": [123, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [47, 169, 199, 189]}, "data_type": "text", "element_type": "text", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "dreamed_gui_1000_obsidian_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0481.png", "id": "pbp_0481", "instruction": "Enter play mode.", "bbox": [468, 47, 495, 64], "point": [481, 55], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [468, 47, 495, 64]}, "data_type": "icon", "element_type": "icon", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "images_unity_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0482.png", "id": "pbp_0482", "instruction": "Open Gradle tool window options.", "bbox": [960, 90, 985, 108], "point": [972, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [960, 90, 985, 108]}, "data_type": "icon", "element_type": "icon", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "images_intellij_idea_09_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0483.png", "id": "pbp_0483", "instruction": "Close command search.", "bbox": [654, 227, 682, 255], "point": [668, 241], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [654, 227, 682, 255]}, "data_type": "other", "element_type": "other", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_audacity_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0484.png", "id": "pbp_0484", "instruction": "Open Essential Graphics.", "bbox": [877, 76, 959, 99], "point": [918, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [877, 76, 959, 99]}, "data_type": "text", "element_type": "text", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_premiere_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0485.png", "id": "pbp_0485", "instruction": "Save the figure.", "bbox": [792, 409, 808, 425], "point": [800, 417], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [792, 409, 808, 425]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_08_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0486.png", "id": "pbp_0486", "instruction": "Open Renewal terms updated.", "bbox": [424, 232, 852, 280], "point": [638, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [424, 232, 852, 280]}, "data_type": "text", "element_type": "text", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "dreamed_gui_1000_thunderbird_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0487.png", "id": "pbp_0487", "instruction": "Search tools.", "bbox": [791, 148, 991, 185], "point": [891, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [791, 148, 991, 185]}, "data_type": "text", "element_type": "text", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0488.png", "id": "pbp_0488", "instruction": "Change container options.", "bbox": [270, 299, 295, 323], "point": [282, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 299, 295, 323]}, "data_type": "icon", "element_type": "icon", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "images_proxmox_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0489.png", "id": "pbp_0489", "instruction": "Show discussions.", "bbox": [581, 346, 676, 373], "point": [628, 359], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [581, 346, 676, 373]}, "data_type": "text", "element_type": "text", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_steam_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0490.png", "id": "pbp_0490", "instruction": "Show Kitchen Pendant options.", "bbox": [939, 227, 972, 262], "point": [955, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 227, 972, 262]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0491.png", "id": "pbp_0491", "instruction": "Round a corner between objects.", "bbox": [459, 100, 488, 127], "point": [473, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [459, 100, 488, 127]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0492.png", "id": "pbp_0492", "instruction": "Turn off autocomplete.", "bbox": [178, 328, 196, 346], "point": [187, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [178, 328, 196, 346]}, "data_type": "other", "element_type": "other", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_chrome_devtools_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0493.png", "id": "pbp_0493", "instruction": "Search everywhere", "bbox": [909, 30, 939, 57], "point": [924, 43], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [909, 30, 939, 57]}, "data_type": "other", "element_type": "other", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0494.png", "id": "pbp_0494", "instruction": "Change the zone icon.", "bbox": [774, 329, 1023, 380], "point": [898, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [774, 329, 1023, 380]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0495.png", "id": "pbp_0495", "instruction": "Open the Design & Development team.", "bbox": [39, 150, 63, 175], "point": [51, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 150, 63, 175]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "images_teams_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0496.png", "id": "pbp_0496", "instruction": "Dismiss the draft saved message.", "bbox": [627, 166, 658, 202], "point": [642, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [627, 166, 658, 202]}, "data_type": "other", "element_type": "other", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_salesforce_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0497.png", "id": "pbp_0497", "instruction": "Create something new.", "bbox": [15, 627, 48, 661], "point": [31, 644], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [15, 627, 48, 661]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768]} +{"file_name": "0498.png", "id": "pbp_0498", "instruction": "Cancel the discount.", "bbox": [617, 532, 776, 584], "point": [696, 558], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [617, 532, 776, 584]}, "data_type": "text", "element_type": "text", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} +{"file_name": "0499.png", "id": "pbp_0499", "instruction": "Switch to Song mode.", "bbox": [240, 6, 264, 31], "point": [252, 18], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [240, 6, 264, 31]}, "data_type": "text", "element_type": "text", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768]} diff --git a/pointerbench-pro/eval.py b/pointerbench-pro/eval.py new file mode 100644 index 0000000000000000000000000000000000000000..45021f711c027c0564ece8d6d8ca9c0962ddd135 --- /dev/null +++ b/pointerbench-pro/eval.py @@ -0,0 +1,132 @@ +#!/usr/bin/env python3 +"""Pointerbench-Pro official scorer. + +Metric: **point-in-bbox accuracy** (the ScreenSpot standard). A prediction is +correct when the predicted click point falls inside the target's ground-truth +bounding box. Reports overall accuracy plus per-element-type, per-app-category, +per-platform, and per-app breakdowns. Pure standard library, no dependencies. + +Ground truth is read from `data/test/metadata.jsonl` (shipped with the repo). + +Predictions file: JSONL or JSON list, one object per example, e.g. + {"id": "pbp_0001", "point": [612, 388]} +Accepted point keys: "point" / "pred" / "coordinate", or flat "x" and "y". +Coordinates are absolute pixels on the 1024x768 image. + +Usage: + python eval.py --predictions preds.jsonl + python eval.py --predictions preds.jsonl --json report.json +""" + +from __future__ import annotations + +import argparse +import json +from collections import defaultdict +from pathlib import Path + +ROOT = Path(__file__).resolve().parent +GT_PATH = ROOT / "data" / "test" / "metadata.jsonl" + +AXES = ("element_type", "app_category", "platform", "app") + + +def _load_jsonl(path: Path) -> list[dict]: + text = path.read_text(encoding="utf-8").strip() + if not text: + return [] + if text[0] == "[": # tolerate a JSON array too + return json.loads(text) + return [json.loads(ln) for ln in text.splitlines() if ln.strip()] + + +def _point(rec: dict) -> tuple[float, float] | None: + for key in ("point", "pred", "coordinate", "prediction"): + v = rec.get(key) + if isinstance(v, (list, tuple)) and len(v) >= 2: + return float(v[0]), float(v[1]) + if "x" in rec and "y" in rec: + return float(rec["x"]), float(rec["y"]) + return None + + +def _in_bbox(pt: tuple[float, float], bbox: list[int]) -> bool: + x0, y0, x1, y1 = bbox + return min(x0, x1) <= pt[0] <= max(x0, x1) and min(y0, y1) <= pt[1] <= max(y0, y1) + + +def evaluate(gt: list[dict], preds: dict[str, dict]) -> dict: + by = {axis: defaultdict(lambda: [0, 0]) for axis in AXES} + hits = missing = 0 + for ex in gt: + pred = preds.get(ex["id"]) + pt = _point(pred) if pred else None + if pt is None: + missing += 1 + ok = False + else: + ok = _in_bbox(pt, ex["bbox"]) + hits += ok + for axis in AXES: + cell = by[axis][ex.get(axis, "?")] + cell[0] += ok + cell[1] += 1 + n = len(gt) + + def table(axis: str) -> dict: + return {k: {"acc": round(v[0] / v[1], 4), "n": v[1]} + for k, v in sorted(by[axis].items())} + + report = { + "n": n, + "accuracy": round(hits / n, 4) if n else 0.0, + "hits": hits, + "missing_predictions": missing, + } + for axis in AXES: + report[f"by_{axis}"] = table(axis) + return report + + +def _print(report: dict) -> None: + print(f"\nPointerbench-Pro: {report['n']} examples") + print("=" * 44) + print(f"Accuracy: {report['accuracy'] * 100:5.2f}% " + f"({report['hits']}/{report['n']})") + if report["missing_predictions"]: + print(f" ! {report['missing_predictions']} examples had no prediction " + f"(counted as wrong)") + titles = {"element_type": "By target type", "app_category": "By app category", + "platform": "By platform", "app": "By app"} + for axis in AXES: + rows = report[f"by_{axis}"] + if axis == "app": # too many apps to print + continue + print(f"\n{titles[axis]}:") + for k, v in rows.items(): + print(f" {k:24s} {v['acc'] * 100:5.2f}% (n={v['n']})") + print("\n(per-app breakdown is in the --json report)\n") + + +def main() -> None: + ap = argparse.ArgumentParser(description=__doc__, + formatter_class=argparse.RawDescriptionHelpFormatter) + ap.add_argument("--predictions", required=True, type=Path, + help="JSONL/JSON predictions: {id, point:[x,y]} per example") + ap.add_argument("--gt", type=Path, default=GT_PATH, + help=f"ground-truth metadata (default: {GT_PATH})") + ap.add_argument("--json", type=Path, default=None, + help="also write the full report to this JSON path") + args = ap.parse_args() + + gt = _load_jsonl(args.gt) + preds = {r["id"]: r for r in _load_jsonl(args.predictions) if "id" in r} + report = evaluate(gt, preds) + _print(report) + if args.json: + args.json.write_text(json.dumps(report, indent=2), encoding="utf-8") + print(f"report -> {args.json}") + + +if __name__ == "__main__": + main() diff --git a/pointerbench-pro/heldout_source_ids.txt b/pointerbench-pro/heldout_source_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b43be9c9041691f8c24c231b05a03f73b7ff0b3 --- /dev/null +++ b/pointerbench-pro/heldout_source_ids.txt @@ -0,0 +1,500 @@ +dreamed_gui_1000_ableton_05_el1 +dreamed_gui_1000_ableton_07_el1 +dreamed_gui_1000_ableton_07_el2 +dreamed_gui_1000_acrobat_01_el1 +dreamed_gui_1000_acrobat_04_el2 +dreamed_gui_1000_acrobat_06_el0 +dreamed_gui_1000_acrobat_10_el3 +dreamed_gui_1000_airline_booking_05_el0 +dreamed_gui_1000_airline_booking_08_el4 +dreamed_gui_1000_airline_booking_10_el2 +dreamed_gui_1000_airtable_01_el4 +dreamed_gui_1000_airtable_02_el4 +dreamed_gui_1000_airtable_04_el1 +dreamed_gui_1000_airtable_07_el0 +dreamed_gui_1000_airtable_09_el0 +dreamed_gui_1000_android_studio_04_el4 +dreamed_gui_1000_android_studio_10_el1 +dreamed_gui_1000_android_studio_10_el4 +dreamed_gui_1000_anki_01_el3 +dreamed_gui_1000_anki_07_el2 +dreamed_gui_1000_asana_03_el0 +dreamed_gui_1000_asana_03_el3 +dreamed_gui_1000_asana_05_el0 +dreamed_gui_1000_asana_07_el1 +dreamed_gui_1000_asana_09_el2 +dreamed_gui_1000_audacity_02_el4 +dreamed_gui_1000_audacity_08_el2 +dreamed_gui_1000_audacity_09_el1 +dreamed_gui_1000_autocad_01_el0 +dreamed_gui_1000_autocad_07_el1 +dreamed_gui_1000_aws_console_01_el4 +dreamed_gui_1000_aws_console_05_el0 +dreamed_gui_1000_aws_console_07_el2 +dreamed_gui_1000_aws_console_10_el2 +dreamed_gui_1000_azure_portal_01_el0 +dreamed_gui_1000_azure_portal_01_el3 +dreamed_gui_1000_azure_portal_03_el3 +dreamed_gui_1000_azure_portal_05_el4 +dreamed_gui_1000_banking_app_01_el4 +dreamed_gui_1000_banking_app_06_el0 +dreamed_gui_1000_banking_app_06_el1 +dreamed_gui_1000_banking_app_08_el4 +dreamed_gui_1000_blender_01_el1 +dreamed_gui_1000_blender_09_el4 +dreamed_gui_1000_blender_10_el2 +dreamed_gui_1000_canva_04_el1 +dreamed_gui_1000_canva_05_el0 +dreamed_gui_1000_capcut_04_el0 +dreamed_gui_1000_capcut_05_el4 +dreamed_gui_1000_capcut_06_el2 +dreamed_gui_1000_car_infotainment_05_el3 +dreamed_gui_1000_car_infotainment_10_el2 +dreamed_gui_1000_chess_com_02_el3 +dreamed_gui_1000_chess_com_05_el0 +dreamed_gui_1000_chess_com_08_el0 +dreamed_gui_1000_chrome_devtools_05_el4 +dreamed_gui_1000_chrome_devtools_07_el4 +dreamed_gui_1000_chrome_devtools_10_el3 +dreamed_gui_1000_cura_01_el2 +dreamed_gui_1000_cura_02_el3 +dreamed_gui_1000_cura_04_el2 +dreamed_gui_1000_cura_05_el1 +dreamed_gui_1000_davinci_resolve_02_el4 +dreamed_gui_1000_davinci_resolve_05_el4 +dreamed_gui_1000_davinci_resolve_10_el1 +dreamed_gui_1000_dbeaver_01_el1 +dreamed_gui_1000_dbeaver_04_el0 +dreamed_gui_1000_dbeaver_04_el2 +dreamed_gui_1000_dbeaver_06_el0 +dreamed_gui_1000_docker_desktop_06_el3 +dreamed_gui_1000_docker_desktop_08_el3 +dreamed_gui_1000_ehr_system_05_el2 +dreamed_gui_1000_ehr_system_07_el0 +dreamed_gui_1000_ehr_system_07_el4 +dreamed_gui_1000_ehr_system_10_el0 +dreamed_gui_1000_eviews_02_el4 +dreamed_gui_1000_eviews_03_el1 +dreamed_gui_1000_excel_03_el1 +dreamed_gui_1000_excel_03_el2 +dreamed_gui_1000_excel_05_el2 +dreamed_gui_1000_excel_09_el1 +dreamed_gui_1000_figma_02_el3 +dreamed_gui_1000_figma_02_el4 +dreamed_gui_1000_figma_04_el1 +dreamed_gui_1000_figma_05_el1 +dreamed_gui_1000_figma_07_el4 +dreamed_gui_1000_fl_studio_01_el3 +dreamed_gui_1000_fl_studio_03_el0 +dreamed_gui_1000_fl_studio_09_el3 +dreamed_gui_1000_fl_studio_10_el1 +dreamed_gui_1000_fl_studio_10_el3 +dreamed_gui_1000_fusion_360_03_el4 +dreamed_gui_1000_fusion_360_04_el0 +dreamed_gui_1000_fusion_360_04_el4 +dreamed_gui_1000_fusion_360_05_el4 +dreamed_gui_1000_fusion_360_08_el3 +dreamed_gui_1000_gimp_02_el4 +dreamed_gui_1000_gimp_04_el1 +dreamed_gui_1000_gimp_04_el2 +dreamed_gui_1000_gimp_08_el4 +dreamed_gui_1000_github_web_05_el0 +dreamed_gui_1000_github_web_08_el2 +dreamed_gui_1000_github_web_09_el1 +dreamed_gui_1000_github_web_09_el2 +dreamed_gui_1000_godot_02_el3 +dreamed_gui_1000_google_analytics_02_el2 +dreamed_gui_1000_google_analytics_05_el1 +dreamed_gui_1000_google_analytics_05_el2 +dreamed_gui_1000_google_analytics_06_el2 +dreamed_gui_1000_grafana_03_el3 +dreamed_gui_1000_grafana_04_el0 +dreamed_gui_1000_grafana_04_el4 +dreamed_gui_1000_grafana_08_el0 +dreamed_gui_1000_home_assistant_01_el3 +dreamed_gui_1000_home_assistant_01_el4 +dreamed_gui_1000_home_assistant_04_el4 +dreamed_gui_1000_home_assistant_05_el0 +dreamed_gui_1000_home_assistant_09_el4 +dreamed_gui_1000_illustrator_01_el0 +dreamed_gui_1000_illustrator_02_el1 +dreamed_gui_1000_illustrator_04_el0 +dreamed_gui_1000_illustrator_05_el4 +dreamed_gui_1000_inkscape_01_el2 +dreamed_gui_1000_inkscape_02_el0 +dreamed_gui_1000_inkscape_10_el0 +dreamed_gui_1000_inkscape_10_el3 +dreamed_gui_1000_intellij_idea_05_el2 +dreamed_gui_1000_intellij_idea_06_el1 +dreamed_gui_1000_intellij_idea_08_el3 +dreamed_gui_1000_inventor_01_el0 +dreamed_gui_1000_inventor_01_el3 +dreamed_gui_1000_inventor_07_el0 +dreamed_gui_1000_inventor_08_el3 +dreamed_gui_1000_ios_settings_06_el4 +dreamed_gui_1000_ios_settings_08_el3 +dreamed_gui_1000_ios_settings_10_el3 +dreamed_gui_1000_jira_06_el1 +dreamed_gui_1000_jira_09_el2 +dreamed_gui_1000_jira_10_el2 +dreamed_gui_1000_jupyterlab_01_el0 +dreamed_gui_1000_jupyterlab_01_el3 +dreamed_gui_1000_jupyterlab_02_el3 +dreamed_gui_1000_jupyterlab_07_el1 +dreamed_gui_1000_jupyterlab_10_el2 +dreamed_gui_1000_kicad_04_el3 +dreamed_gui_1000_kicad_05_el1 +dreamed_gui_1000_krita_01_el1 +dreamed_gui_1000_labview_08_el0 +dreamed_gui_1000_lens_01_el4 +dreamed_gui_1000_lens_07_el2 +dreamed_gui_1000_lens_07_el4 +dreamed_gui_1000_lens_08_el2 +dreamed_gui_1000_lightroom_03_el2 +dreamed_gui_1000_lightroom_04_el0 +dreamed_gui_1000_lightroom_06_el3 +dreamed_gui_1000_linear_02_el4 +dreamed_gui_1000_linear_08_el0 +dreamed_gui_1000_linux_06_el3 +dreamed_gui_1000_linux_07_el0 +dreamed_gui_1000_macos_06_el3 +dreamed_gui_1000_matlab_08_el0 +dreamed_gui_1000_miro_02_el0 +dreamed_gui_1000_miro_02_el3 +dreamed_gui_1000_miro_09_el0 +dreamed_gui_1000_mongodb_compass_01_el0 +dreamed_gui_1000_mongodb_compass_01_el1 +dreamed_gui_1000_mongodb_compass_05_el1 +dreamed_gui_1000_netflix_03_el1 +dreamed_gui_1000_netflix_07_el1 +dreamed_gui_1000_netflix_09_el2 +dreamed_gui_1000_notion_01_el3 +dreamed_gui_1000_notion_09_el0 +dreamed_gui_1000_notion_10_el2 +dreamed_gui_1000_obs_01_el0 +dreamed_gui_1000_obs_02_el4 +dreamed_gui_1000_obs_04_el0 +dreamed_gui_1000_obs_05_el0 +dreamed_gui_1000_obs_09_el0 +dreamed_gui_1000_obsidian_02_el4 +dreamed_gui_1000_obsidian_06_el1 +dreamed_gui_1000_obsidian_10_el4 +dreamed_gui_1000_origin_01_el1 +dreamed_gui_1000_origin_02_el3 +dreamed_gui_1000_origin_08_el3 +dreamed_gui_1000_origin_09_el2 +dreamed_gui_1000_outlook_01_el4 +dreamed_gui_1000_outlook_03_el1 +dreamed_gui_1000_outlook_04_el2 +dreamed_gui_1000_outlook_05_el2 +dreamed_gui_1000_photoshop_01_el0 +dreamed_gui_1000_photoshop_02_el4 +dreamed_gui_1000_photoshop_03_el3 +dreamed_gui_1000_photoshop_05_el2 +dreamed_gui_1000_photoshop_09_el3 +dreamed_gui_1000_pos_system_04_el4 +dreamed_gui_1000_pos_system_06_el0 +dreamed_gui_1000_pos_system_09_el0 +dreamed_gui_1000_pos_system_09_el4 +dreamed_gui_1000_postman_02_el4 +dreamed_gui_1000_postman_08_el3 +dreamed_gui_1000_postman_10_el4 +dreamed_gui_1000_powerpoint_05_el4 +dreamed_gui_1000_powerpoint_06_el1 +dreamed_gui_1000_powerpoint_10_el4 +dreamed_gui_1000_premiere_02_el3 +dreamed_gui_1000_premiere_05_el2 +dreamed_gui_1000_premiere_09_el2 +dreamed_gui_1000_proxmox_01_el4 +dreamed_gui_1000_proxmox_03_el1 +dreamed_gui_1000_proxmox_05_el3 +dreamed_gui_1000_proxmox_06_el1 +dreamed_gui_1000_pycharm_04_el0 +dreamed_gui_1000_pycharm_05_el2 +dreamed_gui_1000_pycharm_06_el2 +dreamed_gui_1000_pycharm_08_el2 +dreamed_gui_1000_qgis_05_el3 +dreamed_gui_1000_quartus_04_el4 +dreamed_gui_1000_quartus_08_el4 +dreamed_gui_1000_reaper_03_el4 +dreamed_gui_1000_reaper_08_el0 +dreamed_gui_1000_reaper_09_el3 +dreamed_gui_1000_revit_01_el0 +dreamed_gui_1000_revit_03_el0 +dreamed_gui_1000_revit_07_el3 +dreamed_gui_1000_revit_09_el4 +dreamed_gui_1000_rstudio_01_el0 +dreamed_gui_1000_rstudio_03_el0 +dreamed_gui_1000_rstudio_03_el2 +dreamed_gui_1000_rstudio_05_el1 +dreamed_gui_1000_rstudio_10_el4 +dreamed_gui_1000_salesforce_03_el2 +dreamed_gui_1000_salesforce_08_el2 +dreamed_gui_1000_salesforce_08_el4 +dreamed_gui_1000_sap_01_el3 +dreamed_gui_1000_sap_03_el2 +dreamed_gui_1000_sap_10_el1 +dreamed_gui_1000_sketchup_02_el0 +dreamed_gui_1000_sketchup_03_el3 +dreamed_gui_1000_sketchup_08_el1 +dreamed_gui_1000_sketchup_08_el4 +dreamed_gui_1000_sketchup_10_el1 +dreamed_gui_1000_slack_04_el0 +dreamed_gui_1000_slack_08_el1 +dreamed_gui_1000_solidworks_07_el2 +dreamed_gui_1000_solidworks_08_el0 +dreamed_gui_1000_solidworks_09_el0 +dreamed_gui_1000_spotify_01_el2 +dreamed_gui_1000_spotify_07_el3 +dreamed_gui_1000_spotify_09_el3 +dreamed_gui_1000_spotify_09_el4 +dreamed_gui_1000_spss_05_el4 +dreamed_gui_1000_spss_07_el3 +dreamed_gui_1000_spss_07_el4 +dreamed_gui_1000_spss_10_el1 +dreamed_gui_1000_stata_04_el3 +dreamed_gui_1000_stata_06_el4 +dreamed_gui_1000_stata_10_el2 +dreamed_gui_1000_stata_10_el3 +dreamed_gui_1000_steam_04_el0 +dreamed_gui_1000_steam_06_el4 +dreamed_gui_1000_sublime_text_03_el0 +dreamed_gui_1000_sublime_text_04_el1 +dreamed_gui_1000_sublime_text_10_el2 +dreamed_gui_1000_tableau_10_el3 +dreamed_gui_1000_teams_01_el3 +dreamed_gui_1000_teams_04_el1 +dreamed_gui_1000_teams_09_el4 +dreamed_gui_1000_thunderbird_08_el1 +dreamed_gui_1000_thunderbird_08_el4 +dreamed_gui_1000_trading_platform_01_el1 +dreamed_gui_1000_trading_platform_03_el0 +dreamed_gui_1000_trading_platform_05_el3 +dreamed_gui_1000_trading_platform_08_el3 +dreamed_gui_1000_trello_04_el0 +dreamed_gui_1000_trello_06_el3 +dreamed_gui_1000_unity_03_el0 +dreamed_gui_1000_unity_04_el2 +dreamed_gui_1000_unity_06_el0 +dreamed_gui_1000_unreal_engine_01_el1 +dreamed_gui_1000_unreal_engine_01_el2 +dreamed_gui_1000_unreal_engine_10_el4 +dreamed_gui_1000_vivado_04_el1 +dreamed_gui_1000_vivado_04_el3 +dreamed_gui_1000_vlc_01_el4 +dreamed_gui_1000_vlc_03_el4 +dreamed_gui_1000_vlc_05_el2 +dreamed_gui_1000_vlc_10_el3 +dreamed_gui_1000_vmware_03_el3 +dreamed_gui_1000_vmware_06_el0 +dreamed_gui_1000_vmware_07_el4 +dreamed_gui_1000_vscode_03_el1 +dreamed_gui_1000_vscode_03_el2 +dreamed_gui_1000_vscode_04_el4 +dreamed_gui_1000_vscode_10_el4 +dreamed_gui_1000_windows_01_el3 +dreamed_gui_1000_windows_03_el3 +dreamed_gui_1000_windows_09_el1 +dreamed_gui_1000_windows_09_el2 +dreamed_gui_1000_wireshark_03_el1 +dreamed_gui_1000_wireshark_06_el2 +dreamed_gui_1000_word_01_el3 +dreamed_gui_1000_word_05_el0 +dreamed_gui_1000_wordpress_admin_04_el0 +dreamed_gui_1000_wordpress_admin_05_el2 +dreamed_gui_1000_wordpress_admin_07_el0 +dreamed_gui_1000_xcode_07_el1 +dreamed_gui_1000_youtube_studio_02_el0 +dreamed_gui_1000_youtube_studio_03_el4 +dreamed_gui_1000_zoom_01_el1 +dreamed_gui_1000_zoom_08_el1 +images_ableton_09_el7 +images_ableton_10_el2 +images_acrobat_05_el2 +images_airline_booking_06_el9 +images_airline_booking_07_el0 +images_android_studio_03_el5 +images_android_studio_03_el9 +images_anki_05_el2 +images_anki_05_el4 +images_anki_08_el2 +images_audacity_09_el3 +images_audacity_09_el8 +images_autocad_01_el1 +images_autocad_06_el2 +images_autocad_06_el6 +images_aws_console_05_el4 +images_azure_portal_07_el1 +images_banking_app_04_el3 +images_blender_03_el4 +images_blender_10_el1 +images_canva_07_el5 +images_canva_07_el8 +images_canva_09_el3 +images_capcut_06_el0 +images_capcut_07_el1 +images_car_infotainment_03_el0 +images_car_infotainment_06_el5 +images_car_infotainment_10_el7 +images_chess_com_07_el6 +images_chess_com_09_el6 +images_chrome_devtools_03_el6 +images_chrome_devtools_05_el5 +images_cpanel_05_el1 +images_cpanel_05_el4 +images_cpanel_07_el0 +images_cpanel_09_el3 +images_cpanel_09_el9 +images_cura_01_el1 +images_davinci_resolve_09_el8 +images_davinci_resolve_10_el6 +images_dbeaver_03_el0 +images_discord_02_el6 +images_discord_03_el9 +images_discord_08_el6 +images_discord_08_el8 +images_discord_09_el0 +images_docker_desktop_05_el4 +images_docker_desktop_05_el7 +images_docker_desktop_10_el9 +images_ehr_system_05_el7 +images_eviews_03_el6 +images_eviews_07_el4 +images_eviews_09_el3 +images_excel_07_el1 +images_gimp_08_el2 +images_github_web_07_el4 +images_godot_03_el3 +images_godot_04_el0 +images_godot_07_el0 +images_godot_09_el5 +images_google_analytics_01_el6 +images_grafana_05_el7 +images_illustrator_05_el3 +images_inkscape_09_el1 +images_intellij_idea_03_el6 +images_intellij_idea_09_el2 +images_inventor_10_el2 +images_ios_settings_04_el2 +images_ios_settings_04_el3 +images_jira_03_el0 +images_jira_03_el5 +images_kicad_02_el5 +images_kicad_06_el4 +images_kicad_09_el8 +images_krita_01_el8 +images_krita_05_el0 +images_krita_05_el4 +images_krita_09_el6 +images_labview_04_el0 +images_labview_04_el6 +images_labview_05_el6 +images_labview_09_el4 +images_lens_09_el5 +images_lightroom_05_el2 +images_lightroom_07_el2 +images_linear_01_el8 +images_linear_04_el9 +images_linear_08_el9 +images_linux_03_el7 +images_linux_07_el4 +images_linux_08_el0 +images_macos_06_el6 +images_macos_07_el7 +images_macos_07_el8 +images_macos_08_el5 +images_matlab_03_el5 +images_matlab_03_el8 +images_matlab_08_el3 +images_matlab_08_el7 +images_miro_02_el1 +images_miro_10_el4 +images_mongodb_compass_01_el0 +images_mongodb_compass_01_el3 +images_netflix_07_el5 +images_netflix_07_el8 +images_notion_02_el6 +images_notion_10_el3 +images_obsidian_07_el4 +images_obsidian_07_el8 +images_origin_03_el0 +images_outlook_02_el8 +images_pos_system_02_el7 +images_postman_06_el8 +images_postman_07_el9 +images_powerpoint_02_el3 +images_powerpoint_06_el7 +images_premiere_09_el1 +images_premiere_09_el4 +images_proxmox_03_el7 +images_pycharm_05_el2 +images_qgis_03_el1 +images_qgis_05_el1 +images_qgis_05_el4 +images_qgis_05_el9 +images_quartus_02_el1 +images_quartus_09_el0 +images_quartus_09_el3 +images_reaper_01_el1 +images_reaper_01_el3 +images_revit_06_el5 +images_salesforce_01_el6 +images_salesforce_08_el7 +images_sap_06_el4 +images_sap_06_el6 +images_slack_06_el7 +images_slack_06_el8 +images_slack_06_el9 +images_solidworks_03_el8 +images_solidworks_08_el8 +images_spotify_10_el9 +images_spss_02_el6 +images_stata_06_el5 +images_steam_06_el0 +images_steam_07_el0 +images_steam_07_el6 +images_sublime_text_03_el7 +images_sublime_text_09_el4 +images_tableau_02_el2 +images_tableau_02_el4 +images_tableau_02_el8 +images_tableau_03_el4 +images_teams_07_el8 +images_teams_08_el2 +images_thunderbird_01_el2 +images_thunderbird_05_el0 +images_thunderbird_05_el8 +images_trading_platform_01_el2 +images_trello_03_el5 +images_trello_05_el0 +images_trello_08_el5 +images_unity_03_el7 +images_unity_10_el1 +images_unreal_engine_08_el8 +images_unreal_engine_10_el1 +images_vivado_03_el4 +images_vivado_04_el1 +images_vivado_10_el5 +images_vlc_05_el8 +images_vmware_03_el7 +images_vmware_04_el0 +images_vscode_05_el2 +images_windows_05_el4 +images_wireshark_02_el1 +images_wireshark_02_el4 +images_wireshark_08_el2 +images_word_03_el4 +images_word_06_el3 +images_word_10_el7 +images_wordpress_admin_08_el1 +images_wordpress_admin_09_el1 +images_xcode_01_el1 +images_xcode_01_el6 +images_xcode_05_el6 +images_xcode_10_el6 +images_youtube_studio_02_el8 +images_youtube_studio_07_el2 +images_youtube_studio_08_el6 +images_zoom_07_el0 +images_zoom_07_el3 +images_zoom_09_el1 diff --git a/pointerbench-pro/requirements.txt b/pointerbench-pro/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ac76a140bc3f003a841a3f6d2010cc77aa81567 --- /dev/null +++ b/pointerbench-pro/requirements.txt @@ -0,0 +1,4 @@ +# eval.py needs nothing beyond the Python standard library. +# These are only for loading the dataset / running inference: +datasets>=2.14.0 +pillow>=9.0.0 diff --git a/pointerbench-sheets/.gitignore b/pointerbench-sheets/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..77d2faa17475fe3cfeec32b1736a37fdcbe3bb18 --- /dev/null +++ b/pointerbench-sheets/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.egg-info/ +.venv/ +.DS_Store +# local prediction / report artifacts +preds*.jsonl +report*.json diff --git a/pointerbench-sheets/CITATION.cff b/pointerbench-sheets/CITATION.cff new file mode 100644 index 0000000000000000000000000000000000000000..bae09192867929935242962c1cb412d2ec902ce0 --- /dev/null +++ b/pointerbench-sheets/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use Pointerbench-Sheets, please cite it as below." +title: "Pointerbench-Sheets: A GUI Grounding Benchmark for Spreadsheets" +authors: + - name: "Pointerbench-Sheets contributors" +version: "1.0.0" +date-released: "2026-06-17" +url: "https://github.com/YOUR_ORG/pointerbench-sheets" +license: "CC-BY-4.0" diff --git a/pointerbench-sheets/LICENSE b/pointerbench-sheets/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..d70b71c8a2c7c97139a9877273cac56e23fd399a --- /dev/null +++ b/pointerbench-sheets/LICENSE @@ -0,0 +1,64 @@ +Attribution 4.0 International (CC BY 4.0) + +The dataset (images and annotations) in this repository is licensed under the +Creative Commons Attribution 4.0 International License. The accompanying code +(eval.py) is licensed under the MIT License (see below). + +================================================================================ +Creative Commons Attribution 4.0 International (CC BY 4.0) +================================================================================ + +You are free to: + + Share: copy and redistribute the material in any medium or format. + Adapt: remix, transform, and build upon the material for any purpose, even + commercially. + +The licensor cannot revoke these freedoms as long as you follow the license +terms. + +Under the following terms: + + Attribution: You must give appropriate credit, provide a link to the + license, and indicate if changes were made. You may do so in any reasonable + manner, but not in any way that suggests the licensor endorses you or your + use. + + No additional restrictions: You may not apply legal terms or technological + measures that legally restrict others from doing anything the license + permits. + +Notices: + + You do not have to comply with the license for elements of the material in + the public domain or where your use is permitted by an applicable exception + or limitation. + + No warranties are given. The license may not give you all of the permissions + necessary for your intended use. For example, other rights such as publicity, + privacy, or moral rights may limit how you use the material. + +The full legal text of CC BY 4.0 is available at: +https://creativecommons.org/licenses/by/4.0/legalcode + +================================================================================ +MIT License (applies to code: eval.py) +================================================================================ + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/pointerbench-sheets/README.md b/pointerbench-sheets/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a8b4fa8026b19e6180b96d4a774b9ca744ec1af9 --- /dev/null +++ b/pointerbench-sheets/README.md @@ -0,0 +1,191 @@ +# Pointerbench-Sheets + +**A 500-example GUI grounding benchmark for spreadsheets.** Given a spreadsheet +screenshot and a short instruction (e.g. *"Click cell E33"*, *"Click the orange +cell"*, *"Click the Revenue column header"*, *"Drag to resize column C"*), a model must output the pixel +coordinate to click. Scored exactly like [ScreenSpot](https://github.com/njucckevin/SeeClick): +**a click is correct if it lands inside the target's bounding box.** + +![teaser](assets/teaser.png) + +## Why spreadsheets? + +General GUI-grounding suites (ScreenSpot, ScreenSpot-v2, ScreenSpot-Pro) are +broad but **thin on spreadsheets**, yet spreadsheets are where grounding is +hardest: hundreds of near-identical small cells, dense grids, colored fills, +header rows, scroll positions that rarely start at `A1`, and click targets that +are not ordinary objects at all. Resizing a column means clicking the thin line +between columns; selecting a cell corner means landing on one grid intersection; +following "three cells below A5" means reasoning over grid coordinates, not OCR +tokens. Pointerbench-Sheets isolates this spreadsheet-specific +grounding skill across four real spreadsheet UI skins plus a chrome-free grid. + +## What's inside + +- **500** examples, one instruction per image. +- **1024×768** PNG screenshots, fully synthetic (no scraping, no PII). +- **5 UI styles**: Excel, Excel (white), Google Sheets, LibreOffice Calc, and a + bare chrome-free grid. +- **16 task categories**: + + | category | data_type | instruction example | + | ------------------ | --------- | ------------------------------------------ | + | `cell_ref` | cell | *Click cell C12.* | + | `cell_ref_content` | cell | *Click cell C12 containing "Madrid".* | + | `cell_content` | cell | *Click the cell containing "Madrid".* | + | `col_header` | header | *Click the column D header.* | + | `row_header` | header | *Click the row 18 header.* | + | `cell_color` | color | *Click the orange cell.* | + | `col_resize_handle`| edge | *Click the divider after column D.* | + | `row_resize_handle`| edge | *Click the lower border of row 18.* | + | `cell_right_edge` | edge | *Click the right edge of cell C12.* | + | `cell_bottom_edge` | edge | *Click the bottom edge of cell C12.* | + | `cell_top_left_corner` | corner | *Click the top-left corner of cell C12.* | + | `cell_top_right_corner` | corner | *Click the top-right corner of cell C12.* | + | `cell_bottom_left_corner` | corner | *Click the bottom-left corner of cell C12.* | + | `cell_bottom_right_corner` | corner | *Click the bottom-right corner of cell C12.* | + | `cell_relative_row` | relative | *Click the cell 3 rows below D18.* | + | `cell_relative_offset` | relative | *From B7, move 3 columns right and 1 row down.* | + +- Randomized realism: per-sheet font family/size, per-column text color / bold / + alignment, colored fills (single cell / row / column / stripe), banded rows, a + selected-cell distractor, and **random row + column scroll offsets** (the + window does not always start at `A1`). +- ~10% of instructions are in German (`language` field), the rest English. + +## Schema + +Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout): + +```json +{ + "file_name": "0000.png", + "id": "pbs_0000", + "instruction": "Click cell E33.", + "bbox": [596, 376, 681, 395], + "point": [638, 385], + "data_type": "cell", + "category": "cell_ref", + "ui_style": "excel", + "language": "en", + "image_size": [1024, 768] +} +``` + +- **`bbox`**: ground-truth target, **`[x1, y1, x2, y2]` in absolute pixels** + (top-left, bottom-right) on the 1024×768 image. A prediction is correct iff it + lands inside this box. +- **`point`**: the box center (a convenient single-point reference). +- **`data_type`**: coarse ScreenSpot-style class (`cell` / `header` / `color` / `edge` / `corner` / `relative`). +- **`category`**: the fine-grained task kind. +- **`ui_style`**: the rendered app skin. + +## Quickstart + +### Load the data + +Via 🤗 `datasets` (after the set is pushed to the Hub): + +```python +from datasets import load_dataset +ds = load_dataset("YOUR_ORG/pointerbench-sheets", split="test") +ex = ds[0] +ex["image"] # PIL.Image, 1024x768 +ex["instruction"] # "Click cell E33." +ex["bbox"] # [x1, y1, x2, y2] +``` + +Or locally with the imagefolder loader: + +```python +from datasets import load_dataset +ds = load_dataset("imagefolder", data_dir="data", split="test") +``` + +Or with no dependencies at all, read `data/test/metadata.jsonl` and open the +sibling PNGs yourself. + +### Evaluate + +1. Run your model on every example's `instruction` + image and collect a + predicted click point (absolute pixels on the 1024×768 image). +2. Write predictions as JSONL, one object per example: + + ```json + {"id": "pbs_0000", "point": [612, 388]} + ``` + +3. Score (pure standard library, no dependencies): + + ```bash + python eval.py --predictions preds.jsonl + ``` + + ``` + Pointerbench-Sheets: 500 examples + ============================================ + Accuracy: 73.40% (367/500) + + By category: + cell_color 61.11% (n=72) + cell_ref 81.46% (n=178) + ... + ``` + +The scorer reports overall accuracy plus per-category, per-UI-style, and +per-data-type breakdowns. `--json report.json` writes the full report. + +### Turning model output into a point + +Models emit clicks in many shapes; map them to `[x, y]` pixels before scoring. +For example, a `x,y` tag or a normalized `0-1` / `0-999` point: + +```python +import re +def to_point(text, w=1024, h=768): + m = re.search(r"(-?\d+(?:\.\d+)?)\s*[,\s]\s*(-?\d+(?:\.\d+)?)", text) + x, y = float(m.group(1)), float(m.group(2)) + if max(x, y) <= 1.0: x, y = x * w, y * h # normalized 0-1 + elif max(x, y) <= 999: x, y = x / 999 * w, y / 999 * h # 0-999 grid + return [round(x), round(y)] +``` + +## Baselines + +| Model | Accuracy | Notes | +| ----------------------------- | -------- | ------------------------- | +| Center-click (512, 384) | 0.6% | sanity floor | +| _your model here_ | n/a | open a PR | + +## Construction & reproducibility + +Examples are rendered programmatically (pure PIL, no browser, no real files), +so every ground-truth box is pixel-exact. The set is **held out**: it is built +with a generation seed disjoint from any training data, so no benchmark sheet is +reused for training. The generator and the exact build command live in the +[source repo](https://github.com/YOUR_ORG/YOUR_GENERATOR_REPO); see +[`REPRODUCE.md`](REPRODUCE.md). + +## Limitations + +- Fully synthetic: realistic but not screenshots of real workbooks. +- Fixed 1024×768 resolution; instructions in English/German only. +- Targets are cells, headers, colored regions, grid/resize edges, cell corners, + and relative cell offsets, not in-sheet charts, shapes, or app chrome + (menus/toolbars are decorative and never targets). + +## Citation + +```bibtex +@misc{pointerbench_sheets_2026, + title = {Pointerbench-Sheets: A GUI Grounding Benchmark for Spreadsheets}, + author = {Pointerbench-Sheets contributors}, + year = {2026}, + url = {https://github.com/YOUR_ORG/pointerbench-sheets} +} +``` + +## License + +- **Data** (images + annotations): [CC BY 4.0](LICENSE). +- **Code** (`eval.py`): MIT. diff --git a/pointerbench-sheets/REPRODUCE.md b/pointerbench-sheets/REPRODUCE.md new file mode 100644 index 0000000000000000000000000000000000000000..34202bd773b03ac798a468693045f834a4d21a47 --- /dev/null +++ b/pointerbench-sheets/REPRODUCE.md @@ -0,0 +1,26 @@ +# Reproducing Pointerbench-Sheets + +The benchmark is generated programmatically from the +`spreadsheet-coordinate-grounding` generator in the source repository. + +```bash +# from the generator directory in the source repo: +python3 build_pointerbench.py --n 500 --seed 90111 --out /path/to/pointerbench-sheets +``` + +- **Seed `90111`** is disjoint from the training-data seed (`7`), so every + benchmark sheet is unseen during training. +- The build renders one distinct sheet per example, saves it as + `data/test/.png`, and writes one `data/test/metadata.jsonl` row with the + instruction, the pixel `bbox`, the center `point`, and the category / UI-style + / language tags. +- The benchmark includes ordinary object-like targets (cells, headers, colored + regions) plus thin spreadsheet edge targets: column resize handles, row resize + handles, right cell edges, bottom cell edges, and the four corners of visible + cells. It also includes relative-navigation tasks such as "three rows below + A5" and "two columns right and one row down from B7". +- Rendering is fully deterministic given the seed (pure PIL), so the box + coordinates are pixel-exact and the set is byte-reproducible. + +Regenerating with the same seed reproduces the identical 500 examples. To grow +or refresh the set, change `--n` / `--seed` and bump the dataset version. diff --git a/pointerbench-sheets/assets/color-grounding-placeholder.png b/pointerbench-sheets/assets/color-grounding-placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..c972299f791895149ba70dc63a76362a16199458 --- /dev/null +++ b/pointerbench-sheets/assets/color-grounding-placeholder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c024fdd27f38d095586d236ea762984ae93efd6fb42e030c1194f9922c0e834 +size 137397 diff --git a/pointerbench-sheets/assets/teaser.png b/pointerbench-sheets/assets/teaser.png new file mode 100644 index 0000000000000000000000000000000000000000..f90d3c23db89c6b2fcab55d4bf691541ff38dcb0 --- /dev/null +++ b/pointerbench-sheets/assets/teaser.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e52300e13eafb284520f3100c369f1aca5e361055be026abcd9b76f94d7877 +size 312113 diff --git a/pointerbench-sheets/data/test/0000.png b/pointerbench-sheets/data/test/0000.png new file mode 100644 index 0000000000000000000000000000000000000000..c590661d56e01b49b4aa1e534343e048f774c618 --- /dev/null +++ b/pointerbench-sheets/data/test/0000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825e36726b3088d7fceeed774580c361069f071f9a39642daa43c2a22e665f9c +size 115638 diff --git a/pointerbench-sheets/data/test/0001.png b/pointerbench-sheets/data/test/0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27bbeaa88d18a67e85ba7d6be0d6b52b5f86bf26 --- /dev/null +++ b/pointerbench-sheets/data/test/0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d173ccdc3f4a90e6caad2b9145a55757dc2674f482b1630f142b1c58f479ee +size 110166 diff --git a/pointerbench-sheets/data/test/0002.png b/pointerbench-sheets/data/test/0002.png new file mode 100644 index 0000000000000000000000000000000000000000..ee3bfe37d60da7866c91987c9e93f49f711e670a --- /dev/null +++ b/pointerbench-sheets/data/test/0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a0402362bfc3f7e4bc5ad83fff802613e66200eff6d855938698004bb20ada +size 95790 diff --git a/pointerbench-sheets/data/test/0003.png b/pointerbench-sheets/data/test/0003.png new file mode 100644 index 0000000000000000000000000000000000000000..57d005b36f2b9637759dc90c486002d01e995169 --- /dev/null +++ b/pointerbench-sheets/data/test/0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1857c6409f9c6371b9fdc4657a99cb5485444bad482ce22587aa96baaecc180d +size 96128 diff --git a/pointerbench-sheets/data/test/0004.png b/pointerbench-sheets/data/test/0004.png new file mode 100644 index 0000000000000000000000000000000000000000..688a83e4124c93109bc21452fd67f6355505ef82 --- /dev/null +++ b/pointerbench-sheets/data/test/0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd8a4e091cdff8730f4cee52b2707273a353bbf787531ad0395bcd55a89a0fc +size 94692 diff --git a/pointerbench-sheets/data/test/0005.png b/pointerbench-sheets/data/test/0005.png new file mode 100644 index 0000000000000000000000000000000000000000..3d2a6939250b96043a0053f21b6e5cdb9a5449ac --- /dev/null +++ b/pointerbench-sheets/data/test/0005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f3eb99c57e8406526a00ff57d42e7c874d9e1283472be932e8b4584f82f628 +size 87933 diff --git a/pointerbench-sheets/data/test/0006.png b/pointerbench-sheets/data/test/0006.png new file mode 100644 index 0000000000000000000000000000000000000000..9b30cee284e6a045879933a38046c3be71560f0a --- /dev/null +++ b/pointerbench-sheets/data/test/0006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e23acbc4ab01711129fb2745bbb4467facd91ee8f19e581b7d707ff2433c1fc +size 110415 diff --git a/pointerbench-sheets/data/test/0007.png b/pointerbench-sheets/data/test/0007.png new file mode 100644 index 0000000000000000000000000000000000000000..a069906ca9cc85974bbb6a759868b34d3564db23 --- /dev/null +++ b/pointerbench-sheets/data/test/0007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10f7fb20748001f899391462a85fc24969e7d78d37949b25ecaee3397964379 +size 123341 diff --git a/pointerbench-sheets/data/test/0008.png b/pointerbench-sheets/data/test/0008.png new file mode 100644 index 0000000000000000000000000000000000000000..4b472070973f33b3d78def106b77a184f65b2f8c --- /dev/null +++ b/pointerbench-sheets/data/test/0008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9647439d979ccb910ca6b83e49b65b39b4269fa58a424c34639e37d1f6f37c2 +size 93409 diff --git a/pointerbench-sheets/data/test/0009.png b/pointerbench-sheets/data/test/0009.png new file mode 100644 index 0000000000000000000000000000000000000000..afa3f9bbfcee7536367d0db4203ca779c90258d5 --- /dev/null +++ b/pointerbench-sheets/data/test/0009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c55158d5e6e761ec1b8f0818ad60c81e31e55f7aae4bf666c9966aa49af836 +size 144488 diff --git a/pointerbench-sheets/data/test/0010.png b/pointerbench-sheets/data/test/0010.png new file mode 100644 index 0000000000000000000000000000000000000000..53c07ca54d35bd188f4cb75050d30f247d005388 --- /dev/null +++ b/pointerbench-sheets/data/test/0010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056b39acdb3182077d4c16a36bbf54dea9ddd823e1b1fa058ccdde89be42a60e +size 64729 diff --git a/pointerbench-sheets/data/test/0011.png b/pointerbench-sheets/data/test/0011.png new file mode 100644 index 0000000000000000000000000000000000000000..2cccc4d6a38584e0e5e0841ec7e226682b6a57b7 --- /dev/null +++ b/pointerbench-sheets/data/test/0011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b8882a03b16ff8d1345e770247a82c2041cc197eaff6e48b910f8b60a0adf6 +size 88269 diff --git a/pointerbench-sheets/data/test/0012.png b/pointerbench-sheets/data/test/0012.png new file mode 100644 index 0000000000000000000000000000000000000000..602c59ed090bcd7030f9bb10f8b0992ee8b0032c --- /dev/null +++ b/pointerbench-sheets/data/test/0012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a6672b4e20d0e02a099518eeefb04a8d05c7b88a84322726dfa6edbeb6887 +size 81865 diff --git a/pointerbench-sheets/data/test/0013.png b/pointerbench-sheets/data/test/0013.png new file mode 100644 index 0000000000000000000000000000000000000000..70df816c25938fe963d57abc658a293dd705f67e --- /dev/null +++ b/pointerbench-sheets/data/test/0013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0e80f2343bb4ebf53f4146dd0b883c95cb9024890b126ae40fbb179920e84b +size 60072 diff --git a/pointerbench-sheets/data/test/0014.png b/pointerbench-sheets/data/test/0014.png new file mode 100644 index 0000000000000000000000000000000000000000..7ef2992743149a6e9ee9ed616b76d77a8f6c3461 --- /dev/null +++ b/pointerbench-sheets/data/test/0014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd406691b5138642e490dcf83739d0696b7ba8f89f513df0979a64fa20cac7d +size 89144 diff --git a/pointerbench-sheets/data/test/0015.png b/pointerbench-sheets/data/test/0015.png new file mode 100644 index 0000000000000000000000000000000000000000..71d42a3759e5f1710a17bd9b604d523a61476690 --- /dev/null +++ b/pointerbench-sheets/data/test/0015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b818df225ad3f3db2ae00e2687c5200a7aee27c47b4707601de689646e16c3 +size 88938 diff --git a/pointerbench-sheets/data/test/0016.png b/pointerbench-sheets/data/test/0016.png new file mode 100644 index 0000000000000000000000000000000000000000..929859b70e2d542d9e2f93d785dedbc5e8d1c219 --- /dev/null +++ b/pointerbench-sheets/data/test/0016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78610375ad6bda14baaafb034e6d1d5354eba29d8b97516f1297d474846c9e78 +size 81659 diff --git a/pointerbench-sheets/data/test/0017.png b/pointerbench-sheets/data/test/0017.png new file mode 100644 index 0000000000000000000000000000000000000000..dba86a09550c1a6dc1313b7fb72050d5edf424ff --- /dev/null +++ b/pointerbench-sheets/data/test/0017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a503d12f3de25beef062b2a9efeff5db4228c735a259469978aa8ef8133b2a +size 152165 diff --git a/pointerbench-sheets/data/test/0018.png b/pointerbench-sheets/data/test/0018.png new file mode 100644 index 0000000000000000000000000000000000000000..68f4730c29050ef5df5e175208dea6dd36ab634b --- /dev/null +++ b/pointerbench-sheets/data/test/0018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760fc6f81f3ae26ffa1905644c3ac7880a373f8c2fe4c995c657dcc12c743983 +size 126968 diff --git a/pointerbench-sheets/data/test/0019.png b/pointerbench-sheets/data/test/0019.png new file mode 100644 index 0000000000000000000000000000000000000000..6669dca028e5de98f16cd37c1cde9ad970f9d84f --- /dev/null +++ b/pointerbench-sheets/data/test/0019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2b7d28f51a6c088ba7a807863e15c86c5c0bf986eac5285221eb014b6d8dc2 +size 97611 diff --git a/pointerbench-sheets/data/test/0020.png b/pointerbench-sheets/data/test/0020.png new file mode 100644 index 0000000000000000000000000000000000000000..4548360e935e89d006807c304f8fe65f60dd54f2 --- /dev/null +++ b/pointerbench-sheets/data/test/0020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e86b1db6ca8f058bcff0fc5dba2eb1143c2627e4048942662f30bb3e6dc501 +size 77938 diff --git a/pointerbench-sheets/data/test/0021.png b/pointerbench-sheets/data/test/0021.png new file mode 100644 index 0000000000000000000000000000000000000000..710110e46797f32ee307cc5057420b975942cb97 --- /dev/null +++ b/pointerbench-sheets/data/test/0021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e83b1c8b95a22033463832702246013a9a318e44a78d54fe71260cfa75d484 +size 109936 diff --git a/pointerbench-sheets/data/test/0022.png b/pointerbench-sheets/data/test/0022.png new file mode 100644 index 0000000000000000000000000000000000000000..9597272763d9f765c7b8f58c9829595aad5d314d --- /dev/null +++ b/pointerbench-sheets/data/test/0022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bda13e9c2ef59318a8d5fa3c1ef18937d00b3a894fd709d85c149a4355bcbb +size 110782 diff --git a/pointerbench-sheets/data/test/0023.png b/pointerbench-sheets/data/test/0023.png new file mode 100644 index 0000000000000000000000000000000000000000..373fb8be8e5164b93d54d718af4c8499c2e6e0c9 --- /dev/null +++ b/pointerbench-sheets/data/test/0023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfd0a2698707c6c8e578cfe1ed10f82f7faec2f28ea54316a48b54d1dd8f876 +size 117931 diff --git a/pointerbench-sheets/data/test/0024.png b/pointerbench-sheets/data/test/0024.png new file mode 100644 index 0000000000000000000000000000000000000000..a0e5095022416bb88b59e9e586d15ec5416385a6 --- /dev/null +++ b/pointerbench-sheets/data/test/0024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b07b574b6bdaca1e823224af40fbf1ce42cdf6e233806e33af2a7d103cf7a78 +size 104296 diff --git a/pointerbench-sheets/data/test/0025.png b/pointerbench-sheets/data/test/0025.png new file mode 100644 index 0000000000000000000000000000000000000000..c11d3b584031fdc0ec8bd035c1df42bd263f97f7 --- /dev/null +++ b/pointerbench-sheets/data/test/0025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a963c1fbd85ba7898b1bf3764c75ca8709f189e4933a3bec3978ad2562cccf +size 172795 diff --git a/pointerbench-sheets/data/test/0026.png b/pointerbench-sheets/data/test/0026.png new file mode 100644 index 0000000000000000000000000000000000000000..2fac71525070e6c762042321553bb2d500f783a6 --- /dev/null +++ b/pointerbench-sheets/data/test/0026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc71594e191c05056b9940eb08e5e44d64c8e4d04a857f90a8155a7b17b63e4 +size 116581 diff --git a/pointerbench-sheets/data/test/0027.png b/pointerbench-sheets/data/test/0027.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c694dc51f677645f5e13b9a9d5dc625ab848b3 --- /dev/null +++ b/pointerbench-sheets/data/test/0027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b29db0b2f37d37113a1a886eac4f70b71e5cc9fabd253f84d7bff10da1053 +size 98625 diff --git a/pointerbench-sheets/data/test/0028.png b/pointerbench-sheets/data/test/0028.png new file mode 100644 index 0000000000000000000000000000000000000000..6e95dd6a36abdc99f2190935775f7da5c385f87d --- /dev/null +++ b/pointerbench-sheets/data/test/0028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2087012bdbed6bcf9e7c0f181ce5c5cc86b6bed0a9e84fed4b315093629d6c7 +size 75227 diff --git a/pointerbench-sheets/data/test/0029.png b/pointerbench-sheets/data/test/0029.png new file mode 100644 index 0000000000000000000000000000000000000000..dc9d6553aba84dbbc4a7e79e1d9f987b0154b0a3 --- /dev/null +++ b/pointerbench-sheets/data/test/0029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a716fa5e25651ee0ca8ae30a4efed9387a80295add41918e87169e075327a2e5 +size 187635 diff --git a/pointerbench-sheets/data/test/0030.png b/pointerbench-sheets/data/test/0030.png new file mode 100644 index 0000000000000000000000000000000000000000..14e8f3a741f8ecca71318555b87974bdde9a4235 --- /dev/null +++ b/pointerbench-sheets/data/test/0030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b7e307d1a13a7dc62a2cb3817d2ed521d0b35b3b609bf12de555f0ffccafab +size 124159 diff --git a/pointerbench-sheets/data/test/0031.png b/pointerbench-sheets/data/test/0031.png new file mode 100644 index 0000000000000000000000000000000000000000..cd59f321e7872b4aa8a795ca0a4c30d88279669e --- /dev/null +++ b/pointerbench-sheets/data/test/0031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddc4993af0a4ca621667d02f7293debfad50418ff45529b19c453223d983427 +size 116385 diff --git a/pointerbench-sheets/data/test/0032.png b/pointerbench-sheets/data/test/0032.png new file mode 100644 index 0000000000000000000000000000000000000000..958d87c10c4bd3d018587b0f50d16ade876dd25a --- /dev/null +++ b/pointerbench-sheets/data/test/0032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b113147cdc6fc757f136b8d38f133961804c1fec2e6faed8fa14851c27b7b410 +size 142172 diff --git a/pointerbench-sheets/data/test/0033.png b/pointerbench-sheets/data/test/0033.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a9d3a7a0470aee9d4ec313673409dad85299a5 --- /dev/null +++ b/pointerbench-sheets/data/test/0033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f79bd616998f45104cd955bca7683d1798000dbadee1e04fd7cee7c13dcc2d +size 100691 diff --git a/pointerbench-sheets/data/test/0034.png b/pointerbench-sheets/data/test/0034.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed5ab066305f2eb60fa0652c4f213b7471f2532 --- /dev/null +++ b/pointerbench-sheets/data/test/0034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246783d62a2cff5e9e52704a6cbfa8507df9e699e938d4516f2efcd55934c353 +size 76982 diff --git a/pointerbench-sheets/data/test/0035.png b/pointerbench-sheets/data/test/0035.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0979b723ae371bdf0fda742eec3c4945bd3ce2 --- /dev/null +++ b/pointerbench-sheets/data/test/0035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130bbcf1b054a34e3bebeb5125bdc08cecc790e508e60fd942f50c23fcd4cb22 +size 75481 diff --git a/pointerbench-sheets/data/test/0036.png b/pointerbench-sheets/data/test/0036.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd1cab2f64c643b560b5e0a53bdde17d32238de --- /dev/null +++ b/pointerbench-sheets/data/test/0036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6e83af70129a5c7354eb12a04636b7182c867f89899b196082ec198c27868a +size 62850 diff --git a/pointerbench-sheets/data/test/0037.png b/pointerbench-sheets/data/test/0037.png new file mode 100644 index 0000000000000000000000000000000000000000..0d98c2e4932e4ff5ea8d5959803cda6ce186dc99 --- /dev/null +++ b/pointerbench-sheets/data/test/0037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ba1951c55a4f35c93fc98b20258c89b690c1610a8803d5cdc282494d0f91c3 +size 114574 diff --git a/pointerbench-sheets/data/test/0038.png b/pointerbench-sheets/data/test/0038.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9eb4f6114f019f614492e174ae6f5967aa0aab --- /dev/null +++ b/pointerbench-sheets/data/test/0038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1ad9e995e7602b30fb588dae7ae512b2d0e665a812a0da127572ab75b89c5d +size 94306 diff --git a/pointerbench-sheets/data/test/0039.png b/pointerbench-sheets/data/test/0039.png new file mode 100644 index 0000000000000000000000000000000000000000..111c7fea053d935078bae9ed779b39316ebef7cd --- /dev/null +++ b/pointerbench-sheets/data/test/0039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42516805f18e4817e92e3cf42d249fdd549ca269456c8ca5c66cf96c0a0d9d03 +size 93391 diff --git a/pointerbench-sheets/data/test/0040.png b/pointerbench-sheets/data/test/0040.png new file mode 100644 index 0000000000000000000000000000000000000000..9680a9dc42f009960e69243bd0d01effbf48d23f --- /dev/null +++ b/pointerbench-sheets/data/test/0040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55faf86c92d9f513f388e2b19869d227b384e0a6aa510abff5cf3609537ea273 +size 70800 diff --git a/pointerbench-sheets/data/test/0041.png b/pointerbench-sheets/data/test/0041.png new file mode 100644 index 0000000000000000000000000000000000000000..4a4c8f96ff93e156afe3954a0ee2c4aac46a26dd --- /dev/null +++ b/pointerbench-sheets/data/test/0041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982f7a083b2810ff4f0670158ae43952088d5abbd5166a31f439714bf882a639 +size 52248 diff --git a/pointerbench-sheets/data/test/0042.png b/pointerbench-sheets/data/test/0042.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6217406209229fc25055578e61543b4a4f4f03 --- /dev/null +++ b/pointerbench-sheets/data/test/0042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c230673131769a83a057023986fcbdebf9f47f796b1b3da23bd9704ef40265a +size 136915 diff --git a/pointerbench-sheets/data/test/0043.png b/pointerbench-sheets/data/test/0043.png new file mode 100644 index 0000000000000000000000000000000000000000..18c3c20a3e6576ba21d048b2257f0be16b87642b --- /dev/null +++ b/pointerbench-sheets/data/test/0043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d25d144f16cb85d58b60b867afeca7ae34bdff1cae16c84e3b1ca7d945228e +size 115180 diff --git a/pointerbench-sheets/data/test/0044.png b/pointerbench-sheets/data/test/0044.png new file mode 100644 index 0000000000000000000000000000000000000000..2e1b6189ef58ec9f9fe5be5dc47649c86daac681 --- /dev/null +++ b/pointerbench-sheets/data/test/0044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabb3cf1bf4faa86acebdfd1da60fdbf6fa8d099a928b23c73c7cd6707768b4d +size 67981 diff --git a/pointerbench-sheets/data/test/0045.png b/pointerbench-sheets/data/test/0045.png new file mode 100644 index 0000000000000000000000000000000000000000..8c0ea05eced1a0a25f1c00ca2a2b6384a25299b8 --- /dev/null +++ b/pointerbench-sheets/data/test/0045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599916d21379a4cd316fbcf16e3c90a8dd81e925952b51a68fed974060852ff6 +size 62007 diff --git a/pointerbench-sheets/data/test/0046.png b/pointerbench-sheets/data/test/0046.png new file mode 100644 index 0000000000000000000000000000000000000000..338ae19a66db17a69088a214be5ca20dfd0b7fd3 --- /dev/null +++ b/pointerbench-sheets/data/test/0046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d3ea5399f7d6cc01aa839426242d0984c164647c96f92312f7e01da0e16ea3 +size 97556 diff --git a/pointerbench-sheets/data/test/0047.png b/pointerbench-sheets/data/test/0047.png new file mode 100644 index 0000000000000000000000000000000000000000..f09774096943fd7b44c347f9bedf97793ffae4c4 --- /dev/null +++ b/pointerbench-sheets/data/test/0047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6f23ccab8d1f04c4fd0cdf190d44c556e16100ff95044596b26b7d61ba9636 +size 65430 diff --git a/pointerbench-sheets/data/test/0048.png b/pointerbench-sheets/data/test/0048.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1384161376d640d55b900d14f70f136d23ecb1 --- /dev/null +++ b/pointerbench-sheets/data/test/0048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d336a2e181b838b5f0357e05e476f0227062e831a24e825896020cbd18c0c2a2 +size 112200 diff --git a/pointerbench-sheets/data/test/0049.png b/pointerbench-sheets/data/test/0049.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf66c74ae3ccbfa7f55c71c4fb47de179100b3a --- /dev/null +++ b/pointerbench-sheets/data/test/0049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a4039f1b09e763b66122af6c6d221e9c72599f59545e03470ef5a2c7992df7 +size 97169 diff --git a/pointerbench-sheets/data/test/0050.png b/pointerbench-sheets/data/test/0050.png new file mode 100644 index 0000000000000000000000000000000000000000..1505dfc060f3fccc1edb03a71a272fdc6849f42a --- /dev/null +++ b/pointerbench-sheets/data/test/0050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c7e7eca7bd420b6dcf8dd9f579a66e2d837c832c7e4b41b13454d4e41865aa +size 67258 diff --git a/pointerbench-sheets/data/test/0051.png b/pointerbench-sheets/data/test/0051.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf8a989e3a64a45b7eb840dde03fdbcefa830de --- /dev/null +++ b/pointerbench-sheets/data/test/0051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50eb07329ce746cfcab72707f69c6b927f012132c65a2de5c641ca56fea399e +size 111631 diff --git a/pointerbench-sheets/data/test/0052.png b/pointerbench-sheets/data/test/0052.png new file mode 100644 index 0000000000000000000000000000000000000000..b6783ce91a77d2810e9ca8d3418fc0b1dc947d21 --- /dev/null +++ b/pointerbench-sheets/data/test/0052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3ca0c2e82b48cef0f22f54cf67c96e06a328195feaaf2c9764bf2c68606443 +size 129329 diff --git a/pointerbench-sheets/data/test/0053.png b/pointerbench-sheets/data/test/0053.png new file mode 100644 index 0000000000000000000000000000000000000000..f7115d9711698d9855d3c7c76317f7e9642998c3 --- /dev/null +++ b/pointerbench-sheets/data/test/0053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bd0f488b2ea736b2d63eec960ce4fc234b7d3bba7e0709c07523e6054c0acb +size 126935 diff --git a/pointerbench-sheets/data/test/0054.png b/pointerbench-sheets/data/test/0054.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3cada80dc3877a127c6597037438236f4c5ba0 --- /dev/null +++ b/pointerbench-sheets/data/test/0054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f340bbdbf86d9add7999b9d83dd35438f237ec7f8c857732d6df9494174193a +size 66536 diff --git a/pointerbench-sheets/data/test/0055.png b/pointerbench-sheets/data/test/0055.png new file mode 100644 index 0000000000000000000000000000000000000000..2694da9838d78230c27260edb507379508a37486 --- /dev/null +++ b/pointerbench-sheets/data/test/0055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fc9d311e695a80aab52a8058c7437597404bfa84cb0bb5adbf9956e6e83214 +size 56896 diff --git a/pointerbench-sheets/data/test/0056.png b/pointerbench-sheets/data/test/0056.png new file mode 100644 index 0000000000000000000000000000000000000000..8494e65be8752fe358565773e286b5ac9802a0b6 --- /dev/null +++ b/pointerbench-sheets/data/test/0056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b233442cc9512fd50167e3ecb9a743b6abd533bcff4feb4d7f345a45431a5c2 +size 98079 diff --git a/pointerbench-sheets/data/test/0057.png b/pointerbench-sheets/data/test/0057.png new file mode 100644 index 0000000000000000000000000000000000000000..1159fdfa271958b6f7bf5daab5761489e26ec023 --- /dev/null +++ b/pointerbench-sheets/data/test/0057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc506045b4a891330ebd319863d2eb3e71fa2fcbbb189e26289fc4b4c8216e15 +size 156606 diff --git a/pointerbench-sheets/data/test/0058.png b/pointerbench-sheets/data/test/0058.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb3de0e1148a2ddf01a6c881ebf4377ac1dba6f --- /dev/null +++ b/pointerbench-sheets/data/test/0058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3779d1d5ce67a4b29145237b2d2e8207e6dc0b35a186e8e980c7491885ea1a2 +size 96642 diff --git a/pointerbench-sheets/data/test/0059.png b/pointerbench-sheets/data/test/0059.png new file mode 100644 index 0000000000000000000000000000000000000000..29ee8fb18438ec6115fc139881c5af4e34281deb --- /dev/null +++ b/pointerbench-sheets/data/test/0059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae2d8a33252a4f074d8be6f030ba3254728a176766a8546b61870b279b48daa +size 81696 diff --git a/pointerbench-sheets/data/test/0060.png b/pointerbench-sheets/data/test/0060.png new file mode 100644 index 0000000000000000000000000000000000000000..92196aba52c3400044ec69f23a847e4a6696b6b9 --- /dev/null +++ b/pointerbench-sheets/data/test/0060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3d4a9f5a0e0fe0483442736f1a27ebf87a14f19753d808c721b91f41503b01 +size 133292 diff --git a/pointerbench-sheets/data/test/0061.png b/pointerbench-sheets/data/test/0061.png new file mode 100644 index 0000000000000000000000000000000000000000..eab9cb6aa08a98d0534efa5adad85d439e6b8e7f --- /dev/null +++ b/pointerbench-sheets/data/test/0061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64311476f435bea14688b4147a39a87cd16cdb66b18323c5432227cc2d95b90 +size 82946 diff --git a/pointerbench-sheets/data/test/0062.png b/pointerbench-sheets/data/test/0062.png new file mode 100644 index 0000000000000000000000000000000000000000..9f118388fe62202bd1a0052555c89db520fe4bf0 --- /dev/null +++ b/pointerbench-sheets/data/test/0062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578ecc52a3914a265d1ecbd16272b3bf38aeaf6fbbd64173aa2b9056224669d9 +size 95539 diff --git a/pointerbench-sheets/data/test/0063.png b/pointerbench-sheets/data/test/0063.png new file mode 100644 index 0000000000000000000000000000000000000000..c2254d6086de9ca2f534bf69824b00cf8f2005b2 --- /dev/null +++ b/pointerbench-sheets/data/test/0063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c088d977a9b34fcab659d092cdb6e0fe00f7f704e30b876e99b874e7fb7441f +size 126352 diff --git a/pointerbench-sheets/data/test/0064.png b/pointerbench-sheets/data/test/0064.png new file mode 100644 index 0000000000000000000000000000000000000000..cf791ae122654752972a7c5539f97a94508fe005 --- /dev/null +++ b/pointerbench-sheets/data/test/0064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0458740dafa9200db9442b59bf5f7535afa102267b266852189bfa974f85a7 +size 40454 diff --git a/pointerbench-sheets/data/test/0065.png b/pointerbench-sheets/data/test/0065.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1ca877e6fa6c05bc466db3b56dcb2a52664207 --- /dev/null +++ b/pointerbench-sheets/data/test/0065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1a5b7b99bfc7822244bea5153194d0f3172403b4ec469c7964285a99ea24c3 +size 72746 diff --git a/pointerbench-sheets/data/test/0066.png b/pointerbench-sheets/data/test/0066.png new file mode 100644 index 0000000000000000000000000000000000000000..b686ee8b16df42ecc5613dc878bfb1de96c3b1e5 --- /dev/null +++ b/pointerbench-sheets/data/test/0066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5033bda52afe7eb43e213b2979f3115197ce3a11cdd4fef8e85982729a8d27 +size 81376 diff --git a/pointerbench-sheets/data/test/0067.png b/pointerbench-sheets/data/test/0067.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5c3f75dd3b1f8113df71d842609c7779bde20f --- /dev/null +++ b/pointerbench-sheets/data/test/0067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2cd615003d043d70112aaae00f67f574d9dcef0c796d03ced9e582c499404e +size 147949 diff --git a/pointerbench-sheets/data/test/0068.png b/pointerbench-sheets/data/test/0068.png new file mode 100644 index 0000000000000000000000000000000000000000..75414e5ac79949474ca10db4b2dd24670676d0bd --- /dev/null +++ b/pointerbench-sheets/data/test/0068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532135f8b18666dd7d2b6c1efe4f262545b22bfa5575562754d36f59c9500523 +size 190709 diff --git a/pointerbench-sheets/data/test/0069.png b/pointerbench-sheets/data/test/0069.png new file mode 100644 index 0000000000000000000000000000000000000000..b38ba3b67486493fad94d905db126c9edff9a69d --- /dev/null +++ b/pointerbench-sheets/data/test/0069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ae04167013785ca8fa560a69474eb26eebd04908f3a2fdbb050c5803b1bcd0 +size 92357 diff --git a/pointerbench-sheets/data/test/0070.png b/pointerbench-sheets/data/test/0070.png new file mode 100644 index 0000000000000000000000000000000000000000..9edcfb71bc4461641598f425ae14ae8a4545dd05 --- /dev/null +++ b/pointerbench-sheets/data/test/0070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adba173d427f6bd997279ac497d5ba64ce64480401d63ed7d45ba127bea70d9 +size 132404 diff --git a/pointerbench-sheets/data/test/0071.png b/pointerbench-sheets/data/test/0071.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbdd08a87a735c12960a75e34a9967900eec52b --- /dev/null +++ b/pointerbench-sheets/data/test/0071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1995246cdb46d6dc80ecd84e6dcf6770967ac6ffa85302c5bf3742a0c90a4c +size 105829 diff --git a/pointerbench-sheets/data/test/0072.png b/pointerbench-sheets/data/test/0072.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0a1c9b56e847c99afb94dca910eb170f52bc9c --- /dev/null +++ b/pointerbench-sheets/data/test/0072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718fa2b83e79ef86ffe331315237b3a651c6f78974407aad398b949c9f6ae5ac +size 72198 diff --git a/pointerbench-sheets/data/test/0073.png b/pointerbench-sheets/data/test/0073.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0d73aabdc06e2a108b7a94e14e3aa01d91b378 --- /dev/null +++ b/pointerbench-sheets/data/test/0073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b80d2c83d2b51933fbd7cbf4c216590e12d0d1b889e8f6a13f99c732b52bbe +size 110393 diff --git a/pointerbench-sheets/data/test/0074.png b/pointerbench-sheets/data/test/0074.png new file mode 100644 index 0000000000000000000000000000000000000000..dd00b724246d58638e5a64e8b1a1c30d15670e7b --- /dev/null +++ b/pointerbench-sheets/data/test/0074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd0a2e8b7d1288de0d9d7b4f9f72e76327fc9a9574687051bfafe401d3f8066 +size 98742 diff --git a/pointerbench-sheets/data/test/0075.png b/pointerbench-sheets/data/test/0075.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6b3f4e9bee0a1808ce2934be9d12b0c62605a4 --- /dev/null +++ b/pointerbench-sheets/data/test/0075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ea67d0eebccdb60e0aa5268ff4e53c31430bbbbf9ee1cb1438ef0edc2607c6 +size 65803 diff --git a/pointerbench-sheets/data/test/0076.png b/pointerbench-sheets/data/test/0076.png new file mode 100644 index 0000000000000000000000000000000000000000..86bccd02b5920053016688fd348ceb3009d03b81 --- /dev/null +++ b/pointerbench-sheets/data/test/0076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b83f5e0804bd467afdef50947f00f7fda0196178c54400af6b1d57902563e7 +size 80329 diff --git a/pointerbench-sheets/data/test/0077.png b/pointerbench-sheets/data/test/0077.png new file mode 100644 index 0000000000000000000000000000000000000000..68634d79178d1035a67632186b62040c53dd6e80 --- /dev/null +++ b/pointerbench-sheets/data/test/0077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a297be25e494087112462a8085cd0e0a962a7f6feffbea436995a2be53ea6f74 +size 82429 diff --git a/pointerbench-sheets/data/test/0078.png b/pointerbench-sheets/data/test/0078.png new file mode 100644 index 0000000000000000000000000000000000000000..45a9602c3483753892f31e6ba41c06e587d33a21 --- /dev/null +++ b/pointerbench-sheets/data/test/0078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256bf6f512e79cef376066f31c296da6400d18027c94eb4a620e571c7ddfc1a7 +size 102988 diff --git a/pointerbench-sheets/data/test/0079.png b/pointerbench-sheets/data/test/0079.png new file mode 100644 index 0000000000000000000000000000000000000000..496128a103dc1919011e29fb8760c8314739fc6e --- /dev/null +++ b/pointerbench-sheets/data/test/0079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dd140c9350e23d4975093d7641e0b96159c02ef6c0309d297f595675b85c7a +size 95197 diff --git a/pointerbench-sheets/data/test/0080.png b/pointerbench-sheets/data/test/0080.png new file mode 100644 index 0000000000000000000000000000000000000000..bb60e891d6e94deefc5d8f52d7988a7c2df67b0f --- /dev/null +++ b/pointerbench-sheets/data/test/0080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8caa833d43530cc7fc3831f3cadea25cac411b49afddc77458f696b9811794 +size 127540 diff --git a/pointerbench-sheets/data/test/0081.png b/pointerbench-sheets/data/test/0081.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac262d7c702ce3673f0486f90466a9ba8b794f7 --- /dev/null +++ b/pointerbench-sheets/data/test/0081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341dd22653fab27e45831789fefb42597151e6db2a6fb49ed9800e51ec0de1ff +size 118037 diff --git a/pointerbench-sheets/data/test/0082.png b/pointerbench-sheets/data/test/0082.png new file mode 100644 index 0000000000000000000000000000000000000000..33b3c3e0594b5483a155b1614d834a42db849c31 --- /dev/null +++ b/pointerbench-sheets/data/test/0082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277714c019f06d0e025978ba44c05a692d607b59c1638f14bab91da21c8ef417 +size 89253 diff --git a/pointerbench-sheets/data/test/0083.png b/pointerbench-sheets/data/test/0083.png new file mode 100644 index 0000000000000000000000000000000000000000..408e5eefe2e9d3b606e91d0761344b6fa011c4d4 --- /dev/null +++ b/pointerbench-sheets/data/test/0083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee67f6261f75af88b6fd1ea15e581c3d7d3ab2e9722d1fc128329ab06fbd827c +size 86942 diff --git a/pointerbench-sheets/data/test/0084.png b/pointerbench-sheets/data/test/0084.png new file mode 100644 index 0000000000000000000000000000000000000000..fdbf7f97c039576b6cd4a238fd8f48a727928af7 --- /dev/null +++ b/pointerbench-sheets/data/test/0084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebc38ed635daaa009c6ebb11b9688c2a4aea307479ecfa1a9a6c80a99abd15b +size 77364 diff --git a/pointerbench-sheets/data/test/0085.png b/pointerbench-sheets/data/test/0085.png new file mode 100644 index 0000000000000000000000000000000000000000..acc2b0d64949c76fe957a3c7d9a45cb5d0bb7864 --- /dev/null +++ b/pointerbench-sheets/data/test/0085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b17e70f387fa76a696a423d966c14fb28fb88e0957d6a249e0e9422cb747254 +size 157462 diff --git a/pointerbench-sheets/data/test/0086.png b/pointerbench-sheets/data/test/0086.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6ac9f3ab15a8886c4afc525d2a6b5193e29055 --- /dev/null +++ b/pointerbench-sheets/data/test/0086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582fb25f439ea65884e7804b89970683568bea8f03f64b8d0f955c6f710cfc49 +size 68940 diff --git a/pointerbench-sheets/data/test/0087.png b/pointerbench-sheets/data/test/0087.png new file mode 100644 index 0000000000000000000000000000000000000000..b29874665b51479d19cbf190e720210f0ed26b4f --- /dev/null +++ b/pointerbench-sheets/data/test/0087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ecf7ccddbc2de25b965aa4160fb49802a297aa7f1de373f85d53fa986310eb +size 79927 diff --git a/pointerbench-sheets/data/test/0088.png b/pointerbench-sheets/data/test/0088.png new file mode 100644 index 0000000000000000000000000000000000000000..e545c3e492e863bd47c17e9f3edc714f830d9698 --- /dev/null +++ b/pointerbench-sheets/data/test/0088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b70b8fa2d7c879dbb469213f140e9ebff0ee2d790f0798298b9bc13db44fc9 +size 213930 diff --git a/pointerbench-sheets/data/test/0089.png b/pointerbench-sheets/data/test/0089.png new file mode 100644 index 0000000000000000000000000000000000000000..3022bb0e29ce7f542df233a58feae9a03e0aabe5 --- /dev/null +++ b/pointerbench-sheets/data/test/0089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78927291bedbcbd0445708bde94d375b16b42e5b07d94edfc0b13420db5e4e0c +size 146472 diff --git a/pointerbench-sheets/data/test/0090.png b/pointerbench-sheets/data/test/0090.png new file mode 100644 index 0000000000000000000000000000000000000000..eaadbc906af229b648bf44f5a353e372f7862bea --- /dev/null +++ b/pointerbench-sheets/data/test/0090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1801836b2549e3f20b747f03e4804a00e0296f3525065c05d54ebf9c003cbf +size 126619 diff --git a/pointerbench-sheets/data/test/0091.png b/pointerbench-sheets/data/test/0091.png new file mode 100644 index 0000000000000000000000000000000000000000..97bd537eea3808e1298332d01d80da4c645141c2 --- /dev/null +++ b/pointerbench-sheets/data/test/0091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19f0d8ec574b6cb5940a9c2b4bacd7fc3189a25425cfbd07c3a5a524e4ec114 +size 134436 diff --git a/pointerbench-sheets/data/test/0092.png b/pointerbench-sheets/data/test/0092.png new file mode 100644 index 0000000000000000000000000000000000000000..8c9801198f9fbf0e844809abde32866798d2698f --- /dev/null +++ b/pointerbench-sheets/data/test/0092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68329012c876378ae79e2454c901019dafa71630bacd52f6be246681747f22ae +size 59678 diff --git a/pointerbench-sheets/data/test/0093.png b/pointerbench-sheets/data/test/0093.png new file mode 100644 index 0000000000000000000000000000000000000000..32af077b75c2fb4c78b8d145bf43a92da3246bb4 --- /dev/null +++ b/pointerbench-sheets/data/test/0093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e6b46b8489aa27759956f5cd953fb01281c0a7f63afa124b6d9dfe2e0fc2b7 +size 83679 diff --git a/pointerbench-sheets/data/test/0094.png b/pointerbench-sheets/data/test/0094.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc560142d0e1bb4742ce1ee467ec72c3b1a0bf --- /dev/null +++ b/pointerbench-sheets/data/test/0094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7859beccf3b9d41d057ead9f9f79cf02f2d948b99ddf01524f72276025fd853b +size 161869 diff --git a/pointerbench-sheets/data/test/0095.png b/pointerbench-sheets/data/test/0095.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3b3793036e075354dea8b82572ce40bfeccde1 --- /dev/null +++ b/pointerbench-sheets/data/test/0095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72e0d6e72cd71e343bbc1d663f341dac0361fdfb7a11a94b3a1508c547b034c +size 78317 diff --git a/pointerbench-sheets/data/test/0096.png b/pointerbench-sheets/data/test/0096.png new file mode 100644 index 0000000000000000000000000000000000000000..f9a8dc954a6c32cbe28f5da745a3884726b955a9 --- /dev/null +++ b/pointerbench-sheets/data/test/0096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8f519eeb660230393ce35b1ca43df5167b41279072e3e46ecb29719c556bcf +size 83445 diff --git a/pointerbench-sheets/data/test/0097.png b/pointerbench-sheets/data/test/0097.png new file mode 100644 index 0000000000000000000000000000000000000000..333ec65d1e70c33b049e6cf3306d41baff1c80ff --- /dev/null +++ b/pointerbench-sheets/data/test/0097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b66be9e37f0af22d3c520186c696973f60201d87d54dffdc55007a9351ef30 +size 111169 diff --git a/pointerbench-sheets/data/test/0098.png b/pointerbench-sheets/data/test/0098.png new file mode 100644 index 0000000000000000000000000000000000000000..57d6edd5ee4bde81e5d72710d52405d06a034e66 --- /dev/null +++ b/pointerbench-sheets/data/test/0098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76597c2ed27965796ec56f6c6c187f759e86dbbb8fae00c02ffc2083f80326f5 +size 144016 diff --git a/pointerbench-sheets/data/test/0099.png b/pointerbench-sheets/data/test/0099.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c66beeea00e26ca46236e245b3fc7bf7637cf7 --- /dev/null +++ b/pointerbench-sheets/data/test/0099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b8023c5ad77248219d49b6484f902cc7fe50d1e80417fd0a0cfc7c8d056368 +size 122506 diff --git a/pointerbench-sheets/data/test/0100.png b/pointerbench-sheets/data/test/0100.png new file mode 100644 index 0000000000000000000000000000000000000000..341abf57af19a405f91dcd236982db3a6c3badc8 --- /dev/null +++ b/pointerbench-sheets/data/test/0100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723fe83a8f2735a7c67deeb23a73586fad05d18b541192a1247bfcebbdb53fcc +size 68279 diff --git a/pointerbench-sheets/data/test/0101.png b/pointerbench-sheets/data/test/0101.png new file mode 100644 index 0000000000000000000000000000000000000000..c38da400a2c43928595aa109e6d981c578993f9a --- /dev/null +++ b/pointerbench-sheets/data/test/0101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625579460e3284e80034d99495a0182426f9e4a55adf5f5f8e3f26736922a3ac +size 125774 diff --git a/pointerbench-sheets/data/test/0102.png b/pointerbench-sheets/data/test/0102.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce13842e3cd051c3b67ce217d1e73a995af805a --- /dev/null +++ b/pointerbench-sheets/data/test/0102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc116f8e017dc01bf1d21b23a44a1c1f735e65a4806c49012a2962ccdb3d73d6 +size 118826 diff --git a/pointerbench-sheets/data/test/0103.png b/pointerbench-sheets/data/test/0103.png new file mode 100644 index 0000000000000000000000000000000000000000..d8996b211f4075d9bea3d5490dcef3148fb44900 --- /dev/null +++ b/pointerbench-sheets/data/test/0103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca958fcd7704686c5afee19f1384a9ed6b8d25c3223e2917ba6d11d3a0e5cdf +size 184483 diff --git a/pointerbench-sheets/data/test/0104.png b/pointerbench-sheets/data/test/0104.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c4742405427cec11e8656371be3e9db3f306a2 --- /dev/null +++ b/pointerbench-sheets/data/test/0104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92b3e3c6e1747e408377e2cab2512bfc3432a2ca3298c9ee18addbf41f0340e +size 123486 diff --git a/pointerbench-sheets/data/test/0105.png b/pointerbench-sheets/data/test/0105.png new file mode 100644 index 0000000000000000000000000000000000000000..342afb2e1cb7fad00f9168d983dab8718c64a5e1 --- /dev/null +++ b/pointerbench-sheets/data/test/0105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a941ba91a45fee2fed82597c2255f05d8e3b236d9755cdeeb6907cec04b5f2bc +size 79764 diff --git a/pointerbench-sheets/data/test/0106.png b/pointerbench-sheets/data/test/0106.png new file mode 100644 index 0000000000000000000000000000000000000000..0e021dee926cd4b1f60541c4424c0ea181472eab --- /dev/null +++ b/pointerbench-sheets/data/test/0106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3212721284de3abf5094d973449e2febc0bb2fed8b431e123ab90d5b5ea0204d +size 76025 diff --git a/pointerbench-sheets/data/test/0107.png b/pointerbench-sheets/data/test/0107.png new file mode 100644 index 0000000000000000000000000000000000000000..da90c40a8a2620b0a2424115109690c7a6566597 --- /dev/null +++ b/pointerbench-sheets/data/test/0107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e075d52918dc1f1a58dfe5b12cf2f87f83e8ebd9d6d461143b423cd055df8b +size 113185 diff --git a/pointerbench-sheets/data/test/0108.png b/pointerbench-sheets/data/test/0108.png new file mode 100644 index 0000000000000000000000000000000000000000..84f626d48f0ba972ef44ca0c56ff088105e8610d --- /dev/null +++ b/pointerbench-sheets/data/test/0108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3938fd5c75c97f9971124f9c064b9e3eaeec16b4541a0762c3364aca19709eec +size 74735 diff --git a/pointerbench-sheets/data/test/0109.png b/pointerbench-sheets/data/test/0109.png new file mode 100644 index 0000000000000000000000000000000000000000..13a79bf05fcb2aac18f9bdd3482aed56a475edc4 --- /dev/null +++ b/pointerbench-sheets/data/test/0109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93627bdb301e05a6d6ae1a437bded2660ad7ffa81c770bc4a720ca7d674cb697 +size 124194 diff --git a/pointerbench-sheets/data/test/0110.png b/pointerbench-sheets/data/test/0110.png new file mode 100644 index 0000000000000000000000000000000000000000..52fa4a211742f28a5eb89e9fac21acb17e872f78 --- /dev/null +++ b/pointerbench-sheets/data/test/0110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89e6378f78c20f9330cd9e438f52c7eda9520bb60f420594398dbbdb78c0e18 +size 65557 diff --git a/pointerbench-sheets/data/test/0111.png b/pointerbench-sheets/data/test/0111.png new file mode 100644 index 0000000000000000000000000000000000000000..789a96df6e72f3d4eb4938ed9466ed24c44de0bb --- /dev/null +++ b/pointerbench-sheets/data/test/0111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bd34b470f4442c2d2e0beea49911a85192140645cf01b54c0f1a8b130e78e6 +size 95539 diff --git a/pointerbench-sheets/data/test/0112.png b/pointerbench-sheets/data/test/0112.png new file mode 100644 index 0000000000000000000000000000000000000000..bc855897acd0e656e979a1e3990e1827e2514d58 --- /dev/null +++ b/pointerbench-sheets/data/test/0112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae000cc0465f75a93afd67eba34a179fb8c3d0c829465a3c5813833737f7ffb7 +size 65749 diff --git a/pointerbench-sheets/data/test/0113.png b/pointerbench-sheets/data/test/0113.png new file mode 100644 index 0000000000000000000000000000000000000000..0f10239fb69d4131a351f5de9be12b60982501bf --- /dev/null +++ b/pointerbench-sheets/data/test/0113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee1900ddce31e57bd7ba2964b975a8a223f2d230cda75eab51a9e42d782943e +size 83833 diff --git a/pointerbench-sheets/data/test/0114.png b/pointerbench-sheets/data/test/0114.png new file mode 100644 index 0000000000000000000000000000000000000000..7fce866a30a24499f4f545eada068c8a9bb28d47 --- /dev/null +++ b/pointerbench-sheets/data/test/0114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b4a4c4d1343a22752ddbe45bf42ee183a1ddba19772ebb9f361a36ed17cdff +size 114313 diff --git a/pointerbench-sheets/data/test/0115.png b/pointerbench-sheets/data/test/0115.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e4473fbb06a0629d5208512d0b82e4c770fae2 --- /dev/null +++ b/pointerbench-sheets/data/test/0115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ba6e80bcaaee0064ce0cdea72bbaf03f3b2eba0431f1a11e0ba638a1d2bcea +size 71303 diff --git a/pointerbench-sheets/data/test/0116.png b/pointerbench-sheets/data/test/0116.png new file mode 100644 index 0000000000000000000000000000000000000000..400d24cbd93ebfa3863946cff3162d844997a510 --- /dev/null +++ b/pointerbench-sheets/data/test/0116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4400d0e2af9f4d6fb05b275fb4dcf281621bdfa4dd9f1213b1d31cda915043 +size 105855 diff --git a/pointerbench-sheets/data/test/0117.png b/pointerbench-sheets/data/test/0117.png new file mode 100644 index 0000000000000000000000000000000000000000..068e106106e6c363d391faf4f9c139a600f89cf0 --- /dev/null +++ b/pointerbench-sheets/data/test/0117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b44e1b56905c8fa51497365b044b4edbe08d1f9fc4480c05cd079e721340269 +size 240492 diff --git a/pointerbench-sheets/data/test/0118.png b/pointerbench-sheets/data/test/0118.png new file mode 100644 index 0000000000000000000000000000000000000000..f2da7cbd7820abe87d9e40dc6ab76e7a493a8c14 --- /dev/null +++ b/pointerbench-sheets/data/test/0118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a644e01695709a0371d8381b376182209bb9c3bb616123583badb542604d6c +size 109459 diff --git a/pointerbench-sheets/data/test/0119.png b/pointerbench-sheets/data/test/0119.png new file mode 100644 index 0000000000000000000000000000000000000000..672b93b1a83e95e44fdbd581da6f9a6935821f18 --- /dev/null +++ b/pointerbench-sheets/data/test/0119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e10b5811dbe4d5f4f14faecf7f2e1d4a018de5cf588fa5983a1582e3f93363 +size 70563 diff --git a/pointerbench-sheets/data/test/0120.png b/pointerbench-sheets/data/test/0120.png new file mode 100644 index 0000000000000000000000000000000000000000..25b5947f1595d1f90d13b0f5ae5e79b1abedb256 --- /dev/null +++ b/pointerbench-sheets/data/test/0120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062af1ff27cd0f66faa12d222e92d36807408912e2f881a73c0fabc4a2593829 +size 57552 diff --git a/pointerbench-sheets/data/test/0121.png b/pointerbench-sheets/data/test/0121.png new file mode 100644 index 0000000000000000000000000000000000000000..b330e249dd22e705cd822c38d0c7100cf715ab36 --- /dev/null +++ b/pointerbench-sheets/data/test/0121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574e70347e82789ff84dc5a3634d24ac3c39244b3b0a29b6522800d348e8514c +size 125678 diff --git a/pointerbench-sheets/data/test/0122.png b/pointerbench-sheets/data/test/0122.png new file mode 100644 index 0000000000000000000000000000000000000000..e09d381da4c78072a52de5a59bc46ba463252359 --- /dev/null +++ b/pointerbench-sheets/data/test/0122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82c53c9fcb0a71d638bf607e6bbf73bb2aae7fe836d2cc4ce53292383ffa745 +size 117935 diff --git a/pointerbench-sheets/data/test/0123.png b/pointerbench-sheets/data/test/0123.png new file mode 100644 index 0000000000000000000000000000000000000000..b75d89a59b7df5ab0282f89d5a1364f770890464 --- /dev/null +++ b/pointerbench-sheets/data/test/0123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34618f1b604a68bef77fe66ce8bdd47540567a919c0b634b580fea91dd1378d7 +size 99032 diff --git a/pointerbench-sheets/data/test/0124.png b/pointerbench-sheets/data/test/0124.png new file mode 100644 index 0000000000000000000000000000000000000000..db5c55180ea2fd3e70e1e88730b9fbd38d343701 --- /dev/null +++ b/pointerbench-sheets/data/test/0124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abbf0b855b22efcbedd23316e10c2f09f492c2d1adfbcfe4c555ec7bdb42c00 +size 90066 diff --git a/pointerbench-sheets/data/test/0125.png b/pointerbench-sheets/data/test/0125.png new file mode 100644 index 0000000000000000000000000000000000000000..0a2f1e66410cdb114c299180bdcd743a84343917 --- /dev/null +++ b/pointerbench-sheets/data/test/0125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6789b2b1a29135536b9e269d9d2bcf263e529d88cff181154710769c30eb1d +size 110052 diff --git a/pointerbench-sheets/data/test/0126.png b/pointerbench-sheets/data/test/0126.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc30b8b6e23404d6f56cf38b0c297dcd142d351 --- /dev/null +++ b/pointerbench-sheets/data/test/0126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4cc587227fcdd3d3c8ef128c5a2aa83008afdeb40e1343ce2154c399746cfd +size 169031 diff --git a/pointerbench-sheets/data/test/0127.png b/pointerbench-sheets/data/test/0127.png new file mode 100644 index 0000000000000000000000000000000000000000..de5c49198aed715d255e51299dc8ab4d2e63b390 --- /dev/null +++ b/pointerbench-sheets/data/test/0127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b2fec84b147353f788b54dc88f42ea964242a6f0b825f931df35f7c811455c +size 90210 diff --git a/pointerbench-sheets/data/test/0128.png b/pointerbench-sheets/data/test/0128.png new file mode 100644 index 0000000000000000000000000000000000000000..0c0027808921529ac339498ce838accd0542b71d --- /dev/null +++ b/pointerbench-sheets/data/test/0128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada2be5b328055949667a19314a531358dc0f34d1bd7a4ef20b9bcf2213bb2ff +size 73814 diff --git a/pointerbench-sheets/data/test/0129.png b/pointerbench-sheets/data/test/0129.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ca79251cbacbf4b01d94b7087f6fbb5453cd54 --- /dev/null +++ b/pointerbench-sheets/data/test/0129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195eecc39e1d6a4b4422a8336cb825ea54bd211dccbb6c8535984ea2b42d25c3 +size 101936 diff --git a/pointerbench-sheets/data/test/0130.png b/pointerbench-sheets/data/test/0130.png new file mode 100644 index 0000000000000000000000000000000000000000..4b609ee28cf40a8268d659df1fcac95553f3f117 --- /dev/null +++ b/pointerbench-sheets/data/test/0130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fafc8fb776c3902b3f1153ea02bb5446d6f36047b153befdb57e2adc9bba59 +size 91581 diff --git a/pointerbench-sheets/data/test/0131.png b/pointerbench-sheets/data/test/0131.png new file mode 100644 index 0000000000000000000000000000000000000000..0f94c54b89e80acc15b6c7287010de07021e095d --- /dev/null +++ b/pointerbench-sheets/data/test/0131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e8f36536b52df695f18959938a83c902c617bb1a28ac2dd0b64f5216fa6197 +size 126644 diff --git a/pointerbench-sheets/data/test/0132.png b/pointerbench-sheets/data/test/0132.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4f9558a4be473457134f7a511fcd9344d1a6b0 --- /dev/null +++ b/pointerbench-sheets/data/test/0132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54b93c12abfca0ac21f0f1b9f86c398e192cc3ae8c4443e41cd095cc8cd6a89 +size 207909 diff --git a/pointerbench-sheets/data/test/0133.png b/pointerbench-sheets/data/test/0133.png new file mode 100644 index 0000000000000000000000000000000000000000..a3bcccf4ba3821b17e91291759469896a1d5b7f3 --- /dev/null +++ b/pointerbench-sheets/data/test/0133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e8f40b4069fde6e517d440928cd1f42e7c8a79390205e94d65c96ac827a16a +size 65972 diff --git a/pointerbench-sheets/data/test/0134.png b/pointerbench-sheets/data/test/0134.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3775ee60822b9d2b366eefcf9b1b16f2f3e649 --- /dev/null +++ b/pointerbench-sheets/data/test/0134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a043b576f19dc8cdce706a62dce7d4ed38114a33626c9dc04253d122c7a9cb02 +size 151758 diff --git a/pointerbench-sheets/data/test/0135.png b/pointerbench-sheets/data/test/0135.png new file mode 100644 index 0000000000000000000000000000000000000000..177645e5c8a4832cfdf887e97d929cca791d566f --- /dev/null +++ b/pointerbench-sheets/data/test/0135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51079ff43af5bf987116ba70111cfe270a21dabfb4bf8c7cbb960d38a815b66 +size 67763 diff --git a/pointerbench-sheets/data/test/0136.png b/pointerbench-sheets/data/test/0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8650b2a35b0c95b04524da214e02b232608f0ad3 --- /dev/null +++ b/pointerbench-sheets/data/test/0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917b41e7617c3ac4ca4b1e5a170f8dc3768a5cb7ba7a4e1bc6b9d45197d8e0d5 +size 95853 diff --git a/pointerbench-sheets/data/test/0137.png b/pointerbench-sheets/data/test/0137.png new file mode 100644 index 0000000000000000000000000000000000000000..392e6380cc2f0ff76028a512932aa792e0a3bfad --- /dev/null +++ b/pointerbench-sheets/data/test/0137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ab0cbeba58eefe22dc916eff656d37c4566a79cf23d2106ea031606657b85e +size 109255 diff --git a/pointerbench-sheets/data/test/0138.png b/pointerbench-sheets/data/test/0138.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0be0b9b75b8434363d3d75fc50540cf11140db --- /dev/null +++ b/pointerbench-sheets/data/test/0138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6ba8e69969cc27f21aea51ed6f440013ea7b0b1f994717ab954ee9070750b1 +size 148292 diff --git a/pointerbench-sheets/data/test/0139.png b/pointerbench-sheets/data/test/0139.png new file mode 100644 index 0000000000000000000000000000000000000000..3efebb02ca247e29825308468b33fab349555aa2 --- /dev/null +++ b/pointerbench-sheets/data/test/0139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38786bf7e437ed5fbdc094333ea7b22b0d6ffa423aa445ff5fe4eaeb3c10f77e +size 74421 diff --git a/pointerbench-sheets/data/test/0140.png b/pointerbench-sheets/data/test/0140.png new file mode 100644 index 0000000000000000000000000000000000000000..7ed6b337b77a9e5d4519c67ee67cf14c3fa88e57 --- /dev/null +++ b/pointerbench-sheets/data/test/0140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78572dc189869bd2c6cab17e27b06562c58273b3beeca58490922710de29328a +size 137368 diff --git a/pointerbench-sheets/data/test/0141.png b/pointerbench-sheets/data/test/0141.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e1b5289436f9441623671222dd9ed94c2c5fc0 --- /dev/null +++ b/pointerbench-sheets/data/test/0141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92f91cc60c403850bd0db78cd860c9669bc0d404aad32ba5a4b1b515239286d +size 153456 diff --git a/pointerbench-sheets/data/test/0142.png b/pointerbench-sheets/data/test/0142.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc68ee687e98e656b6c86290f6dc7cac38a92d1 --- /dev/null +++ b/pointerbench-sheets/data/test/0142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85973bdd62647ee0661f79d8aad15184df5299fb4d05b587a519d5cd83d94e8f +size 101482 diff --git a/pointerbench-sheets/data/test/0143.png b/pointerbench-sheets/data/test/0143.png new file mode 100644 index 0000000000000000000000000000000000000000..a5fc4a3463877635b5736b195f8369dc0aa047fb --- /dev/null +++ b/pointerbench-sheets/data/test/0143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae9ae581dc9c144ae9e8e63379f19977501286626ad9a40b6b6784e72c3b4e6 +size 93353 diff --git a/pointerbench-sheets/data/test/0144.png b/pointerbench-sheets/data/test/0144.png new file mode 100644 index 0000000000000000000000000000000000000000..57712acaa110067115e1cec52a0d2413130b2914 --- /dev/null +++ b/pointerbench-sheets/data/test/0144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991c4ef1681eceb1c7754cbb407d939c72fdba97d010d86139865c353f74e848 +size 184357 diff --git a/pointerbench-sheets/data/test/0145.png b/pointerbench-sheets/data/test/0145.png new file mode 100644 index 0000000000000000000000000000000000000000..9749f4f06151192119adf3a35ab46c4b227c0be5 --- /dev/null +++ b/pointerbench-sheets/data/test/0145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c00d82c58190d999b033733ba03ef8b1b310e55e19fcba1afb9ab4b2fe72ff +size 83463 diff --git a/pointerbench-sheets/data/test/0146.png b/pointerbench-sheets/data/test/0146.png new file mode 100644 index 0000000000000000000000000000000000000000..796f3a41043d1b5f46d0e1846fe60009bebec1f0 --- /dev/null +++ b/pointerbench-sheets/data/test/0146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0043d6d150e9864abee01aa00e597fe49788e0957cd0559b29c39f958b07d6da +size 96531 diff --git a/pointerbench-sheets/data/test/0147.png b/pointerbench-sheets/data/test/0147.png new file mode 100644 index 0000000000000000000000000000000000000000..98a8c2d0082440a24a45bdcb9fe986d25bcbcfca --- /dev/null +++ b/pointerbench-sheets/data/test/0147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40132e75a457b814b23096b2b8f8c6f8a4b79bb09616c25df101029455ed54c +size 146326 diff --git a/pointerbench-sheets/data/test/0148.png b/pointerbench-sheets/data/test/0148.png new file mode 100644 index 0000000000000000000000000000000000000000..851c86ac896834e7cccc7cf0a087c62cc6bc96bf --- /dev/null +++ b/pointerbench-sheets/data/test/0148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7ec21c71d0f49d505f32fa4b60940439d2b81b23cf40b53165fc29781c80ba +size 153795 diff --git a/pointerbench-sheets/data/test/0149.png b/pointerbench-sheets/data/test/0149.png new file mode 100644 index 0000000000000000000000000000000000000000..be4713dd7cafcc560f55f2169cc2b4cbab977b55 --- /dev/null +++ b/pointerbench-sheets/data/test/0149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d50e39d334f46c62278509428b0af99206fa9fdccebb033426af2c5499d5903 +size 95742 diff --git a/pointerbench-sheets/data/test/0150.png b/pointerbench-sheets/data/test/0150.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8f395a97c5bc59ce3518f228018496fea6e994 --- /dev/null +++ b/pointerbench-sheets/data/test/0150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9102e5f77c3eb210096c52a65aeb735d4b88dbe70e16203df56e185a7b91c2e +size 100565 diff --git a/pointerbench-sheets/data/test/0151.png b/pointerbench-sheets/data/test/0151.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3be551d45d7cc8caff0a8e9f6ae5ca8a79b162 --- /dev/null +++ b/pointerbench-sheets/data/test/0151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46da1dd50fe3e41c35039da9d244a3660d13ae69b671bfb78072abaf983c7d98 +size 133375 diff --git a/pointerbench-sheets/data/test/0152.png b/pointerbench-sheets/data/test/0152.png new file mode 100644 index 0000000000000000000000000000000000000000..a9a5225cfe357b46dcb27bed76adefa8726945ca --- /dev/null +++ b/pointerbench-sheets/data/test/0152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a44428b8a3ec2da197145530ebb5b02a19b15fd38ffbe4a8ff663c2f8b2bfc +size 179610 diff --git a/pointerbench-sheets/data/test/0153.png b/pointerbench-sheets/data/test/0153.png new file mode 100644 index 0000000000000000000000000000000000000000..64e8723eb502ca4a6d7974f955dbe8701e6ef840 --- /dev/null +++ b/pointerbench-sheets/data/test/0153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb1b3cc7d7fe6392ea3f81b95b6fab2c54e20463823ebeeb7ae5613bd347ae2 +size 96951 diff --git a/pointerbench-sheets/data/test/0154.png b/pointerbench-sheets/data/test/0154.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8ce029fcba2ea5e8dae8182b2f786af126f666 --- /dev/null +++ b/pointerbench-sheets/data/test/0154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7044dcf1b51fc6100be82f2c394693e6398861f3cfc20ec4edc7ca8ba77bf3ae +size 133114 diff --git a/pointerbench-sheets/data/test/0155.png b/pointerbench-sheets/data/test/0155.png new file mode 100644 index 0000000000000000000000000000000000000000..6b37270a6f14d1473f99288bac68859b256e3bd3 --- /dev/null +++ b/pointerbench-sheets/data/test/0155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83922562e779bc77b2a9c037d2e03e63e653fc01e1f216176e3a57e31e377560 +size 139340 diff --git a/pointerbench-sheets/data/test/0156.png b/pointerbench-sheets/data/test/0156.png new file mode 100644 index 0000000000000000000000000000000000000000..a533432e17108e7820979482a893e40f53e42cfe --- /dev/null +++ b/pointerbench-sheets/data/test/0156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bae66c42bcd9eab0f905224ad6f21197742d8088df4a2d68dc0a14d3fa11e0 +size 103763 diff --git a/pointerbench-sheets/data/test/0157.png b/pointerbench-sheets/data/test/0157.png new file mode 100644 index 0000000000000000000000000000000000000000..2116db20e3511daf4de485595ba8582b495ac4b5 --- /dev/null +++ b/pointerbench-sheets/data/test/0157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0c9b22f472ca745c15a185c72c16c109ae349834ecf81e40b5fc3a89353e1f +size 103709 diff --git a/pointerbench-sheets/data/test/0158.png b/pointerbench-sheets/data/test/0158.png new file mode 100644 index 0000000000000000000000000000000000000000..2db08ef0383a4577563465c99b65638341800549 --- /dev/null +++ b/pointerbench-sheets/data/test/0158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99ad1eb477b26e4f48ef6f70fc530c67c7f87e21a4f0e373ed31ebeaad86a89 +size 83308 diff --git a/pointerbench-sheets/data/test/0159.png b/pointerbench-sheets/data/test/0159.png new file mode 100644 index 0000000000000000000000000000000000000000..f50a4a95c55856b0b472b2abdafedec0633450f0 --- /dev/null +++ b/pointerbench-sheets/data/test/0159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eadc32be3a2e7f024d92145906a6eca88970d73c5144624493db2f73b1618c +size 180454 diff --git a/pointerbench-sheets/data/test/0160.png b/pointerbench-sheets/data/test/0160.png new file mode 100644 index 0000000000000000000000000000000000000000..ddde41fc4c1a2677ef0f045b3b53e51901a58ed5 --- /dev/null +++ b/pointerbench-sheets/data/test/0160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b02ff79c4ff908be92c38a485800c147b0e8a202ac512f55bec1d926ea6c145 +size 97271 diff --git a/pointerbench-sheets/data/test/0161.png b/pointerbench-sheets/data/test/0161.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad8cb2dbc419d455682460b2148d01805d9e536 --- /dev/null +++ b/pointerbench-sheets/data/test/0161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e66aa13df7be98cfecc8171b811e17cd02c3a881b4f73156fdcb4c5fc940991 +size 107892 diff --git a/pointerbench-sheets/data/test/0162.png b/pointerbench-sheets/data/test/0162.png new file mode 100644 index 0000000000000000000000000000000000000000..2c738f179a28c186b9227b5beedaceb9d6f46e8d --- /dev/null +++ b/pointerbench-sheets/data/test/0162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfcf6323b025448f902e0a22d51f79f1eb55b0c321290712eb79aa4651c2196 +size 77530 diff --git a/pointerbench-sheets/data/test/0163.png b/pointerbench-sheets/data/test/0163.png new file mode 100644 index 0000000000000000000000000000000000000000..99e46ec16b6141178627e4d25dd2363f345632bf --- /dev/null +++ b/pointerbench-sheets/data/test/0163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e9d26f39ceb5d9385289906674e5cd4e44a72834e796cf1818c2840d4c51d4 +size 75880 diff --git a/pointerbench-sheets/data/test/0164.png b/pointerbench-sheets/data/test/0164.png new file mode 100644 index 0000000000000000000000000000000000000000..5c117edbfd15b1294c0da2a42b02e87437c1169f --- /dev/null +++ b/pointerbench-sheets/data/test/0164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2871c891c83bfa9484567a4d04399592fbf0111ed1e6647de2b868a5fc4d3537 +size 157266 diff --git a/pointerbench-sheets/data/test/0165.png b/pointerbench-sheets/data/test/0165.png new file mode 100644 index 0000000000000000000000000000000000000000..1571e4f48c63bd0fde622b181dfc272e73de14ee --- /dev/null +++ b/pointerbench-sheets/data/test/0165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981095d43cd3a2227d9aca267946778fc5e1d0028cbc96007c11cfbfb2b44b3c +size 57028 diff --git a/pointerbench-sheets/data/test/0166.png b/pointerbench-sheets/data/test/0166.png new file mode 100644 index 0000000000000000000000000000000000000000..549bde0445519c814fbfaaa97dd6625da0d8047f --- /dev/null +++ b/pointerbench-sheets/data/test/0166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002e67ff03a1cf32b1c68af1b4fb9684b277f74196f706a366db356fc15f0a86 +size 69110 diff --git a/pointerbench-sheets/data/test/0167.png b/pointerbench-sheets/data/test/0167.png new file mode 100644 index 0000000000000000000000000000000000000000..8eb4ddde7a5429da962944cc489d37406d860246 --- /dev/null +++ b/pointerbench-sheets/data/test/0167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a8ff3a0b18a8f042034cadbff091b30df633f9a4d260bad38bc487ce91c09b +size 163039 diff --git a/pointerbench-sheets/data/test/0168.png b/pointerbench-sheets/data/test/0168.png new file mode 100644 index 0000000000000000000000000000000000000000..02fe29d82f32f5917029879abec4e151c323074e --- /dev/null +++ b/pointerbench-sheets/data/test/0168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46104759c25c8f8c9eb4659bb1596ef0970b6606ff794374c9d400e1bec1e716 +size 111753 diff --git a/pointerbench-sheets/data/test/0169.png b/pointerbench-sheets/data/test/0169.png new file mode 100644 index 0000000000000000000000000000000000000000..93fdc3896aff14d43e56a1748abe7710ba129d5c --- /dev/null +++ b/pointerbench-sheets/data/test/0169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19d6c205ce5adf88ca9642f3277c2e698c4f66dd05e16a16072802bd3b94b4e +size 149612 diff --git a/pointerbench-sheets/data/test/0170.png b/pointerbench-sheets/data/test/0170.png new file mode 100644 index 0000000000000000000000000000000000000000..92dc97ed6ef2a0b298572735b0b9764f55870552 --- /dev/null +++ b/pointerbench-sheets/data/test/0170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237672fc0c7a96efd62c8218667dda8f098b46d94b7e490daab792d3673318fd +size 97691 diff --git a/pointerbench-sheets/data/test/0171.png b/pointerbench-sheets/data/test/0171.png new file mode 100644 index 0000000000000000000000000000000000000000..3c1e968ee9fc838b0309ac7b8b2eb4da47cff149 --- /dev/null +++ b/pointerbench-sheets/data/test/0171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9697e1c4773a577e6a0b8ff88a7533c7c861483ae98a25a9a92a7c973dd7fcf2 +size 56601 diff --git a/pointerbench-sheets/data/test/0172.png b/pointerbench-sheets/data/test/0172.png new file mode 100644 index 0000000000000000000000000000000000000000..05a40d9d5a2abd64d18c7a13150f31be8155a641 --- /dev/null +++ b/pointerbench-sheets/data/test/0172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf010e916d17ef6fc0261a4c7dcc86a62d6783cbb0f292890f7b1f0e69e2e97 +size 87862 diff --git a/pointerbench-sheets/data/test/0173.png b/pointerbench-sheets/data/test/0173.png new file mode 100644 index 0000000000000000000000000000000000000000..e590ee359bee807329dc15bc404332a537712ae4 --- /dev/null +++ b/pointerbench-sheets/data/test/0173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa76610ac1cc15882e3741ccf35980875af7edaca3a213435aee156b6825a6b8 +size 152933 diff --git a/pointerbench-sheets/data/test/0174.png b/pointerbench-sheets/data/test/0174.png new file mode 100644 index 0000000000000000000000000000000000000000..24f4ec3d9448fffd43674c145410dc820b39aeea --- /dev/null +++ b/pointerbench-sheets/data/test/0174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a625bb04792344e907e2f0602e47b927c2fb9047ef69eda0d73d5e2294d81781 +size 112780 diff --git a/pointerbench-sheets/data/test/0175.png b/pointerbench-sheets/data/test/0175.png new file mode 100644 index 0000000000000000000000000000000000000000..96c6f2a00eaae4df8a34f27e68e2def9f17ce3a3 --- /dev/null +++ b/pointerbench-sheets/data/test/0175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481f179d73a6aa30ce5b43f4bffc2f9e2a9bacb351d6c2366fc49cff45b2038d +size 63008 diff --git a/pointerbench-sheets/data/test/0176.png b/pointerbench-sheets/data/test/0176.png new file mode 100644 index 0000000000000000000000000000000000000000..de56cc0dddcfc9d768010ec9b52ae77d2612bc05 --- /dev/null +++ b/pointerbench-sheets/data/test/0176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e114b255a1cba062f194c8e8bfe25ac33bc58c6b2f899eff33cee826fc3063cf +size 169948 diff --git a/pointerbench-sheets/data/test/0177.png b/pointerbench-sheets/data/test/0177.png new file mode 100644 index 0000000000000000000000000000000000000000..8c016f2ddda2ef0843e1240b1e27ac11cc767b8b --- /dev/null +++ b/pointerbench-sheets/data/test/0177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64acc3b692e07a5b0e03f953aeb1ee0f3df5c2ed69e71c155cb6b20d85c9fa1c +size 108232 diff --git a/pointerbench-sheets/data/test/0178.png b/pointerbench-sheets/data/test/0178.png new file mode 100644 index 0000000000000000000000000000000000000000..63afb4c71ac89ee17113776e48dbfa47f4736360 --- /dev/null +++ b/pointerbench-sheets/data/test/0178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f65827c64cb1569e6283b093bb9f5beb36a02e2c6846685e0bb59202bb402bb +size 93396 diff --git a/pointerbench-sheets/data/test/0179.png b/pointerbench-sheets/data/test/0179.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3fab44aee9fe7e550cb445583a12ad3ae16658 --- /dev/null +++ b/pointerbench-sheets/data/test/0179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d63a73dfc6a8abe480b38ce7a1b1dc4b8edfaa9984e65713db78a24555d3b7c +size 118671 diff --git a/pointerbench-sheets/data/test/0180.png b/pointerbench-sheets/data/test/0180.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd9862cd33936a93a8e2fab74c34e5c9f9d852b --- /dev/null +++ b/pointerbench-sheets/data/test/0180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd568d518a1d7b9819fbcfddd7d12c7523a4cae77b6fa16c33a3213633f3209 +size 84980 diff --git a/pointerbench-sheets/data/test/0181.png b/pointerbench-sheets/data/test/0181.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc8408e1fb657440cc267163078f9809ce0b90c --- /dev/null +++ b/pointerbench-sheets/data/test/0181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a23af044af6006b4726a6c17d5bbdfe5293d31518d00a8ee8f681ef7594ec36 +size 70344 diff --git a/pointerbench-sheets/data/test/0182.png b/pointerbench-sheets/data/test/0182.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfd91761415876fe843f5a22507253a91816c91 --- /dev/null +++ b/pointerbench-sheets/data/test/0182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07a053c09273c8299fdbfc54db5f1a49a345c99d7a91ae5ef27c3186829e4e1 +size 182971 diff --git a/pointerbench-sheets/data/test/0183.png b/pointerbench-sheets/data/test/0183.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6cd1fb3d76e58569ce54f717044d075c4af998 --- /dev/null +++ b/pointerbench-sheets/data/test/0183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78c456660ac83be59f8ae9b7cf7a45ef35e6384ad72e9eaa274898f36221f1f +size 100256 diff --git a/pointerbench-sheets/data/test/0184.png b/pointerbench-sheets/data/test/0184.png new file mode 100644 index 0000000000000000000000000000000000000000..c99711d29011cc9ce1efdc2623edb5576c17b7ac --- /dev/null +++ b/pointerbench-sheets/data/test/0184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dbaffd70734fb91cb9fa418a2f82d94000723b4a33f93fa433028ccc685f41 +size 72264 diff --git a/pointerbench-sheets/data/test/0185.png b/pointerbench-sheets/data/test/0185.png new file mode 100644 index 0000000000000000000000000000000000000000..fb5e4fbc44abb883d4e6cdf04e88aff83799200d --- /dev/null +++ b/pointerbench-sheets/data/test/0185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226590b77a87b40b808153430de4389198c10c092302b594824ae907fc70eeeb +size 115738 diff --git a/pointerbench-sheets/data/test/0186.png b/pointerbench-sheets/data/test/0186.png new file mode 100644 index 0000000000000000000000000000000000000000..ec58d496b3c9e7ec9a42a0086a35e9059d2ff159 --- /dev/null +++ b/pointerbench-sheets/data/test/0186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0024e66567163a585103e551bca7d0607664090170a1ffbb65df1613dbdc3 +size 88468 diff --git a/pointerbench-sheets/data/test/0187.png b/pointerbench-sheets/data/test/0187.png new file mode 100644 index 0000000000000000000000000000000000000000..4d2ab5b00ea494cf1ff320f4c42b815accde7283 --- /dev/null +++ b/pointerbench-sheets/data/test/0187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3671c0de5f5cbea3b42977537fb0edb12b92a24ce4d697f7d0c447045874e06a +size 160385 diff --git a/pointerbench-sheets/data/test/0188.png b/pointerbench-sheets/data/test/0188.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc5ac1a364a6f5ecb617d825b189710eba43821 --- /dev/null +++ b/pointerbench-sheets/data/test/0188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af0209c5b69406e66e474c7eb391851c44d3854bed69e251035a5e3461a2d70 +size 183132 diff --git a/pointerbench-sheets/data/test/0189.png b/pointerbench-sheets/data/test/0189.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ecc5e10913a49461e6b46530257f63d89a1dd8 --- /dev/null +++ b/pointerbench-sheets/data/test/0189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6930becc5edd9ac795563db39929c32081364a458c73ed198f57986dbba4ed3b +size 119275 diff --git a/pointerbench-sheets/data/test/0190.png b/pointerbench-sheets/data/test/0190.png new file mode 100644 index 0000000000000000000000000000000000000000..88a026006ddf02901397180d373cc19cf8a30ad3 --- /dev/null +++ b/pointerbench-sheets/data/test/0190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca116a3ca8cf28533122a3e4796853ec7146f7bf8ab2da0eb535b4ae0a7ef15 +size 202867 diff --git a/pointerbench-sheets/data/test/0191.png b/pointerbench-sheets/data/test/0191.png new file mode 100644 index 0000000000000000000000000000000000000000..2a0d8c4e9ed526133a1a827fbc200afc97831f9b --- /dev/null +++ b/pointerbench-sheets/data/test/0191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080b575c8808ce2b96e7fbf9a105434e20133f73e9c2230516e88adf86caa203 +size 123395 diff --git a/pointerbench-sheets/data/test/0192.png b/pointerbench-sheets/data/test/0192.png new file mode 100644 index 0000000000000000000000000000000000000000..98e895927a095b949b60fa7404fe85af708e435e --- /dev/null +++ b/pointerbench-sheets/data/test/0192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97ef989642ddafbb58d538602e220e0f8e8bb95555fd9733c2b9862af52da42 +size 170070 diff --git a/pointerbench-sheets/data/test/0193.png b/pointerbench-sheets/data/test/0193.png new file mode 100644 index 0000000000000000000000000000000000000000..a7080573b801cbf8d4904be160a7728906721f0a --- /dev/null +++ b/pointerbench-sheets/data/test/0193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e6f6e3bdc1129a1c27c0c60c26fcdb6e1b77c67979df04626564b290170cf5 +size 98041 diff --git a/pointerbench-sheets/data/test/0194.png b/pointerbench-sheets/data/test/0194.png new file mode 100644 index 0000000000000000000000000000000000000000..1a78f5453fb365e7ff480e40ac6e4a83c1cccc01 --- /dev/null +++ b/pointerbench-sheets/data/test/0194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a855be7919c9ead7320cbe6ee5c72a7a1ff0ab64573792581eac5d57609e6e62 +size 144296 diff --git a/pointerbench-sheets/data/test/0195.png b/pointerbench-sheets/data/test/0195.png new file mode 100644 index 0000000000000000000000000000000000000000..e3def432aebb4a9f42751cb7ec10bf56c1c04b05 --- /dev/null +++ b/pointerbench-sheets/data/test/0195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0fe74f688cde7fc1b3a3cc741ee4e5167bcaf24e77c4f7b723a4e570d590ea +size 80265 diff --git a/pointerbench-sheets/data/test/0196.png b/pointerbench-sheets/data/test/0196.png new file mode 100644 index 0000000000000000000000000000000000000000..1f3b535b1cad2f8e932370e8e5ebc1f4c540cd75 --- /dev/null +++ b/pointerbench-sheets/data/test/0196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553137c720b21a52ab027c8f7457aa908ac01ee352cd3e5107ab0910bef2a33c +size 80306 diff --git a/pointerbench-sheets/data/test/0197.png b/pointerbench-sheets/data/test/0197.png new file mode 100644 index 0000000000000000000000000000000000000000..8c02770d39beb768eca8865b6dc3ebc8b5a12193 --- /dev/null +++ b/pointerbench-sheets/data/test/0197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79494a908db9e251e363c836d3f78af72e2b115139001b58a3bd54977e9a632b +size 93303 diff --git a/pointerbench-sheets/data/test/0198.png b/pointerbench-sheets/data/test/0198.png new file mode 100644 index 0000000000000000000000000000000000000000..c9cfe64a519d4ff45f6f55166b112e220c05a59d --- /dev/null +++ b/pointerbench-sheets/data/test/0198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881bf6f05658a8e20f5658836acc93f3fd7427f4bb33314b155b4d841e971a72 +size 96258 diff --git a/pointerbench-sheets/data/test/0199.png b/pointerbench-sheets/data/test/0199.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f8a789514371bdb06ee9aa5833b30f2fdcec7b --- /dev/null +++ b/pointerbench-sheets/data/test/0199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07f4ecca4d84978417701872ae82ecdbcd0976ce6cd4600cbffb626762c34db +size 100065 diff --git a/pointerbench-sheets/data/test/0200.png b/pointerbench-sheets/data/test/0200.png new file mode 100644 index 0000000000000000000000000000000000000000..abb688eefdb8cadac3d0a64fb58a5085ce1e2509 --- /dev/null +++ b/pointerbench-sheets/data/test/0200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2770deee9b99adcac357326290caa1b9cd36fecfa508622a7fde4b07392720 +size 88840 diff --git a/pointerbench-sheets/data/test/0201.png b/pointerbench-sheets/data/test/0201.png new file mode 100644 index 0000000000000000000000000000000000000000..dedf9a33b407504376b470d707836301513ba849 --- /dev/null +++ b/pointerbench-sheets/data/test/0201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddbf2a2404195b3bdeb2eebde910d0ccf4feec84fd2839a4bbe0e2fa03cf53d +size 56472 diff --git a/pointerbench-sheets/data/test/0202.png b/pointerbench-sheets/data/test/0202.png new file mode 100644 index 0000000000000000000000000000000000000000..4997f1edfa7ffd5e834d0d5212d12312f1f08202 --- /dev/null +++ b/pointerbench-sheets/data/test/0202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5580d3dcb83b816132bd3303e07410fde2d6779076d9d1505457eb770ca5a46a +size 184946 diff --git a/pointerbench-sheets/data/test/0203.png b/pointerbench-sheets/data/test/0203.png new file mode 100644 index 0000000000000000000000000000000000000000..6efb325b8f5405f9a4c056741d48fbdfacbc95e5 --- /dev/null +++ b/pointerbench-sheets/data/test/0203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cbc4e440f42c2ba24a09a30983ac9126510f084451bb38bfa0c88f2cadec3d +size 82222 diff --git a/pointerbench-sheets/data/test/0204.png b/pointerbench-sheets/data/test/0204.png new file mode 100644 index 0000000000000000000000000000000000000000..fd58ba905fc8da03df2bc8de6ac3fcdf159cb3bb --- /dev/null +++ b/pointerbench-sheets/data/test/0204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888ea5a3ddf701c3ade76003df53612840bf3e9483661894051ccd3b4145ebbb +size 69039 diff --git a/pointerbench-sheets/data/test/0205.png b/pointerbench-sheets/data/test/0205.png new file mode 100644 index 0000000000000000000000000000000000000000..be410971ea3c3d3ac0314981efae064fb2194673 --- /dev/null +++ b/pointerbench-sheets/data/test/0205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de01530fd6f5e6f8b384de1c5b040bcb107b602d59522a0849168c1505a6fca2 +size 157596 diff --git a/pointerbench-sheets/data/test/0206.png b/pointerbench-sheets/data/test/0206.png new file mode 100644 index 0000000000000000000000000000000000000000..174633b7ee66d31f79c0ab636afb4ae4e99929f4 --- /dev/null +++ b/pointerbench-sheets/data/test/0206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214d4d3b120da43b79cb4ea9f3d29287a275c978daedb9d4715cd119bcdc5634 +size 70758 diff --git a/pointerbench-sheets/data/test/0207.png b/pointerbench-sheets/data/test/0207.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b6b21626cc276fb60e60bb95fba1932338b155 --- /dev/null +++ b/pointerbench-sheets/data/test/0207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647c439eaf3316b49cabdd7d5f489847f9e0aaed2ebbbf351829b5d5df74826a +size 71018 diff --git a/pointerbench-sheets/data/test/0208.png b/pointerbench-sheets/data/test/0208.png new file mode 100644 index 0000000000000000000000000000000000000000..45c51dda69d7aa6c256932712c9987d7504bb19b --- /dev/null +++ b/pointerbench-sheets/data/test/0208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13268be36c675756ce35f1eb9feaf750f02d51ff0e49522b5c8e26b5fc1f4e99 +size 101953 diff --git a/pointerbench-sheets/data/test/0209.png b/pointerbench-sheets/data/test/0209.png new file mode 100644 index 0000000000000000000000000000000000000000..0c34cfd6d11f3c94e8a70e935c077ffc43e7e0bb --- /dev/null +++ b/pointerbench-sheets/data/test/0209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d840970d1a1603ed2f5a871d6f1baed16c118cc1c0e74163847ca909a926cf1 +size 137356 diff --git a/pointerbench-sheets/data/test/0210.png b/pointerbench-sheets/data/test/0210.png new file mode 100644 index 0000000000000000000000000000000000000000..f75fad99ef9638aeb2a83b016584c69a6a3e2558 --- /dev/null +++ b/pointerbench-sheets/data/test/0210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e01ad275683dbefdb91088c1433f216a453c82c052289547de893612b4fa43 +size 141674 diff --git a/pointerbench-sheets/data/test/0211.png b/pointerbench-sheets/data/test/0211.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e35e1b949af4197843e9225b284a6e6144eb7b --- /dev/null +++ b/pointerbench-sheets/data/test/0211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19702d192a92b91dcc2ffd366b90c2fbcd3554d57a926bc39a7e01a367570bf +size 119863 diff --git a/pointerbench-sheets/data/test/0212.png b/pointerbench-sheets/data/test/0212.png new file mode 100644 index 0000000000000000000000000000000000000000..56410a354e8eeed839a1d996fd7293e609f40ff9 --- /dev/null +++ b/pointerbench-sheets/data/test/0212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492273dd996697d27d1fc3ff836a258ea59c13e04f3a9af5faa965d5472ccede +size 125268 diff --git a/pointerbench-sheets/data/test/0213.png b/pointerbench-sheets/data/test/0213.png new file mode 100644 index 0000000000000000000000000000000000000000..96d1183ee129a10fd1f191d5000005c6f0ec10f1 --- /dev/null +++ b/pointerbench-sheets/data/test/0213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fe36812707f63390985e6ffa05b7395abd499f3d68db52b6eadf75d7070acb +size 126365 diff --git a/pointerbench-sheets/data/test/0214.png b/pointerbench-sheets/data/test/0214.png new file mode 100644 index 0000000000000000000000000000000000000000..3118f01951ac4499616421b99a617c9d56f31022 --- /dev/null +++ b/pointerbench-sheets/data/test/0214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3397a6d0952c82c812aeb03d9fe70a156d6a7c41c35713bcc9be1f43baebb8 +size 123193 diff --git a/pointerbench-sheets/data/test/0215.png b/pointerbench-sheets/data/test/0215.png new file mode 100644 index 0000000000000000000000000000000000000000..53557f9b1e421984c792048cab1c49d4b80b395e --- /dev/null +++ b/pointerbench-sheets/data/test/0215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4095ff6be45b26888da5e4c5d516cb5472a0e637c30a8e0b09cfdbe68ca52705 +size 60056 diff --git a/pointerbench-sheets/data/test/0216.png b/pointerbench-sheets/data/test/0216.png new file mode 100644 index 0000000000000000000000000000000000000000..80ab6f874137ddbff346662ad588e7f1c29f3450 --- /dev/null +++ b/pointerbench-sheets/data/test/0216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61edac116d1a0dfbd4a789f6138a01493b7df970e6b47e586c11b79e91c29a53 +size 176925 diff --git a/pointerbench-sheets/data/test/0217.png b/pointerbench-sheets/data/test/0217.png new file mode 100644 index 0000000000000000000000000000000000000000..5c944a154ca41dc0ce54fdba68351f993a6e942b --- /dev/null +++ b/pointerbench-sheets/data/test/0217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1650f375d85372d535ddb6c2de0d19895ad24025ada4e02f25cd8f486b5c92e +size 106830 diff --git a/pointerbench-sheets/data/test/0218.png b/pointerbench-sheets/data/test/0218.png new file mode 100644 index 0000000000000000000000000000000000000000..d884510c869d40253a46160ebcf78a15488a6450 --- /dev/null +++ b/pointerbench-sheets/data/test/0218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38b40e0629b42349f4c8ed37b385d221a562cb35e6fbd20409507fd94e37b46 +size 67709 diff --git a/pointerbench-sheets/data/test/0219.png b/pointerbench-sheets/data/test/0219.png new file mode 100644 index 0000000000000000000000000000000000000000..fd18607882c833a37a37ba48c0f2e8076336e1da --- /dev/null +++ b/pointerbench-sheets/data/test/0219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be735fd2c3653b54577c6f3f57920d943cff311156c61801500ebd2bc37858e +size 101245 diff --git a/pointerbench-sheets/data/test/0220.png b/pointerbench-sheets/data/test/0220.png new file mode 100644 index 0000000000000000000000000000000000000000..8abe5d246c28ddb08377fae840272aa67b5bf454 --- /dev/null +++ b/pointerbench-sheets/data/test/0220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabc52c3eb12c669967b6b120f9e508f34bb18338ef4128ef90d3eb0f14b73f0 +size 126772 diff --git a/pointerbench-sheets/data/test/0221.png b/pointerbench-sheets/data/test/0221.png new file mode 100644 index 0000000000000000000000000000000000000000..9423f333dde384300ff31d21c2cd2cbee10ac3be --- /dev/null +++ b/pointerbench-sheets/data/test/0221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c424a6a3c397b449032db05e7da86d343f4ed43689228c9fb7c14a3246b20b64 +size 136938 diff --git a/pointerbench-sheets/data/test/0222.png b/pointerbench-sheets/data/test/0222.png new file mode 100644 index 0000000000000000000000000000000000000000..5406c42dd5596d476e54379b26a1e9041300125f --- /dev/null +++ b/pointerbench-sheets/data/test/0222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2429e779ddc13b361b71e7cbbefd74c99636dd2fed74e5155e38dbab505082bf +size 94205 diff --git a/pointerbench-sheets/data/test/0223.png b/pointerbench-sheets/data/test/0223.png new file mode 100644 index 0000000000000000000000000000000000000000..868d6faef84fc7d6419c46a66a97429f4b915ea2 --- /dev/null +++ b/pointerbench-sheets/data/test/0223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59df5d858041d9c6d8d56b1fc78ab7ba5a69c68bcc85b5abae010c6d87eab4f +size 93674 diff --git a/pointerbench-sheets/data/test/0224.png b/pointerbench-sheets/data/test/0224.png new file mode 100644 index 0000000000000000000000000000000000000000..2a48752091c1a34f4a4c239e19d605f3b8cd29c3 --- /dev/null +++ b/pointerbench-sheets/data/test/0224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0e143dc246b2806f2b982a1b27dcd79993de3eaf27100a04fa334aca821af6 +size 163431 diff --git a/pointerbench-sheets/data/test/0225.png b/pointerbench-sheets/data/test/0225.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae6c396cd02971638e327632e4383eef490e752 --- /dev/null +++ b/pointerbench-sheets/data/test/0225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea85660328df818ba1a02e18c4290fcf46310284b6a99dedeef4e6449810438d +size 91154 diff --git a/pointerbench-sheets/data/test/0226.png b/pointerbench-sheets/data/test/0226.png new file mode 100644 index 0000000000000000000000000000000000000000..4a6c2c5e7e7719bf08339dce993e23c6f48ffcf9 --- /dev/null +++ b/pointerbench-sheets/data/test/0226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe06a84f7ae9bf4e2671eecdb333b3070258688b5e7a98f942a05c82f2f8396b +size 90288 diff --git a/pointerbench-sheets/data/test/0227.png b/pointerbench-sheets/data/test/0227.png new file mode 100644 index 0000000000000000000000000000000000000000..c7575fe8b25261e0fdcd0ce4f332f65cad739b36 --- /dev/null +++ b/pointerbench-sheets/data/test/0227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433192803e089a867127bf3906b676dc64faf860b255ee7bae39ac09efe9d52a +size 99057 diff --git a/pointerbench-sheets/data/test/0228.png b/pointerbench-sheets/data/test/0228.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8314a396f2d38200f9c5c2d611a2f6be62e82e --- /dev/null +++ b/pointerbench-sheets/data/test/0228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801fadd9da46f983bd07192ed2582cbf8eacfb96dbc3cc7cd99e47a041459089 +size 65343 diff --git a/pointerbench-sheets/data/test/0229.png b/pointerbench-sheets/data/test/0229.png new file mode 100644 index 0000000000000000000000000000000000000000..063d1a5bd9676f4f50470e314487c75b56af4d7e --- /dev/null +++ b/pointerbench-sheets/data/test/0229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b9e864da09ba72e5043bb9291a6cb84ec44cfb04c3c7cfec22c5bb4b399df2 +size 130806 diff --git a/pointerbench-sheets/data/test/0230.png b/pointerbench-sheets/data/test/0230.png new file mode 100644 index 0000000000000000000000000000000000000000..45525565f62d33f36adbe4693f437edeb7c2e012 --- /dev/null +++ b/pointerbench-sheets/data/test/0230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bc2f080a55d35b661c820edf811164e5900675e8fdb617d03478a70e05d6e3 +size 96705 diff --git a/pointerbench-sheets/data/test/0231.png b/pointerbench-sheets/data/test/0231.png new file mode 100644 index 0000000000000000000000000000000000000000..245b25b344f8032c92b4871450dbdce42d16ccad --- /dev/null +++ b/pointerbench-sheets/data/test/0231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd31b52375d057fd379bab71edca3f7e15b3d267daf85ded2cb560e00318ae9a +size 133073 diff --git a/pointerbench-sheets/data/test/0232.png b/pointerbench-sheets/data/test/0232.png new file mode 100644 index 0000000000000000000000000000000000000000..58dcb5a6b111f2cd7091412bd53e4196327b3fbb --- /dev/null +++ b/pointerbench-sheets/data/test/0232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c52d1f019e1cff2077bdb3fdbbdf1d9f9413d7c95a5a2fc168bc0c0ba5e658 +size 112155 diff --git a/pointerbench-sheets/data/test/0233.png b/pointerbench-sheets/data/test/0233.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa7d9bd572dda90a16624c129a3631b9ad01850 --- /dev/null +++ b/pointerbench-sheets/data/test/0233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64181ccecdf8e48da373bc8adfc83592b7b1b2fc1145e6b62d631f220a1e8522 +size 171445 diff --git a/pointerbench-sheets/data/test/0234.png b/pointerbench-sheets/data/test/0234.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce2347f5db23c14ae8e75840011253104891c3f --- /dev/null +++ b/pointerbench-sheets/data/test/0234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3129795f5fb7f55234d134c41039b4adb753073a1e15c4ec54192c5e44f087b +size 144837 diff --git a/pointerbench-sheets/data/test/0235.png b/pointerbench-sheets/data/test/0235.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ce99c40e68e86d592b2ed86a15e5011bee9510 --- /dev/null +++ b/pointerbench-sheets/data/test/0235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2484edbdd99a6dd656c653dc3e807dd2b83bf2a60a149418d534f88a22913b +size 95080 diff --git a/pointerbench-sheets/data/test/0236.png b/pointerbench-sheets/data/test/0236.png new file mode 100644 index 0000000000000000000000000000000000000000..adf8cb797479359600a8391ad111b500f9f773ff --- /dev/null +++ b/pointerbench-sheets/data/test/0236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906176348ec2d75fdc5277aa0881c0769dd9bb37697ef927dccdaf31d5ed1ac7 +size 123790 diff --git a/pointerbench-sheets/data/test/0237.png b/pointerbench-sheets/data/test/0237.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c07a8856370da06eee4cfc67e72b22b27569ac --- /dev/null +++ b/pointerbench-sheets/data/test/0237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0eef549bac531c893d1edbb47099676219f337fdd06a4621e31015e5fd7b28 +size 82952 diff --git a/pointerbench-sheets/data/test/0238.png b/pointerbench-sheets/data/test/0238.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ee76fad23506f22f2497a9641a286af68b1166 --- /dev/null +++ b/pointerbench-sheets/data/test/0238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8587f78376fd2cd713eca0043832a38ee1f3c10d31794b36ff17f328079cb730 +size 106576 diff --git a/pointerbench-sheets/data/test/0239.png b/pointerbench-sheets/data/test/0239.png new file mode 100644 index 0000000000000000000000000000000000000000..aa785dfb81ac8f21899b8436f2a0c4d3e59f4b6b --- /dev/null +++ b/pointerbench-sheets/data/test/0239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe005cf52514d918e06c476cbeef6eb7ae64f259673295d2809c0c1ba30066b +size 78751 diff --git a/pointerbench-sheets/data/test/0240.png b/pointerbench-sheets/data/test/0240.png new file mode 100644 index 0000000000000000000000000000000000000000..0fcf87591ec3f305857833ca870dc650dec68b79 --- /dev/null +++ b/pointerbench-sheets/data/test/0240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0564ea753e6ded8954e0922cecdef43dd90abea8ed1199d762328e42ec6348 +size 43692 diff --git a/pointerbench-sheets/data/test/0241.png b/pointerbench-sheets/data/test/0241.png new file mode 100644 index 0000000000000000000000000000000000000000..97a1dca87d91bf6681d7e6c52cc41bac24d096fc --- /dev/null +++ b/pointerbench-sheets/data/test/0241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf17898d65e26648b18e3511d2ddffa8fa794ca8e9241285b56a1792fb4e514 +size 65245 diff --git a/pointerbench-sheets/data/test/0242.png b/pointerbench-sheets/data/test/0242.png new file mode 100644 index 0000000000000000000000000000000000000000..725ac65b44b47d13ea6e9ae496814136fd29df6e --- /dev/null +++ b/pointerbench-sheets/data/test/0242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a322ac81c4b86d84d8848a1c364db43e7971ec9fd7f68b516583735d0a5bfb +size 155360 diff --git a/pointerbench-sheets/data/test/0243.png b/pointerbench-sheets/data/test/0243.png new file mode 100644 index 0000000000000000000000000000000000000000..74713785e3fe161c2cac96c55d0c7ae258394b74 --- /dev/null +++ b/pointerbench-sheets/data/test/0243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25d0adbd0252d4198461db3bb44004b27db5ffb10eeef02e0d8ed58b228d1b0 +size 92696 diff --git a/pointerbench-sheets/data/test/0244.png b/pointerbench-sheets/data/test/0244.png new file mode 100644 index 0000000000000000000000000000000000000000..83ad9ccd8e147bca53742e32242675851764f850 --- /dev/null +++ b/pointerbench-sheets/data/test/0244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528c42414bb0c47e2c751f66d3716b34ab86a73e4d25b5aa60ad47470fccba9a +size 93816 diff --git a/pointerbench-sheets/data/test/0245.png b/pointerbench-sheets/data/test/0245.png new file mode 100644 index 0000000000000000000000000000000000000000..65da42046cca30bb1a4bbf47b3d5767c31c07a6e --- /dev/null +++ b/pointerbench-sheets/data/test/0245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d07fcc8fa4674fef89fc486c2c938fa93a9479b4fb3a614833d965e9f79a29 +size 69478 diff --git a/pointerbench-sheets/data/test/0246.png b/pointerbench-sheets/data/test/0246.png new file mode 100644 index 0000000000000000000000000000000000000000..5b494ad26ec30eb9d435e87a9e7b581421471b3d --- /dev/null +++ b/pointerbench-sheets/data/test/0246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eee568d6dac4b6af599b13c2fcdc789108383577e90cb9777981505481478ac +size 66928 diff --git a/pointerbench-sheets/data/test/0247.png b/pointerbench-sheets/data/test/0247.png new file mode 100644 index 0000000000000000000000000000000000000000..2625eed57f20912df84de42851a22e01ebdc2fe2 --- /dev/null +++ b/pointerbench-sheets/data/test/0247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad348180d72e06912480ace03740547a986bed061814a56c50a88a0bad81de8c +size 109899 diff --git a/pointerbench-sheets/data/test/0248.png b/pointerbench-sheets/data/test/0248.png new file mode 100644 index 0000000000000000000000000000000000000000..1b202e33e76885ae5d1a09c3a66eda550d83cf6e --- /dev/null +++ b/pointerbench-sheets/data/test/0248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a7a256422bf100772271dd1630b4322ca78a4d07ba3e171970c8452d8e12e0 +size 186723 diff --git a/pointerbench-sheets/data/test/0249.png b/pointerbench-sheets/data/test/0249.png new file mode 100644 index 0000000000000000000000000000000000000000..45f7af5696e5e968b57d114076bdb34e8d8e8c6d --- /dev/null +++ b/pointerbench-sheets/data/test/0249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3700707b94b06bfe8b71eb28b3dc09c227504bfcb23b164429591b53e7fd3d70 +size 98391 diff --git a/pointerbench-sheets/data/test/0250.png b/pointerbench-sheets/data/test/0250.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb904d2476c926d815c206d11e68c0a2765efc0 --- /dev/null +++ b/pointerbench-sheets/data/test/0250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc3fe91c9c77c2cbf2100e418b388f3e50f54d0aea9f3a259c2ad89afee1e3f +size 99050 diff --git a/pointerbench-sheets/data/test/0251.png b/pointerbench-sheets/data/test/0251.png new file mode 100644 index 0000000000000000000000000000000000000000..8cdd9fab9eef47a158ca855fcd71a09f2def07b1 --- /dev/null +++ b/pointerbench-sheets/data/test/0251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b1351a30f406897ccc6c61e1e7c58b3c6bbef7cea2ddace2abfcf106ec10ad +size 81161 diff --git a/pointerbench-sheets/data/test/0252.png b/pointerbench-sheets/data/test/0252.png new file mode 100644 index 0000000000000000000000000000000000000000..746c3f095281c28a59d76190043650d351742e53 --- /dev/null +++ b/pointerbench-sheets/data/test/0252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb8cddec546cf473196792e2f94a131a9d1064325adc95f367bb7480e384ef8 +size 59953 diff --git a/pointerbench-sheets/data/test/0253.png b/pointerbench-sheets/data/test/0253.png new file mode 100644 index 0000000000000000000000000000000000000000..3019278fd1a183a2a47254b3e0e367a8d3df4165 --- /dev/null +++ b/pointerbench-sheets/data/test/0253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7ad08a7bab2182568941b87b8f8c4ba156d3aacf1099897c3b18414cc16093 +size 117559 diff --git a/pointerbench-sheets/data/test/0254.png b/pointerbench-sheets/data/test/0254.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1ff716804d3d127a09ae7ea66c68e2696bb504 --- /dev/null +++ b/pointerbench-sheets/data/test/0254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253ebbb136380836f78e3cb8a3fc8f45c083a596b280dd621d85bc9e82aee7fe +size 86011 diff --git a/pointerbench-sheets/data/test/0255.png b/pointerbench-sheets/data/test/0255.png new file mode 100644 index 0000000000000000000000000000000000000000..2b033a3c39745f2a84d2b0cc615bcd2cf20edb6e --- /dev/null +++ b/pointerbench-sheets/data/test/0255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe6223b4b30172e036b57105db02d77f425690595133fc3bab1653c77446df7 +size 109518 diff --git a/pointerbench-sheets/data/test/0256.png b/pointerbench-sheets/data/test/0256.png new file mode 100644 index 0000000000000000000000000000000000000000..ff15fd50456b259881595b870977c37d6d872838 --- /dev/null +++ b/pointerbench-sheets/data/test/0256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e6e84c6b17416f8331da7d3684241374cc541c32fd8a43c93f507971a406e0 +size 82663 diff --git a/pointerbench-sheets/data/test/0257.png b/pointerbench-sheets/data/test/0257.png new file mode 100644 index 0000000000000000000000000000000000000000..63eb27a5a97e4958e2357335ec0697a6527b5ef9 --- /dev/null +++ b/pointerbench-sheets/data/test/0257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7bbf5520233c7a79fb95f1056c961eace6858e888302f1ff678821d45389c7 +size 78894 diff --git a/pointerbench-sheets/data/test/0258.png b/pointerbench-sheets/data/test/0258.png new file mode 100644 index 0000000000000000000000000000000000000000..b186624b204eb7612423ccceffaceb49cd6fd630 --- /dev/null +++ b/pointerbench-sheets/data/test/0258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd18f3cd9d3576f54b01772afe1b2573d5b4848ad840613c274973fed591399 +size 79510 diff --git a/pointerbench-sheets/data/test/0259.png b/pointerbench-sheets/data/test/0259.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f793b744bfaa06bd13f87c6ed0411e1e9b9a9c --- /dev/null +++ b/pointerbench-sheets/data/test/0259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54629406cbf65f974264f724c14e802279691d1bcfa0bff94dcc4badfc0ed9ea +size 93533 diff --git a/pointerbench-sheets/data/test/0260.png b/pointerbench-sheets/data/test/0260.png new file mode 100644 index 0000000000000000000000000000000000000000..7ba61ecdd5927257fded986e61e5240e5427ce19 --- /dev/null +++ b/pointerbench-sheets/data/test/0260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a31814cff3b4958e9e80245a70016c97c9a2b0e23635fddfc8c3f322b03ed3 +size 110612 diff --git a/pointerbench-sheets/data/test/0261.png b/pointerbench-sheets/data/test/0261.png new file mode 100644 index 0000000000000000000000000000000000000000..9bb1f35514fe05b9bf2660e75e70dad2aa007a7e --- /dev/null +++ b/pointerbench-sheets/data/test/0261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e020d7885c79ae2556ab67271dde21860ed60353b60697742ca1d9d012e77e +size 80044 diff --git a/pointerbench-sheets/data/test/0262.png b/pointerbench-sheets/data/test/0262.png new file mode 100644 index 0000000000000000000000000000000000000000..92464add0fbcf93b2edd1592a3e2a43df3faf017 --- /dev/null +++ b/pointerbench-sheets/data/test/0262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf9517033a232e9fac7799be96c951cbae675f9f0bb4e312df3dfb1e9181e40 +size 73248 diff --git a/pointerbench-sheets/data/test/0263.png b/pointerbench-sheets/data/test/0263.png new file mode 100644 index 0000000000000000000000000000000000000000..30c60202bc8c80bbf7ae1cf48b1df4d606815d93 --- /dev/null +++ b/pointerbench-sheets/data/test/0263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6fcbf81fd9dbc53ceff132605565728edd52ed15ee7180a1a275f6c5e0ff20 +size 96388 diff --git a/pointerbench-sheets/data/test/0264.png b/pointerbench-sheets/data/test/0264.png new file mode 100644 index 0000000000000000000000000000000000000000..21851c150f6aca12755b313ae0d86283f1722ab5 --- /dev/null +++ b/pointerbench-sheets/data/test/0264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745adb05701412b4635f2dd42b791faaed54f2da4c888cb86f49837c241255c7 +size 95690 diff --git a/pointerbench-sheets/data/test/0265.png b/pointerbench-sheets/data/test/0265.png new file mode 100644 index 0000000000000000000000000000000000000000..783eb28b53d609b0fab245c8bb6409659dbe23e0 --- /dev/null +++ b/pointerbench-sheets/data/test/0265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e95e6b6143a497ed4e19145e04c7394152de8dd49bc60d50780cf95514cf942 +size 76680 diff --git a/pointerbench-sheets/data/test/0266.png b/pointerbench-sheets/data/test/0266.png new file mode 100644 index 0000000000000000000000000000000000000000..645963dcd7415ee6be37e9139e41911172688095 --- /dev/null +++ b/pointerbench-sheets/data/test/0266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846f3f7f028a6b22e500ba45303e4b935aa6cb8136730c7dc660d99bf0560ce0 +size 69271 diff --git a/pointerbench-sheets/data/test/0267.png b/pointerbench-sheets/data/test/0267.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7206ed24dab2c20edc57a674a880458468b10c --- /dev/null +++ b/pointerbench-sheets/data/test/0267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2179dac5c6ec42be5692b863f30841c439a8d9e58f4e5be11bb3580971e4ac98 +size 87646 diff --git a/pointerbench-sheets/data/test/0268.png b/pointerbench-sheets/data/test/0268.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9aefc001414c7da58db6c00ebe336fc688ee9e --- /dev/null +++ b/pointerbench-sheets/data/test/0268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2785b8c9fad83659b32701a18256c4f0ad104450020ce65cf5847444fb86f09 +size 94176 diff --git a/pointerbench-sheets/data/test/0269.png b/pointerbench-sheets/data/test/0269.png new file mode 100644 index 0000000000000000000000000000000000000000..180545638cfb5142a8a9f12cd3678f7872cc9da4 --- /dev/null +++ b/pointerbench-sheets/data/test/0269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b9645ea4a520f63c013b95765f70c8adf7dc8fb718400dee58442c0d86cdc4 +size 108791 diff --git a/pointerbench-sheets/data/test/0270.png b/pointerbench-sheets/data/test/0270.png new file mode 100644 index 0000000000000000000000000000000000000000..1fed6e7b175ad311bc226cd5a9a3be5472b5319b --- /dev/null +++ b/pointerbench-sheets/data/test/0270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084b3a1dada8caaa3bc342839317d8d454472bb9f47c22c95a56d5abc8d235cb +size 95392 diff --git a/pointerbench-sheets/data/test/0271.png b/pointerbench-sheets/data/test/0271.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4a344cbed14750604667fd5d7b83510da515de --- /dev/null +++ b/pointerbench-sheets/data/test/0271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434c1d079d0e1625e3e7a872a5ea8e4e1e90ca05b23bc4cf4f175d5d6d21d7d9 +size 122341 diff --git a/pointerbench-sheets/data/test/0272.png b/pointerbench-sheets/data/test/0272.png new file mode 100644 index 0000000000000000000000000000000000000000..60f131c70f15e243c9f51867d1a88fd4d29909ee --- /dev/null +++ b/pointerbench-sheets/data/test/0272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f060576da79457baa1069a950795f71a2343f7cfa2ac55431c91a3511418b796 +size 126669 diff --git a/pointerbench-sheets/data/test/0273.png b/pointerbench-sheets/data/test/0273.png new file mode 100644 index 0000000000000000000000000000000000000000..be3b8c5d6157bfc39f2c2e56dba0b655b3657691 --- /dev/null +++ b/pointerbench-sheets/data/test/0273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e824194c46a7fa12d3e9825e42a2f47e8ecb1588446a6f00b4bff74429088ea3 +size 107380 diff --git a/pointerbench-sheets/data/test/0274.png b/pointerbench-sheets/data/test/0274.png new file mode 100644 index 0000000000000000000000000000000000000000..67e5570c71dbf41912d52cddb3206ceffcde36f0 --- /dev/null +++ b/pointerbench-sheets/data/test/0274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539483972e2f5012b8898f3c145ab2e8140055800dea761bb40068f580c4bf29 +size 116764 diff --git a/pointerbench-sheets/data/test/0275.png b/pointerbench-sheets/data/test/0275.png new file mode 100644 index 0000000000000000000000000000000000000000..9aec1153b7a02d97d60f9c707e1a26a88edf7da1 --- /dev/null +++ b/pointerbench-sheets/data/test/0275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d347a9a011a45fc8a871ffc0e105e0c2e4ed989a236d3dd7151c9937efbdaf10 +size 80657 diff --git a/pointerbench-sheets/data/test/0276.png b/pointerbench-sheets/data/test/0276.png new file mode 100644 index 0000000000000000000000000000000000000000..92deed1218c4729ffadddc0e8af4e2ddfdaf3b4e --- /dev/null +++ b/pointerbench-sheets/data/test/0276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13e2e9a2d1c06757b61b4bce78a4e8cd8bb85e4c1ceafc0e77c20d3b066df97 +size 105349 diff --git a/pointerbench-sheets/data/test/0277.png b/pointerbench-sheets/data/test/0277.png new file mode 100644 index 0000000000000000000000000000000000000000..619fd867fd8f1398b9939b3c1b52a519e5da5926 --- /dev/null +++ b/pointerbench-sheets/data/test/0277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd20296b949b0e3e163548a6f71338f34d79f468cad54dad0faeda1696d2822e +size 224733 diff --git a/pointerbench-sheets/data/test/0278.png b/pointerbench-sheets/data/test/0278.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f0ff01c0fb2c52eb4637f6d05c91483d058d38 --- /dev/null +++ b/pointerbench-sheets/data/test/0278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4749f9abbddd0b7d20492b0a3cac4a9067175d341c69a958330b8611f9173e7c +size 88186 diff --git a/pointerbench-sheets/data/test/0279.png b/pointerbench-sheets/data/test/0279.png new file mode 100644 index 0000000000000000000000000000000000000000..a1e88e0c17a93eaea31e2b604eeda5395acbceae --- /dev/null +++ b/pointerbench-sheets/data/test/0279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3df22ff303600de2d11af88c81f8fb644e949ee6e948889f88fc68febb0947 +size 120381 diff --git a/pointerbench-sheets/data/test/0280.png b/pointerbench-sheets/data/test/0280.png new file mode 100644 index 0000000000000000000000000000000000000000..d55436e448fc46ba0e94fd191486bb115445a64e --- /dev/null +++ b/pointerbench-sheets/data/test/0280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ea5c3228990d25d7719d860fced06e0883f67bf341d7fd90cd391935247b75 +size 99493 diff --git a/pointerbench-sheets/data/test/0281.png b/pointerbench-sheets/data/test/0281.png new file mode 100644 index 0000000000000000000000000000000000000000..613a66ab33007060d7f54ee06d05956430039998 --- /dev/null +++ b/pointerbench-sheets/data/test/0281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ef81f02e7a23ce3e34c7e4b308984d81d74dd9491884c094254a47d760c877 +size 103896 diff --git a/pointerbench-sheets/data/test/0282.png b/pointerbench-sheets/data/test/0282.png new file mode 100644 index 0000000000000000000000000000000000000000..8eacba1021aa5a713c24f674b1ce52e094238aaf --- /dev/null +++ b/pointerbench-sheets/data/test/0282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef88e72f9b72b28c4532345ee671176f0f1f3fd11f34b30b971dd7e5335d508 +size 79737 diff --git a/pointerbench-sheets/data/test/0283.png b/pointerbench-sheets/data/test/0283.png new file mode 100644 index 0000000000000000000000000000000000000000..aa34f62ec52dcd9c6285e4be00caca6d94069787 --- /dev/null +++ b/pointerbench-sheets/data/test/0283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e301fa1b79cae45d4c68bdba2fc20b6f9dcbe9559f9a8110e590d195ebb0bbe5 +size 82950 diff --git a/pointerbench-sheets/data/test/0284.png b/pointerbench-sheets/data/test/0284.png new file mode 100644 index 0000000000000000000000000000000000000000..87b785f3ef82a6db73b6a55f471a797ca45a18c9 --- /dev/null +++ b/pointerbench-sheets/data/test/0284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9f2d4e2c22c2da948e5c55402d08355919fb61ecbd356bf8f821f9770b9f9b +size 68044 diff --git a/pointerbench-sheets/data/test/0285.png b/pointerbench-sheets/data/test/0285.png new file mode 100644 index 0000000000000000000000000000000000000000..8b263f2f9e3c2e7f423ee29f5dbe0278fa6beafb --- /dev/null +++ b/pointerbench-sheets/data/test/0285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef22f6548208537460d0bbfbf53a736c27d10aed14a534a452c44c70e21b0c7 +size 81926 diff --git a/pointerbench-sheets/data/test/0286.png b/pointerbench-sheets/data/test/0286.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1ed24e1a490bc39d52d9516a9779f88bd48707 --- /dev/null +++ b/pointerbench-sheets/data/test/0286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9142763e0676da094cdab199c62dc80291792679954ce81e0bc5a1474d816f54 +size 72545 diff --git a/pointerbench-sheets/data/test/0287.png b/pointerbench-sheets/data/test/0287.png new file mode 100644 index 0000000000000000000000000000000000000000..c63be93e38e61a2d8cb56d52c4e61e97bf8d3d64 --- /dev/null +++ b/pointerbench-sheets/data/test/0287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f3cb8896f15c8cb00dd1884b6f8a7c84b302af7718a6c892196ed9ba4a7664 +size 77438 diff --git a/pointerbench-sheets/data/test/0288.png b/pointerbench-sheets/data/test/0288.png new file mode 100644 index 0000000000000000000000000000000000000000..4fc3173ad80cf69b84eaf165ef4edf7e0ee52e34 --- /dev/null +++ b/pointerbench-sheets/data/test/0288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3464a3419950d32a0588e9a109551ab40f2f2cd22164f782c5608306dc62b52a +size 78724 diff --git a/pointerbench-sheets/data/test/0289.png b/pointerbench-sheets/data/test/0289.png new file mode 100644 index 0000000000000000000000000000000000000000..1c99a3eaad899d49797864fcce45533a80c04a33 --- /dev/null +++ b/pointerbench-sheets/data/test/0289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0a99227b61aad0ed2ebff096a50b9b19da728b5ff7cd5a07943d94847b2958 +size 82613 diff --git a/pointerbench-sheets/data/test/0290.png b/pointerbench-sheets/data/test/0290.png new file mode 100644 index 0000000000000000000000000000000000000000..c46a7dfc35d1a2d31d54fd11145c0f13c791da08 --- /dev/null +++ b/pointerbench-sheets/data/test/0290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60197c7762f9441c2a020b5285479ee4ed086854bad528733002619b98c36079 +size 68736 diff --git a/pointerbench-sheets/data/test/0291.png b/pointerbench-sheets/data/test/0291.png new file mode 100644 index 0000000000000000000000000000000000000000..8df042317c6f648a5db2ba795ca52ef814647045 --- /dev/null +++ b/pointerbench-sheets/data/test/0291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a9e517444343feccaf72b479b4f6336d25bd3279dc77cfef6d04e67ad511f5 +size 70039 diff --git a/pointerbench-sheets/data/test/0292.png b/pointerbench-sheets/data/test/0292.png new file mode 100644 index 0000000000000000000000000000000000000000..5f85aa29b67197afdc39420d61e457886897a99c --- /dev/null +++ b/pointerbench-sheets/data/test/0292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4483b35e8ff99d8493b70da6937dd1a38768d0b8bfe3ea4323ed9290566ada96 +size 108884 diff --git a/pointerbench-sheets/data/test/0293.png b/pointerbench-sheets/data/test/0293.png new file mode 100644 index 0000000000000000000000000000000000000000..7076a2acf4ed2a1c6489e1bc422ad316dc83a13b --- /dev/null +++ b/pointerbench-sheets/data/test/0293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb7db296b1931daca268010833015ffd4cae15f2c5d38f98a137e5905537a58 +size 107080 diff --git a/pointerbench-sheets/data/test/0294.png b/pointerbench-sheets/data/test/0294.png new file mode 100644 index 0000000000000000000000000000000000000000..ad1e624f2b09f1d4a2361100517b6d05c89cd4ec --- /dev/null +++ b/pointerbench-sheets/data/test/0294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8883a3c55ae673fd4064ea75dc2c6e58c027808dc7ce579f6577abb431aec508 +size 74770 diff --git a/pointerbench-sheets/data/test/0295.png b/pointerbench-sheets/data/test/0295.png new file mode 100644 index 0000000000000000000000000000000000000000..483dd3cc5ddbd1666038c728e8e2daf50738601f --- /dev/null +++ b/pointerbench-sheets/data/test/0295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d059871a8cb3608d634ca8d75930b7040ed3c405be0c836aa1580408ef836b +size 120747 diff --git a/pointerbench-sheets/data/test/0296.png b/pointerbench-sheets/data/test/0296.png new file mode 100644 index 0000000000000000000000000000000000000000..70ec741bf202a0e0c808d45ffe4612ff7d4d3741 --- /dev/null +++ b/pointerbench-sheets/data/test/0296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce8dfb84c0fd0940f51423996a016d2d271daf86105ab9b15ab0fe15c3887a8 +size 65617 diff --git a/pointerbench-sheets/data/test/0297.png b/pointerbench-sheets/data/test/0297.png new file mode 100644 index 0000000000000000000000000000000000000000..ba890285cf352153e5bd993a9c625ab2043d28db --- /dev/null +++ b/pointerbench-sheets/data/test/0297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8642d41ce6987c8b6ffe3da1bc9b84f16b87bdaeb099b71d33144d7419bad991 +size 151391 diff --git a/pointerbench-sheets/data/test/0298.png b/pointerbench-sheets/data/test/0298.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fa47eeb5ebb9afc194e797476b9b6516eaf289 --- /dev/null +++ b/pointerbench-sheets/data/test/0298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502dff686f5b3fc58a5301faabf9935ada3d83143c5a7ac0c2da7868a078c112 +size 63533 diff --git a/pointerbench-sheets/data/test/0299.png b/pointerbench-sheets/data/test/0299.png new file mode 100644 index 0000000000000000000000000000000000000000..d34e3c5661967222a7340e2caa01888f4244ac13 --- /dev/null +++ b/pointerbench-sheets/data/test/0299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e461a5e703cfa4b75deecb533ed8cf2e2494c31b38bfef8d74b55d9c11052da +size 112651 diff --git a/pointerbench-sheets/data/test/0300.png b/pointerbench-sheets/data/test/0300.png new file mode 100644 index 0000000000000000000000000000000000000000..12de8d65d8ea8ea94aa58b1fecd44924f2fa5341 --- /dev/null +++ b/pointerbench-sheets/data/test/0300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d51adb60da363157a1fa29bc832e1cc2832513643f02b033da90e78811b7528 +size 105322 diff --git a/pointerbench-sheets/data/test/0301.png b/pointerbench-sheets/data/test/0301.png new file mode 100644 index 0000000000000000000000000000000000000000..031c79dfd1aa6c211a92a1e636593d03e25371db --- /dev/null +++ b/pointerbench-sheets/data/test/0301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40318019c54627053aa6361aed2c12275b68d820eecc108677a6ac5ed854cd1 +size 101871 diff --git a/pointerbench-sheets/data/test/0302.png b/pointerbench-sheets/data/test/0302.png new file mode 100644 index 0000000000000000000000000000000000000000..773bd17f9f04ed8eab48796ae838fa3fc84bbc26 --- /dev/null +++ b/pointerbench-sheets/data/test/0302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd839bf35dbc44d86123e8d1491fc78b8c89a6e85e6e1c4622f48e39c8d5568 +size 64195 diff --git a/pointerbench-sheets/data/test/0303.png b/pointerbench-sheets/data/test/0303.png new file mode 100644 index 0000000000000000000000000000000000000000..296b008dbda092004716ee05bad25742ee8eee45 --- /dev/null +++ b/pointerbench-sheets/data/test/0303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077fa9eebf8e8c9e22a6b941c8d87773d4cee6e4389b4e158c4713682a1ee7d9 +size 137842 diff --git a/pointerbench-sheets/data/test/0304.png b/pointerbench-sheets/data/test/0304.png new file mode 100644 index 0000000000000000000000000000000000000000..41e3a3a131283fb8af798242d0d667eab6a44725 --- /dev/null +++ b/pointerbench-sheets/data/test/0304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4569eaf85664fde1611c01446f3f53149e2661ce44c5e274d60f96e0e3e16b03 +size 75886 diff --git a/pointerbench-sheets/data/test/0305.png b/pointerbench-sheets/data/test/0305.png new file mode 100644 index 0000000000000000000000000000000000000000..b221b60920129877d156069b4773121afd7db724 --- /dev/null +++ b/pointerbench-sheets/data/test/0305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ad96b5571dd6b10279c7d13fb27c712ae6d1c094288ea5909e5e9d271d69e8 +size 79233 diff --git a/pointerbench-sheets/data/test/0306.png b/pointerbench-sheets/data/test/0306.png new file mode 100644 index 0000000000000000000000000000000000000000..06d0d9843792dc3dfcff710398d7dfde33a66ce5 --- /dev/null +++ b/pointerbench-sheets/data/test/0306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d89819afe17f1ff43808efabcbb0cbc6985cc6c1f8149dd21ad37f168f03c8a +size 70363 diff --git a/pointerbench-sheets/data/test/0307.png b/pointerbench-sheets/data/test/0307.png new file mode 100644 index 0000000000000000000000000000000000000000..68aa6baf17e27bb8de51fe9db557b2b31e33bdda --- /dev/null +++ b/pointerbench-sheets/data/test/0307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c30a4d5b24f5be77f6a833eb41a8f2f34f9cdf833f25493605ac262f442fd9 +size 100332 diff --git a/pointerbench-sheets/data/test/0308.png b/pointerbench-sheets/data/test/0308.png new file mode 100644 index 0000000000000000000000000000000000000000..3b5c8b1248e780d628531470ea497aa27a54b253 --- /dev/null +++ b/pointerbench-sheets/data/test/0308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6418af64e16de3eb7effb4c33f10b8722f100d4edc8fd52824fa5deec3a68679 +size 147450 diff --git a/pointerbench-sheets/data/test/0309.png b/pointerbench-sheets/data/test/0309.png new file mode 100644 index 0000000000000000000000000000000000000000..fd21789110b4a6c12ac90e301e3168d671bff3a1 --- /dev/null +++ b/pointerbench-sheets/data/test/0309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75fc094b2a763fffed94d21e84c60913b4d5054a2acb3c3dfdfc4571bac240b +size 107712 diff --git a/pointerbench-sheets/data/test/0310.png b/pointerbench-sheets/data/test/0310.png new file mode 100644 index 0000000000000000000000000000000000000000..be90bb0c654f394d0526ccb5e1dc30d0d589e7b0 --- /dev/null +++ b/pointerbench-sheets/data/test/0310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7467026914ebc078856a45888b07326c9e86c856d42c6199dfc9bee71e468b70 +size 57307 diff --git a/pointerbench-sheets/data/test/0311.png b/pointerbench-sheets/data/test/0311.png new file mode 100644 index 0000000000000000000000000000000000000000..dcfe64ff3a1bcaf70e511b26161d4963f2112bee --- /dev/null +++ b/pointerbench-sheets/data/test/0311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb16fdc32324f762861feab4ccf25301fb0c2411bfc4438b1b557bad83faa19 +size 61409 diff --git a/pointerbench-sheets/data/test/0312.png b/pointerbench-sheets/data/test/0312.png new file mode 100644 index 0000000000000000000000000000000000000000..8d4a7b490584361782b3cc4de74c58fde7845cde --- /dev/null +++ b/pointerbench-sheets/data/test/0312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e0207a6acc20b9018100b0a7e94fdffdf5aea22633e2917637d9a0cf74cf34 +size 100778 diff --git a/pointerbench-sheets/data/test/0313.png b/pointerbench-sheets/data/test/0313.png new file mode 100644 index 0000000000000000000000000000000000000000..4daa59fb542267b5e8c357a841d992d86debd983 --- /dev/null +++ b/pointerbench-sheets/data/test/0313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bbb6b60c39ccc5bc6aa25d39828b5d17d4b8db63f257e0a31e982fa7bbd547 +size 166798 diff --git a/pointerbench-sheets/data/test/0314.png b/pointerbench-sheets/data/test/0314.png new file mode 100644 index 0000000000000000000000000000000000000000..356adf007e1c0cd43c2d66e734f053cae573e9de --- /dev/null +++ b/pointerbench-sheets/data/test/0314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ff429a48269254e1bf995e1c73a3e93221d13e2b5fef295b7997243fe2b093 +size 85908 diff --git a/pointerbench-sheets/data/test/0315.png b/pointerbench-sheets/data/test/0315.png new file mode 100644 index 0000000000000000000000000000000000000000..b0fcf29bf9d3373b00b82cd3404c627feaddf830 --- /dev/null +++ b/pointerbench-sheets/data/test/0315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4990ca122bafe68b02804a09de8c938e6ff685fa65e52d76defdfdbe9cf9c8c4 +size 114390 diff --git a/pointerbench-sheets/data/test/0316.png b/pointerbench-sheets/data/test/0316.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5b4b391b38e6ff845c22f64e45745b640976ae --- /dev/null +++ b/pointerbench-sheets/data/test/0316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c5b2301421561fba348db98ed1c355426172b00a490ec7121bff57d602afeb +size 116263 diff --git a/pointerbench-sheets/data/test/0317.png b/pointerbench-sheets/data/test/0317.png new file mode 100644 index 0000000000000000000000000000000000000000..16a927ac41a80d7e3f48335cf9a61dfefe578f56 --- /dev/null +++ b/pointerbench-sheets/data/test/0317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeea92f622353b274060832138ccae16ae80c2c6d3a3fc491cb8f942de90ed5d +size 96754 diff --git a/pointerbench-sheets/data/test/0318.png b/pointerbench-sheets/data/test/0318.png new file mode 100644 index 0000000000000000000000000000000000000000..65bc27213fb7db1f26a853b9de1c89f815bed2a4 --- /dev/null +++ b/pointerbench-sheets/data/test/0318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3899339f5afabd0319c639f9a7d2e5c7cbaec84ed286ac3dee39038b542e005d +size 101847 diff --git a/pointerbench-sheets/data/test/0319.png b/pointerbench-sheets/data/test/0319.png new file mode 100644 index 0000000000000000000000000000000000000000..acf6f56ea4b60ec4750107841edc6e8a340c5450 --- /dev/null +++ b/pointerbench-sheets/data/test/0319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d049c1a82962a1d2f03c0996766bb410175ea4866b771cb786c641cc94bc2a +size 135636 diff --git a/pointerbench-sheets/data/test/0320.png b/pointerbench-sheets/data/test/0320.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1807d9db0c9f262fe3cedaa67c9e43b248de68 --- /dev/null +++ b/pointerbench-sheets/data/test/0320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf26407ad784b119f9a0e84d18fc937498e8ce095113dde8057520cf834e813 +size 86320 diff --git a/pointerbench-sheets/data/test/0321.png b/pointerbench-sheets/data/test/0321.png new file mode 100644 index 0000000000000000000000000000000000000000..cf164c3517686a5a0f45423aff8f6ac85b57b1dd --- /dev/null +++ b/pointerbench-sheets/data/test/0321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5feb3165446685f5d04b056a269a736b610d32825b7fb7009ecaad2334a606a9 +size 68191 diff --git a/pointerbench-sheets/data/test/0322.png b/pointerbench-sheets/data/test/0322.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5fcfa9566ac9cfc7ec0ff9d2306e9d3ee45e75 --- /dev/null +++ b/pointerbench-sheets/data/test/0322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6e08a072a14372801848077c7cc9ab2028cb07cbb5ec751857cde78a66cf40 +size 93973 diff --git a/pointerbench-sheets/data/test/0323.png b/pointerbench-sheets/data/test/0323.png new file mode 100644 index 0000000000000000000000000000000000000000..55229411347bfd72cf3b8ca1bd7f566c6a8eb78d --- /dev/null +++ b/pointerbench-sheets/data/test/0323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2581e27be977fe433ab549aeff69b8edd49021adbf50fc8ded6b7b37ac748db +size 140416 diff --git a/pointerbench-sheets/data/test/0324.png b/pointerbench-sheets/data/test/0324.png new file mode 100644 index 0000000000000000000000000000000000000000..c09eac8408b3165db796fc4ff0d9b107c3a3ecf7 --- /dev/null +++ b/pointerbench-sheets/data/test/0324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29037cc94b42e90bc58bc501cb50ad7c76f96de955bc76c21864839a4563c86 +size 125928 diff --git a/pointerbench-sheets/data/test/0325.png b/pointerbench-sheets/data/test/0325.png new file mode 100644 index 0000000000000000000000000000000000000000..2928af8d72759b31d5d13066c8097617b2d37783 --- /dev/null +++ b/pointerbench-sheets/data/test/0325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7496ab733e1c9b14e718918fa30b659ee19346b4d77f1ed2dd5ed51d38e5426f +size 118573 diff --git a/pointerbench-sheets/data/test/0326.png b/pointerbench-sheets/data/test/0326.png new file mode 100644 index 0000000000000000000000000000000000000000..ca8d1446151d224423f83b5dc519e84cc9eef59e --- /dev/null +++ b/pointerbench-sheets/data/test/0326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83be0550a64a4e9de0fd7d0a01ff52da179eaf0a3162934d5a86cdd3c543a657 +size 84653 diff --git a/pointerbench-sheets/data/test/0327.png b/pointerbench-sheets/data/test/0327.png new file mode 100644 index 0000000000000000000000000000000000000000..877f102107921fb081b91592b33f051daf49d382 --- /dev/null +++ b/pointerbench-sheets/data/test/0327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3de108ad7beb6f7ca6a1684ce34e7e19426822f29811635b55e196d44ae1482 +size 112609 diff --git a/pointerbench-sheets/data/test/0328.png b/pointerbench-sheets/data/test/0328.png new file mode 100644 index 0000000000000000000000000000000000000000..511590710733ddce15a90b671adc9d413328fdbc --- /dev/null +++ b/pointerbench-sheets/data/test/0328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b46dc2f9f2ab3f8ffd0382f37373ca795aaa485600ddd894a21bc70194ee9b +size 98263 diff --git a/pointerbench-sheets/data/test/0329.png b/pointerbench-sheets/data/test/0329.png new file mode 100644 index 0000000000000000000000000000000000000000..3435b36c57b1cb01a316cd592064645c63c4aecc --- /dev/null +++ b/pointerbench-sheets/data/test/0329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d576cc89658f078663f6c6f0bf4fe888f2b10f1c0eab7641e69494e2c9b8a8 +size 118681 diff --git a/pointerbench-sheets/data/test/0330.png b/pointerbench-sheets/data/test/0330.png new file mode 100644 index 0000000000000000000000000000000000000000..c52654f84106f077bf043b22ee52e5d965b79fc3 --- /dev/null +++ b/pointerbench-sheets/data/test/0330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2faef178a3a29b94e376852595fcedeb13777d4355198cbfc2f65fd3ba527dfe +size 133582 diff --git a/pointerbench-sheets/data/test/0331.png b/pointerbench-sheets/data/test/0331.png new file mode 100644 index 0000000000000000000000000000000000000000..78071d8107857823c67ea7a1f6e4f875d9f43db4 --- /dev/null +++ b/pointerbench-sheets/data/test/0331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d2c5324d18931bcb7f315114709cf9b0d21a927b12168010ed8706fea0cc06 +size 100357 diff --git a/pointerbench-sheets/data/test/0332.png b/pointerbench-sheets/data/test/0332.png new file mode 100644 index 0000000000000000000000000000000000000000..3d27504f91d913f85b5bfb7b2405db65a0f97755 --- /dev/null +++ b/pointerbench-sheets/data/test/0332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569c79a1e0ef5d09d079e23a37879c086489f0d56e6f157e136ff2883146951b +size 115054 diff --git a/pointerbench-sheets/data/test/0333.png b/pointerbench-sheets/data/test/0333.png new file mode 100644 index 0000000000000000000000000000000000000000..c1374fe578228b8920c32df4be241086133d3d3c --- /dev/null +++ b/pointerbench-sheets/data/test/0333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32410a487a5061b303ca1aaf33d1fd07a4d2adc1cd778e9e1fc2f24699788e9d +size 105671 diff --git a/pointerbench-sheets/data/test/0334.png b/pointerbench-sheets/data/test/0334.png new file mode 100644 index 0000000000000000000000000000000000000000..c5446d8cb77c9bbb67099fe8900213f022ae0b4f --- /dev/null +++ b/pointerbench-sheets/data/test/0334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048dc695b3c9bc4709ec56917de3ec687a80060cfadc5d1dc566b00db539dac6 +size 112844 diff --git a/pointerbench-sheets/data/test/0335.png b/pointerbench-sheets/data/test/0335.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4f78b720d739e232ce7abe2a75dd473429802e --- /dev/null +++ b/pointerbench-sheets/data/test/0335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2209368d1722b098233f26a014fca2f8fe347976a19e731e2ef89f57749a4144 +size 64167 diff --git a/pointerbench-sheets/data/test/0336.png b/pointerbench-sheets/data/test/0336.png new file mode 100644 index 0000000000000000000000000000000000000000..542ccb19669c956883eb08ffcf579e33aa820bdc --- /dev/null +++ b/pointerbench-sheets/data/test/0336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1acea9d7b434242b1ecbe29e5a8069d6f207d6f81fc26ac3f2ba633f98d820 +size 120181 diff --git a/pointerbench-sheets/data/test/0337.png b/pointerbench-sheets/data/test/0337.png new file mode 100644 index 0000000000000000000000000000000000000000..da6d77b447dfb772bcd469d9f5a4211fa9763c0d --- /dev/null +++ b/pointerbench-sheets/data/test/0337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43fac42bb98f5cbeef522233ffe24e05922cd0d1f11b8a1aebb8c11e2d4642d +size 83778 diff --git a/pointerbench-sheets/data/test/0338.png b/pointerbench-sheets/data/test/0338.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3f44cb3c2e802f702d9c2f514456e2938e4e84 --- /dev/null +++ b/pointerbench-sheets/data/test/0338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e41651a7641903e92d6587a151d91da8f7624bb9e75731d5726a6eb52bfebf1 +size 61860 diff --git a/pointerbench-sheets/data/test/0339.png b/pointerbench-sheets/data/test/0339.png new file mode 100644 index 0000000000000000000000000000000000000000..956fed4364eb6d88116d5de9aee1a0011b3051c0 --- /dev/null +++ b/pointerbench-sheets/data/test/0339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4596e7e48da68c55eeaaaec20cf207e07ec5c0558d450f17218368af4afa780c +size 59597 diff --git a/pointerbench-sheets/data/test/0340.png b/pointerbench-sheets/data/test/0340.png new file mode 100644 index 0000000000000000000000000000000000000000..fe290c2b66421db035444040bd0e3b5e195e7da7 --- /dev/null +++ b/pointerbench-sheets/data/test/0340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e4bd7956c6258ad4319c8722a12ded3ee041b32bbe2f335e36091304b6c65b +size 116138 diff --git a/pointerbench-sheets/data/test/0341.png b/pointerbench-sheets/data/test/0341.png new file mode 100644 index 0000000000000000000000000000000000000000..5ee07c6b957e09e7bc6f59ba76b50b0325e735f4 --- /dev/null +++ b/pointerbench-sheets/data/test/0341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68f9fb110742142b9676a0f9c86a03bec31e3df7bfe31dc9d93f91da9336c78 +size 56924 diff --git a/pointerbench-sheets/data/test/0342.png b/pointerbench-sheets/data/test/0342.png new file mode 100644 index 0000000000000000000000000000000000000000..f308af5c2cc1c9c347d00c818df534cbef963447 --- /dev/null +++ b/pointerbench-sheets/data/test/0342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae302ba2d2ee09f8209548559a614bfb30b3a5e90ee023b98800022ff12830e1 +size 122249 diff --git a/pointerbench-sheets/data/test/0343.png b/pointerbench-sheets/data/test/0343.png new file mode 100644 index 0000000000000000000000000000000000000000..965a020ae7dc43d541e54937620ae8912726da71 --- /dev/null +++ b/pointerbench-sheets/data/test/0343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aae95d63cf5f375bdf282394c442b14dbd3a52d41c816d737350de564b75292 +size 143072 diff --git a/pointerbench-sheets/data/test/0344.png b/pointerbench-sheets/data/test/0344.png new file mode 100644 index 0000000000000000000000000000000000000000..74988f898f699d5d286de5b224e65b33ad5a893f --- /dev/null +++ b/pointerbench-sheets/data/test/0344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6243d35f8c5ff5e3af3a72a487f69d049d0eec46cadbfa4d3301025b4927bc42 +size 100387 diff --git a/pointerbench-sheets/data/test/0345.png b/pointerbench-sheets/data/test/0345.png new file mode 100644 index 0000000000000000000000000000000000000000..d3338275e2c3cd9a42077e04e9c3614526dfed13 --- /dev/null +++ b/pointerbench-sheets/data/test/0345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdec992c3ac519dbb056f9cbc5f3d59ccbeb68781f4135dba4d47d7c9c38b7d8 +size 68492 diff --git a/pointerbench-sheets/data/test/0346.png b/pointerbench-sheets/data/test/0346.png new file mode 100644 index 0000000000000000000000000000000000000000..b23ff88629943f81bc511138da6e1615fe6e39c5 --- /dev/null +++ b/pointerbench-sheets/data/test/0346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b3e7321d48315fc6db4245579cafa5c0ba79e5221ed663b943fe55e7d6a034 +size 69684 diff --git a/pointerbench-sheets/data/test/0347.png b/pointerbench-sheets/data/test/0347.png new file mode 100644 index 0000000000000000000000000000000000000000..956dd5ca70c2685edf217ac8e1484f494a101699 --- /dev/null +++ b/pointerbench-sheets/data/test/0347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b278d3329c6782f2c374e545f5906e1910b8926220a0185c1b6f678a18135dc6 +size 195238 diff --git a/pointerbench-sheets/data/test/0348.png b/pointerbench-sheets/data/test/0348.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0bd959f372986bc1ee3cb1b4e2c1bd104dcc0b --- /dev/null +++ b/pointerbench-sheets/data/test/0348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd89bd1b5a0a64955bde84a1a21d3fc8e8b0a6a71fb56aa035f35d1ca1c9b9bd +size 157720 diff --git a/pointerbench-sheets/data/test/0349.png b/pointerbench-sheets/data/test/0349.png new file mode 100644 index 0000000000000000000000000000000000000000..3e404df224c118d74683efc4e72c95cfbebe4e00 --- /dev/null +++ b/pointerbench-sheets/data/test/0349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcecdce4b1c7dc094ba5e31132dcc790c0d7a4c15c47c2173a8070e91e6746f +size 69186 diff --git a/pointerbench-sheets/data/test/0350.png b/pointerbench-sheets/data/test/0350.png new file mode 100644 index 0000000000000000000000000000000000000000..142be58b993183da162b8aa1e8d1f8c4966dc8fd --- /dev/null +++ b/pointerbench-sheets/data/test/0350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeabbf27a65b87ea8e5d5f63e4839c6f4e72199aead0d4869d708e1d7725d82d +size 194521 diff --git a/pointerbench-sheets/data/test/0351.png b/pointerbench-sheets/data/test/0351.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0dbc5ced988ea56b6e18e2dba1cd227665283a --- /dev/null +++ b/pointerbench-sheets/data/test/0351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6133a0ff3a3b697f7451ba0577788b57ed376d26f5203bf3d271b7e2869d8a05 +size 119910 diff --git a/pointerbench-sheets/data/test/0352.png b/pointerbench-sheets/data/test/0352.png new file mode 100644 index 0000000000000000000000000000000000000000..4509a3b6cdc8c4f5d7d880ddd5ca131f3f7bf8a3 --- /dev/null +++ b/pointerbench-sheets/data/test/0352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac248c8aaa6bbba688ddbd775c420e42d1c3c301b20c6b00323a18f222612ed +size 104733 diff --git a/pointerbench-sheets/data/test/0353.png b/pointerbench-sheets/data/test/0353.png new file mode 100644 index 0000000000000000000000000000000000000000..9a919bd77f3403c7f73fd96f891a78ec592e9ac4 --- /dev/null +++ b/pointerbench-sheets/data/test/0353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2562b2ba0fcf16af5552a3b070ce181f52f7bae15a9766ae7e5ebf077531786b +size 108445 diff --git a/pointerbench-sheets/data/test/0354.png b/pointerbench-sheets/data/test/0354.png new file mode 100644 index 0000000000000000000000000000000000000000..ddba2dad131a6df1310a2730115e046c23ef2574 --- /dev/null +++ b/pointerbench-sheets/data/test/0354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40e8cc169450168ff0672be9905a6ab22bb136fd51dd3784f350d32278ec418 +size 97551 diff --git a/pointerbench-sheets/data/test/0355.png b/pointerbench-sheets/data/test/0355.png new file mode 100644 index 0000000000000000000000000000000000000000..87584b7fa0a69b5469d515672bef1084de964c8e --- /dev/null +++ b/pointerbench-sheets/data/test/0355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac61fc69da8988c3c0da8170c59e1d69fc35f6a357961691e4cbd26a458237c +size 117629 diff --git a/pointerbench-sheets/data/test/0356.png b/pointerbench-sheets/data/test/0356.png new file mode 100644 index 0000000000000000000000000000000000000000..39081d36f977a4a54f73f9942ce55ecc066a5753 --- /dev/null +++ b/pointerbench-sheets/data/test/0356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b66165e43584054ebf63ce7f7fad1b0d7a5c1e42019b17872e6f32d4466c96 +size 139622 diff --git a/pointerbench-sheets/data/test/0357.png b/pointerbench-sheets/data/test/0357.png new file mode 100644 index 0000000000000000000000000000000000000000..f2845cb8c512f3407903374e10af03a81815e72f --- /dev/null +++ b/pointerbench-sheets/data/test/0357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa4c19e846a2ef200e29cd63bd7ddb8d850dbc9012f6428d7672e412cc8a796 +size 117265 diff --git a/pointerbench-sheets/data/test/0358.png b/pointerbench-sheets/data/test/0358.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbfc6d4941108915c901dd7b67337101c9886d1 --- /dev/null +++ b/pointerbench-sheets/data/test/0358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf783cc30c45983c411604e5e74d53d48e24554ce416f11505c95c02bace801 +size 112584 diff --git a/pointerbench-sheets/data/test/0359.png b/pointerbench-sheets/data/test/0359.png new file mode 100644 index 0000000000000000000000000000000000000000..face3c6afcc0d2fb82ac5e2bef35650b2e610bcc --- /dev/null +++ b/pointerbench-sheets/data/test/0359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431e895cc25edd92ba8518f28b119a878d093e2c0ffae19888c42bcf585769f5 +size 67133 diff --git a/pointerbench-sheets/data/test/0360.png b/pointerbench-sheets/data/test/0360.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4df976d1c505e320ff6c877fd36094e92c1124 --- /dev/null +++ b/pointerbench-sheets/data/test/0360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a6326844f185809a7264dd851d588a96dcba3b1c3710c731bb3a251a1b97cc +size 80613 diff --git a/pointerbench-sheets/data/test/0361.png b/pointerbench-sheets/data/test/0361.png new file mode 100644 index 0000000000000000000000000000000000000000..85613f50058772d911b6387c24da5f07a35692ff --- /dev/null +++ b/pointerbench-sheets/data/test/0361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d9a92ecef7bdd86134e014881b32d9e3b6554b21a48f979de61e0e0492797d +size 124312 diff --git a/pointerbench-sheets/data/test/0362.png b/pointerbench-sheets/data/test/0362.png new file mode 100644 index 0000000000000000000000000000000000000000..822c6862a853b1c7da5d3548e29be5ff044daa5c --- /dev/null +++ b/pointerbench-sheets/data/test/0362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dcc69494114efb0da7328e4eebd2b88f1d4ffb1c73d7d7d31a6d832d31eeab +size 126272 diff --git a/pointerbench-sheets/data/test/0363.png b/pointerbench-sheets/data/test/0363.png new file mode 100644 index 0000000000000000000000000000000000000000..21c890b0c01fa6df0a7a67a7a08989e05bb853e4 --- /dev/null +++ b/pointerbench-sheets/data/test/0363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f443dcff859926ea08ebca8889223e75deee641b25a12cf7003acff8b280ed5 +size 103252 diff --git a/pointerbench-sheets/data/test/0364.png b/pointerbench-sheets/data/test/0364.png new file mode 100644 index 0000000000000000000000000000000000000000..70f1c9991111866f20fe15e06d48fbc6b7f8c066 --- /dev/null +++ b/pointerbench-sheets/data/test/0364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0585360f7fb9371ce6ba7a094f4f60b74dfbd6155d0cebcef52d57f463aa99 +size 173683 diff --git a/pointerbench-sheets/data/test/0365.png b/pointerbench-sheets/data/test/0365.png new file mode 100644 index 0000000000000000000000000000000000000000..e9d0df975822e30572b5f6c51ddf27b87e1f1afb --- /dev/null +++ b/pointerbench-sheets/data/test/0365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7169b2060437383424c6f529020940fc24b07dc2036933c77fac0a72bdfd21 +size 108655 diff --git a/pointerbench-sheets/data/test/0366.png b/pointerbench-sheets/data/test/0366.png new file mode 100644 index 0000000000000000000000000000000000000000..0b86604f4d34ccb4970313fc60680af6f60c31d7 --- /dev/null +++ b/pointerbench-sheets/data/test/0366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3021b6d8ea8bc1523e47b63a91d45c620cb56196870227d828999332aed071 +size 123577 diff --git a/pointerbench-sheets/data/test/0367.png b/pointerbench-sheets/data/test/0367.png new file mode 100644 index 0000000000000000000000000000000000000000..1e41a2d66269ea9c92c5e58587017d5ef40d1287 --- /dev/null +++ b/pointerbench-sheets/data/test/0367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65470fbbd9791dda005ccdad9c26b21bdf2053430cb0037b35fd2d9002331d0b +size 90033 diff --git a/pointerbench-sheets/data/test/0368.png b/pointerbench-sheets/data/test/0368.png new file mode 100644 index 0000000000000000000000000000000000000000..c90bf47c31450198592d4eeb1d7786701fe09dd3 --- /dev/null +++ b/pointerbench-sheets/data/test/0368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38586ca00a299cb8aa3e95005f128077123f62c44b1bd5f88dd5a762f2144eb +size 147442 diff --git a/pointerbench-sheets/data/test/0369.png b/pointerbench-sheets/data/test/0369.png new file mode 100644 index 0000000000000000000000000000000000000000..68a2e36583438d4a18fe383f7ca0f5685fae6072 --- /dev/null +++ b/pointerbench-sheets/data/test/0369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d133ecab1a5863e76869896e405dd13ff7e23aa21f4aa06fc8d31410be76c426 +size 78117 diff --git a/pointerbench-sheets/data/test/0370.png b/pointerbench-sheets/data/test/0370.png new file mode 100644 index 0000000000000000000000000000000000000000..023395f0215bc257f8389b119fe043e54d06111d --- /dev/null +++ b/pointerbench-sheets/data/test/0370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910f12d877fbb13039506c1e2ede0c6fef78971a0fd5824287718c61dcf27b9f +size 109828 diff --git a/pointerbench-sheets/data/test/0371.png b/pointerbench-sheets/data/test/0371.png new file mode 100644 index 0000000000000000000000000000000000000000..5a79588df825b76465564503c9c9062a7c90d6e3 --- /dev/null +++ b/pointerbench-sheets/data/test/0371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593004ace8e83d0bd94bc45971d8d05fea7cf06f907ff43c3f0b04c23aee13fb +size 135553 diff --git a/pointerbench-sheets/data/test/0372.png b/pointerbench-sheets/data/test/0372.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2027b3d2be38a70426e175771aa6498c158bba --- /dev/null +++ b/pointerbench-sheets/data/test/0372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ae1507e7b57a6bec9702d833217f212e789c1a405ff270619661c8efa61385 +size 99674 diff --git a/pointerbench-sheets/data/test/0373.png b/pointerbench-sheets/data/test/0373.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c8e63523816ead370a6799a3ed15b23924cb21 --- /dev/null +++ b/pointerbench-sheets/data/test/0373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d7a2ff570e62af9306ab4febdac120136f008e870c7d2fd9c3767c826b0ab9 +size 152283 diff --git a/pointerbench-sheets/data/test/0374.png b/pointerbench-sheets/data/test/0374.png new file mode 100644 index 0000000000000000000000000000000000000000..b67232fd2518ca660ae3c0660d0b02667122c2a8 --- /dev/null +++ b/pointerbench-sheets/data/test/0374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01820383b48c6967574e3bf8730ed39623cd00653ac9ec841c518f656ad185a0 +size 156825 diff --git a/pointerbench-sheets/data/test/0375.png b/pointerbench-sheets/data/test/0375.png new file mode 100644 index 0000000000000000000000000000000000000000..28d733039dc71cabf3854f9697d62fe3b54c52e3 --- /dev/null +++ b/pointerbench-sheets/data/test/0375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81963ad886a0c3e3bec419f17ffc9379c871721cbeb0e92e3f0f9f0f2568000e +size 102700 diff --git a/pointerbench-sheets/data/test/0376.png b/pointerbench-sheets/data/test/0376.png new file mode 100644 index 0000000000000000000000000000000000000000..29ecec62324d38b2ca7324e3fd1539a180b19d65 --- /dev/null +++ b/pointerbench-sheets/data/test/0376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c8f177858b73196ee7610f9d0022f11144a8401eb8f99daa1e0a2f3207234c +size 121694 diff --git a/pointerbench-sheets/data/test/0377.png b/pointerbench-sheets/data/test/0377.png new file mode 100644 index 0000000000000000000000000000000000000000..59d39cda0d189ffa85870f1c1a30b0b2049823fc --- /dev/null +++ b/pointerbench-sheets/data/test/0377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2872f8b57b4e00368a22bfc67d7650e7e69e6d1209c0bf5a475611615acf217 +size 58571 diff --git a/pointerbench-sheets/data/test/0378.png b/pointerbench-sheets/data/test/0378.png new file mode 100644 index 0000000000000000000000000000000000000000..e29dc3f757f92b51854cb66c4aa1daed4d0ac9ed --- /dev/null +++ b/pointerbench-sheets/data/test/0378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37db1a84602be5be084c54c1768cd8d9c253e7ed5c39aa3638c9bea8575f43df +size 64350 diff --git a/pointerbench-sheets/data/test/0379.png b/pointerbench-sheets/data/test/0379.png new file mode 100644 index 0000000000000000000000000000000000000000..2205531f0e559e10415dbbb3874f08d14bfd5b5c --- /dev/null +++ b/pointerbench-sheets/data/test/0379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9504e5d1c33301e4348bea28513fb4a85e146e27f30375fdecfdf786ed013f2a +size 156591 diff --git a/pointerbench-sheets/data/test/0380.png b/pointerbench-sheets/data/test/0380.png new file mode 100644 index 0000000000000000000000000000000000000000..ab60f71f4fa958f8b9055059e044dabc174128f3 --- /dev/null +++ b/pointerbench-sheets/data/test/0380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4393d44c2041a760e0c8906083b187c864581e8224e8378c6cd6e7b94b81d437 +size 107867 diff --git a/pointerbench-sheets/data/test/0381.png b/pointerbench-sheets/data/test/0381.png new file mode 100644 index 0000000000000000000000000000000000000000..f3633d43d33a78959612cd882ffe1078d7107dee --- /dev/null +++ b/pointerbench-sheets/data/test/0381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b4bb97bcaf2518374b727c1351e6d260d73f6c202cec228e6a890a654173f3 +size 82868 diff --git a/pointerbench-sheets/data/test/0382.png b/pointerbench-sheets/data/test/0382.png new file mode 100644 index 0000000000000000000000000000000000000000..ea891fc23bd4676bce17941aeff62da229abceea --- /dev/null +++ b/pointerbench-sheets/data/test/0382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a9f95de4d6724ee11ce9da15dbb6d238372ccb0c67cc770d66ab1419b79006 +size 73174 diff --git a/pointerbench-sheets/data/test/0383.png b/pointerbench-sheets/data/test/0383.png new file mode 100644 index 0000000000000000000000000000000000000000..c19ea6b61668d74cacbd84ea3110899f84ae3aef --- /dev/null +++ b/pointerbench-sheets/data/test/0383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33ae41167b1feb9acc5c3ebb76422260a3ada52e86753a11cd89d9dd4f37906 +size 83073 diff --git a/pointerbench-sheets/data/test/0384.png b/pointerbench-sheets/data/test/0384.png new file mode 100644 index 0000000000000000000000000000000000000000..64672e1c4a36462319b3a4a72dd97c16142824b7 --- /dev/null +++ b/pointerbench-sheets/data/test/0384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848fa964e5be933c5fc8788d7af5f96c5e76f4c44396f79b832b482d744ef87d +size 153542 diff --git a/pointerbench-sheets/data/test/0385.png b/pointerbench-sheets/data/test/0385.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9f9f33483fe0e6d989c5bd2918435945315e66 --- /dev/null +++ b/pointerbench-sheets/data/test/0385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6690438c21b7b7121e569466e228f9c182fc7241af85589844f8b87bec4ea0 +size 127246 diff --git a/pointerbench-sheets/data/test/0386.png b/pointerbench-sheets/data/test/0386.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9bab19d08a76d41a583b7b91ef51bcf6e85ac9 --- /dev/null +++ b/pointerbench-sheets/data/test/0386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440a2e5ef7d38f3d8827fb17095640ffafa7b675a42956ac506052535392dc86 +size 80896 diff --git a/pointerbench-sheets/data/test/0387.png b/pointerbench-sheets/data/test/0387.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba368dbee9fbebcc3dbfc24b2c5ec49b7e17065 --- /dev/null +++ b/pointerbench-sheets/data/test/0387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99c0172dffda918e74e9505f95abd5e2274765205f0c125a018e399a8d21dae +size 152056 diff --git a/pointerbench-sheets/data/test/0388.png b/pointerbench-sheets/data/test/0388.png new file mode 100644 index 0000000000000000000000000000000000000000..7bdad88c05b9dce4eb2d5fcf3beb3506f16928ed --- /dev/null +++ b/pointerbench-sheets/data/test/0388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca6e0727f9d31f485a84534395b44cac65546dac1735e1aae3a0a91ceab1f45 +size 61786 diff --git a/pointerbench-sheets/data/test/0389.png b/pointerbench-sheets/data/test/0389.png new file mode 100644 index 0000000000000000000000000000000000000000..1318da1f0e7ac41152b37f4ce5e2e3f0c3994bae --- /dev/null +++ b/pointerbench-sheets/data/test/0389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f5a1a3a3d620e43f7ef148a85e701def732e02ed00ae5e33c45747e05e418d +size 160418 diff --git a/pointerbench-sheets/data/test/0390.png b/pointerbench-sheets/data/test/0390.png new file mode 100644 index 0000000000000000000000000000000000000000..e8170ec9b59efb4447e9a54f4d4c5a4941909474 --- /dev/null +++ b/pointerbench-sheets/data/test/0390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53dbae44431585f78a99cca882a989bea0965ef36643b835d712be430dca79ce +size 61837 diff --git a/pointerbench-sheets/data/test/0391.png b/pointerbench-sheets/data/test/0391.png new file mode 100644 index 0000000000000000000000000000000000000000..e3350f467c392f94c4d6a43fa94f734c57d96b0a --- /dev/null +++ b/pointerbench-sheets/data/test/0391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d12e95cf1f7877c54d6c3de64a791cb4f5ca98c5c4094ec578c8e9dc70ea42 +size 77986 diff --git a/pointerbench-sheets/data/test/0392.png b/pointerbench-sheets/data/test/0392.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9227c7389d7ae6f0a0124a906dd0bd4e2e1758 --- /dev/null +++ b/pointerbench-sheets/data/test/0392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ff4325cbc7ac00fcd8e7d759f85da8c04033aacdce95229efab335abdfab10 +size 108390 diff --git a/pointerbench-sheets/data/test/0393.png b/pointerbench-sheets/data/test/0393.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9687f698c42a062c93e1582d7ab67c4a440b99 --- /dev/null +++ b/pointerbench-sheets/data/test/0393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c414afa3b04127d7373dab75990e4b66b0e19469b4714b8fd667152e49497a +size 82687 diff --git a/pointerbench-sheets/data/test/0394.png b/pointerbench-sheets/data/test/0394.png new file mode 100644 index 0000000000000000000000000000000000000000..4def5a926e9c63ec51b3302afdb6de7f2b5a8a7a --- /dev/null +++ b/pointerbench-sheets/data/test/0394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8f20c81d043ed296a499e5c178ee102590821763cc66e9996ab595a7381dc1 +size 115518 diff --git a/pointerbench-sheets/data/test/0395.png b/pointerbench-sheets/data/test/0395.png new file mode 100644 index 0000000000000000000000000000000000000000..aa3783bc6f04398a1350c8ef1b02069992225c89 --- /dev/null +++ b/pointerbench-sheets/data/test/0395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7bea99ae914bb0aec7b83df08af8b1631b243d29179d5b098ede32468541a3 +size 159205 diff --git a/pointerbench-sheets/data/test/0396.png b/pointerbench-sheets/data/test/0396.png new file mode 100644 index 0000000000000000000000000000000000000000..62da0e0c8bb388e69253d92abccd4263c0bb4c16 --- /dev/null +++ b/pointerbench-sheets/data/test/0396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4552fa4768c6b9bb7450aa84e81ef00dd8a3342c905349ba5d65d3aab0d9807 +size 112901 diff --git a/pointerbench-sheets/data/test/0397.png b/pointerbench-sheets/data/test/0397.png new file mode 100644 index 0000000000000000000000000000000000000000..b85ed9d7e0a7d1da217eec43131b0991e088bfca --- /dev/null +++ b/pointerbench-sheets/data/test/0397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35ba76c21cd31a375a073214685574c268ff5f5e881620a1ac76ee686e6fe40 +size 72983 diff --git a/pointerbench-sheets/data/test/0398.png b/pointerbench-sheets/data/test/0398.png new file mode 100644 index 0000000000000000000000000000000000000000..164cf101333470932ad24216a2098e27e8051ecb --- /dev/null +++ b/pointerbench-sheets/data/test/0398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6274490b6d7e95dd706bc5e9c488c9b2ce87f0abca7ed58bd516a3e42506c7b +size 171190 diff --git a/pointerbench-sheets/data/test/0399.png b/pointerbench-sheets/data/test/0399.png new file mode 100644 index 0000000000000000000000000000000000000000..0254d372013ab757d8fb379a3a33669b74287e6a --- /dev/null +++ b/pointerbench-sheets/data/test/0399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7be16daef6751d31f8d4cb019491c2a60ce8e07fb5ed802b1ae6b3196b4144 +size 79651 diff --git a/pointerbench-sheets/data/test/0400.png b/pointerbench-sheets/data/test/0400.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3b4bad3ef3a9b35f732f6c6e4bcc8816753ef2 --- /dev/null +++ b/pointerbench-sheets/data/test/0400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9257a5a473b49405bcb26dee2c15098f6631e86812201d42c35f14c91ca7d4ce +size 105455 diff --git a/pointerbench-sheets/data/test/0401.png b/pointerbench-sheets/data/test/0401.png new file mode 100644 index 0000000000000000000000000000000000000000..34464a591a140cff1cabe31b6c27fefbe0a4d255 --- /dev/null +++ b/pointerbench-sheets/data/test/0401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc13094ed66e67f9bdd54c3df0b13ef4bb7c1d0f69fdc6bbca7a67a79e2309f +size 109002 diff --git a/pointerbench-sheets/data/test/0402.png b/pointerbench-sheets/data/test/0402.png new file mode 100644 index 0000000000000000000000000000000000000000..7cdd3b93860ed0e02b4d0145a0b250c19a0aa61c --- /dev/null +++ b/pointerbench-sheets/data/test/0402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded60307e55fbf1b7eaddb524996e693bc8d539c5ebc36f1bc2ae33f6642b664 +size 126987 diff --git a/pointerbench-sheets/data/test/0403.png b/pointerbench-sheets/data/test/0403.png new file mode 100644 index 0000000000000000000000000000000000000000..f7e7c8590ffd679bb7f51d286d3b85c58ce53249 --- /dev/null +++ b/pointerbench-sheets/data/test/0403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e97cdb428613babd780daddd3308dfd972cfe345d7e907d4abba0c1be47b9 +size 104429 diff --git a/pointerbench-sheets/data/test/0404.png b/pointerbench-sheets/data/test/0404.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1ddb83f9fe0605fba4dbd6db0df080cc08ecde --- /dev/null +++ b/pointerbench-sheets/data/test/0404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f657833a45f8a541a6aef150ba37991e2fa204140fb0ff1be927baef2cf92d34 +size 101077 diff --git a/pointerbench-sheets/data/test/0405.png b/pointerbench-sheets/data/test/0405.png new file mode 100644 index 0000000000000000000000000000000000000000..28906fac04be98c88548ba899f705ac55c9cd837 --- /dev/null +++ b/pointerbench-sheets/data/test/0405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56f229c5e81e5c9e90dc440e26b2d6b8d9f2b71004da6e39e1e78cedfd38bb +size 90516 diff --git a/pointerbench-sheets/data/test/0406.png b/pointerbench-sheets/data/test/0406.png new file mode 100644 index 0000000000000000000000000000000000000000..348a346e3a90432c2bf1ecc5ed1dabd62640155a --- /dev/null +++ b/pointerbench-sheets/data/test/0406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109d392dcc2ef3e917d947ff04c9118b6d162bcbabef2e22f3f8224be1647925 +size 80291 diff --git a/pointerbench-sheets/data/test/0407.png b/pointerbench-sheets/data/test/0407.png new file mode 100644 index 0000000000000000000000000000000000000000..11ac75f5d47961eb918a94b2e7d5d544eba7c629 --- /dev/null +++ b/pointerbench-sheets/data/test/0407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b3bb51c4aaddfde23ef5d91b91d24a1030220988197bc3f01e627105a12334 +size 167812 diff --git a/pointerbench-sheets/data/test/0408.png b/pointerbench-sheets/data/test/0408.png new file mode 100644 index 0000000000000000000000000000000000000000..34d34744b122ce09a4b94c057f91d4f04dcc2fa7 --- /dev/null +++ b/pointerbench-sheets/data/test/0408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba055456fe21b25db90fc032f2507ea03fa208fc5d7a24bf6754f8eb24bdb78 +size 96072 diff --git a/pointerbench-sheets/data/test/0409.png b/pointerbench-sheets/data/test/0409.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5d814d561c310658ab7e8a0213ded0717f7ff8 --- /dev/null +++ b/pointerbench-sheets/data/test/0409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4f578209953e7361b45b6de259f42a5ca101fc5222e4668b691c01a9ead85f +size 101292 diff --git a/pointerbench-sheets/data/test/0410.png b/pointerbench-sheets/data/test/0410.png new file mode 100644 index 0000000000000000000000000000000000000000..09e7ad33793df73cefd76812821e76f3d2113cfd --- /dev/null +++ b/pointerbench-sheets/data/test/0410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bdca1f0fc75e3fe230bb7f7b1bd0aa043d320861b3a514f4db9c7ad2c035be +size 72996 diff --git a/pointerbench-sheets/data/test/0411.png b/pointerbench-sheets/data/test/0411.png new file mode 100644 index 0000000000000000000000000000000000000000..d162efcc0973585e1654229ef63dce0aaa81b059 --- /dev/null +++ b/pointerbench-sheets/data/test/0411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364d645e049dd99f21cfba3b89b1a0121821487e2b9984592ed30d272550fca6 +size 84244 diff --git a/pointerbench-sheets/data/test/0412.png b/pointerbench-sheets/data/test/0412.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9ab7dae4b942fd8e6d5fa813ca68d3b938b7b2 --- /dev/null +++ b/pointerbench-sheets/data/test/0412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbf5348144115436cd316ed0fbbd0d5a3b5fcbd0a98e400ab71191ab607b01e +size 246340 diff --git a/pointerbench-sheets/data/test/0413.png b/pointerbench-sheets/data/test/0413.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f515a27b52543aa647d59b1114dd1ed79cd6fc --- /dev/null +++ b/pointerbench-sheets/data/test/0413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5572d70bb2d21359bd7b102f45163fd508820b394ed203baca413f11c10ec07b +size 103901 diff --git a/pointerbench-sheets/data/test/0414.png b/pointerbench-sheets/data/test/0414.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8987c4b26fe2649fb697086fb1d0fa4844da7 --- /dev/null +++ b/pointerbench-sheets/data/test/0414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aa36777eaf56ca00e1a458fe71937752f4d036b7a02e86d8971ed4b3b7e806 +size 87548 diff --git a/pointerbench-sheets/data/test/0415.png b/pointerbench-sheets/data/test/0415.png new file mode 100644 index 0000000000000000000000000000000000000000..1fccaabaac5413db23e4892dfe4ee64858521fdb --- /dev/null +++ b/pointerbench-sheets/data/test/0415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6207ef2095c76324eab724f293e6e7559d06f6b1313d072f5b0305fbce845483 +size 70269 diff --git a/pointerbench-sheets/data/test/0416.png b/pointerbench-sheets/data/test/0416.png new file mode 100644 index 0000000000000000000000000000000000000000..ad14bc49f3ebc3230c1de95e31f82d52e526e02c --- /dev/null +++ b/pointerbench-sheets/data/test/0416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887e5a06c602bbe12b7efe01bd47d9af1af12df1838ef6f2f9b1f476eb4b8113 +size 129549 diff --git a/pointerbench-sheets/data/test/0417.png b/pointerbench-sheets/data/test/0417.png new file mode 100644 index 0000000000000000000000000000000000000000..42d3be832c70af18cc9de29e278c9a9a8e63b37c --- /dev/null +++ b/pointerbench-sheets/data/test/0417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8ebfde87e5064fa1aebfdb5548e715bc73822cb33f6bcac9d79dc35ce7198f +size 77869 diff --git a/pointerbench-sheets/data/test/0418.png b/pointerbench-sheets/data/test/0418.png new file mode 100644 index 0000000000000000000000000000000000000000..b138ed19356b153d257d73ad48931edb2e8d5076 --- /dev/null +++ b/pointerbench-sheets/data/test/0418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6471523b18fdccb6c256cfe422ea7ec72fef1e6405d39da014eceb113b1d0f +size 83072 diff --git a/pointerbench-sheets/data/test/0419.png b/pointerbench-sheets/data/test/0419.png new file mode 100644 index 0000000000000000000000000000000000000000..eba9a958ae6e6baa0e3c5c924a4318ff2b8d1598 --- /dev/null +++ b/pointerbench-sheets/data/test/0419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2431954c3c76de73d9cc98ccc078c360a7d7104e4fe61ad2525b0b309b1a0eda +size 71971 diff --git a/pointerbench-sheets/data/test/0420.png b/pointerbench-sheets/data/test/0420.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9044320daadac35b55bf1c5b2c2235f2e5062a --- /dev/null +++ b/pointerbench-sheets/data/test/0420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a7b450f2749b75bc519d135f23b5fb42c5b9e8c063e8184d0e964dc286f1c3 +size 160319 diff --git a/pointerbench-sheets/data/test/0421.png b/pointerbench-sheets/data/test/0421.png new file mode 100644 index 0000000000000000000000000000000000000000..88443e3baad5859465b4d876923e135047c64202 --- /dev/null +++ b/pointerbench-sheets/data/test/0421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054851caf25726acf6120a9a1bc078c0664b1e24352a686d4f4b115ffe6022bf +size 71273 diff --git a/pointerbench-sheets/data/test/0422.png b/pointerbench-sheets/data/test/0422.png new file mode 100644 index 0000000000000000000000000000000000000000..adc997925f764b9b92b921187be6317796eee21a --- /dev/null +++ b/pointerbench-sheets/data/test/0422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440f7202ffa1de58a2526c4db3eaad22e8b556a9329b11f4cd24869c3b68b377 +size 115859 diff --git a/pointerbench-sheets/data/test/0423.png b/pointerbench-sheets/data/test/0423.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf56a6aee00755d5bac611c2915c585a7975d29 --- /dev/null +++ b/pointerbench-sheets/data/test/0423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2b3df2974c6149e9ce120b18c2da41bc3d64c9945a9b1866a443475cd38331 +size 86524 diff --git a/pointerbench-sheets/data/test/0424.png b/pointerbench-sheets/data/test/0424.png new file mode 100644 index 0000000000000000000000000000000000000000..db19feea6424e86af5cb8fbc41fe3d7cf65cf9c3 --- /dev/null +++ b/pointerbench-sheets/data/test/0424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b15614071d4a918403e617d84e3fd46c8dcf7f4fab870ac2e6ee5f402ff0da +size 102322 diff --git a/pointerbench-sheets/data/test/0425.png b/pointerbench-sheets/data/test/0425.png new file mode 100644 index 0000000000000000000000000000000000000000..2769c949a26687e7fc3bdbb8efcfaa780227ca77 --- /dev/null +++ b/pointerbench-sheets/data/test/0425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be38acb751480b5689f4549c2c767ad4fe4bb6beb443a1a8d050bb8299372e95 +size 102565 diff --git a/pointerbench-sheets/data/test/0426.png b/pointerbench-sheets/data/test/0426.png new file mode 100644 index 0000000000000000000000000000000000000000..67b992572eb8157a4103afe44e74ca9618d3d5fe --- /dev/null +++ b/pointerbench-sheets/data/test/0426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f68725bb0c17fe43165e8df74caca651f9c9ee2d35f5cefd1e89fc2a3fa5e6 +size 174967 diff --git a/pointerbench-sheets/data/test/0427.png b/pointerbench-sheets/data/test/0427.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b25ee400e23cec651f2e52869aadbb28ab0916 --- /dev/null +++ b/pointerbench-sheets/data/test/0427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bac01575cdc4eaf477a3bf322e511577a87e6f00f2f4308d0b6251a3607d0dc +size 74262 diff --git a/pointerbench-sheets/data/test/0428.png b/pointerbench-sheets/data/test/0428.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff77e2abbe19f35a6f3597746df23105657f37c --- /dev/null +++ b/pointerbench-sheets/data/test/0428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb0ea9fe7d8f8977906758869b8375af0fef8403e22d880c57499817c41b251 +size 76688 diff --git a/pointerbench-sheets/data/test/0429.png b/pointerbench-sheets/data/test/0429.png new file mode 100644 index 0000000000000000000000000000000000000000..f98b85ee40fee73635fed5a113e50ed778ceee9e --- /dev/null +++ b/pointerbench-sheets/data/test/0429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde783f31dd79716779d54555e61522242ae3e827ea8cc3a5e35bf3967a60766 +size 86039 diff --git a/pointerbench-sheets/data/test/0430.png b/pointerbench-sheets/data/test/0430.png new file mode 100644 index 0000000000000000000000000000000000000000..7f62a0724d65a591d2b90a2ae34712d95816227c --- /dev/null +++ b/pointerbench-sheets/data/test/0430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499c0c8f3fbf6b31e9a3229b767e225c75956a42ba6a91aaad1d2a15e4deeae3 +size 129502 diff --git a/pointerbench-sheets/data/test/0431.png b/pointerbench-sheets/data/test/0431.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c93cb86e7697e3e87ddbb38cabb1a3ea41d4fe --- /dev/null +++ b/pointerbench-sheets/data/test/0431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4823bae17723c19629dedcf64c8e6c9c5dfa35e952da7034e76fe7ed59918d02 +size 76257 diff --git a/pointerbench-sheets/data/test/0432.png b/pointerbench-sheets/data/test/0432.png new file mode 100644 index 0000000000000000000000000000000000000000..c486771396cbd9cc3da509331abc2180a71331f4 --- /dev/null +++ b/pointerbench-sheets/data/test/0432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaec1fb539a509cffa92426346b8fa66c7c9edc0c18dc0200601acbd6b0af3e2 +size 104053 diff --git a/pointerbench-sheets/data/test/0433.png b/pointerbench-sheets/data/test/0433.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcf821bccb767c7580fcb8f327ff8373b3c1df1 --- /dev/null +++ b/pointerbench-sheets/data/test/0433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2324e7ef7a81289caa585a8b25bd493432824e168bc7391c5fe21b2664bbb457 +size 175727 diff --git a/pointerbench-sheets/data/test/0434.png b/pointerbench-sheets/data/test/0434.png new file mode 100644 index 0000000000000000000000000000000000000000..a3d4e5828bfd417ca4d4e2ce65a63d6d42ff5778 --- /dev/null +++ b/pointerbench-sheets/data/test/0434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a20fdbc7c8b1b035ea8102b042c64c0861dff3b699c1b71ee4fb20ce70201a +size 149659 diff --git a/pointerbench-sheets/data/test/0435.png b/pointerbench-sheets/data/test/0435.png new file mode 100644 index 0000000000000000000000000000000000000000..a38abb967f075c4a71acac67d466bccd983a41b1 --- /dev/null +++ b/pointerbench-sheets/data/test/0435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456d0a9bcebcedbd9bdec10ce205fe41b3e634cddf566cc1b46bcac90a3ae7a5 +size 138795 diff --git a/pointerbench-sheets/data/test/0436.png b/pointerbench-sheets/data/test/0436.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc63e647d131e1b1d3e323ddd6aaf330744ae2a --- /dev/null +++ b/pointerbench-sheets/data/test/0436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3685b8fff9e2653c3d702a1637ec5ae00d43e138ed8f6d420fcbabc853a26c66 +size 111625 diff --git a/pointerbench-sheets/data/test/0437.png b/pointerbench-sheets/data/test/0437.png new file mode 100644 index 0000000000000000000000000000000000000000..44cab7d31a3a41a2202b374b422e1fbb1deb8655 --- /dev/null +++ b/pointerbench-sheets/data/test/0437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00467fa5da69bae59328bf7344cd1e59689fe27703cdc5c9879ac6b9ee97dd1e +size 93937 diff --git a/pointerbench-sheets/data/test/0438.png b/pointerbench-sheets/data/test/0438.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4a3cf29e0a2437f49e6ff15f55ada1bcc140ad --- /dev/null +++ b/pointerbench-sheets/data/test/0438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6b6d20941c0443dde220ae5bf638cb151fbfcc26e4840422c0e3e74b342555 +size 74426 diff --git a/pointerbench-sheets/data/test/0439.png b/pointerbench-sheets/data/test/0439.png new file mode 100644 index 0000000000000000000000000000000000000000..4eea2335a331e60a37aef9be0c06c69233fa9436 --- /dev/null +++ b/pointerbench-sheets/data/test/0439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01f64f12d5d4c0c2b8aecdbd9c53dbdb25146eb94ae5e88e66f7595d1c01aea +size 125145 diff --git a/pointerbench-sheets/data/test/0440.png b/pointerbench-sheets/data/test/0440.png new file mode 100644 index 0000000000000000000000000000000000000000..38d0dae38df0e99b45257ecbae4140cf7f6a797d --- /dev/null +++ b/pointerbench-sheets/data/test/0440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7d8dfbe43af42ac7cf5aaef879240ae532edfc6e38a31f3e929dcc4f1d49de +size 98828 diff --git a/pointerbench-sheets/data/test/0441.png b/pointerbench-sheets/data/test/0441.png new file mode 100644 index 0000000000000000000000000000000000000000..420f79a995f1e576019d544e2ad7f5533cbe303a --- /dev/null +++ b/pointerbench-sheets/data/test/0441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe71c17cffdca4a59d3ed95b20aa6b5f1f0013edbd2a846e2fcb2d6f24302252 +size 87041 diff --git a/pointerbench-sheets/data/test/0442.png b/pointerbench-sheets/data/test/0442.png new file mode 100644 index 0000000000000000000000000000000000000000..41add6073c2bd67a41ad34cdcba42095366e6249 --- /dev/null +++ b/pointerbench-sheets/data/test/0442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d709a50a4aaaedf7259a14309c662f655014f5629a91f09f1dfcb03b48bc226b +size 117692 diff --git a/pointerbench-sheets/data/test/0443.png b/pointerbench-sheets/data/test/0443.png new file mode 100644 index 0000000000000000000000000000000000000000..b859192b742e557ed9ddf5ca35f5bd4dd0cca643 --- /dev/null +++ b/pointerbench-sheets/data/test/0443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad813b7fd1d2e8327b87a71b9fd2b073135896c50b6b487482a29c24f37bb37a +size 109613 diff --git a/pointerbench-sheets/data/test/0444.png b/pointerbench-sheets/data/test/0444.png new file mode 100644 index 0000000000000000000000000000000000000000..fc6cc65667b57cbc172ada039ddfa9e0ddd166e9 --- /dev/null +++ b/pointerbench-sheets/data/test/0444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723b53995758f7d50719f75bf2df00e31d0637b3a6068ce3f5f1419583a281d5 +size 83021 diff --git a/pointerbench-sheets/data/test/0445.png b/pointerbench-sheets/data/test/0445.png new file mode 100644 index 0000000000000000000000000000000000000000..e0a289df978832cca7a143808d2764c623869fa7 --- /dev/null +++ b/pointerbench-sheets/data/test/0445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a6a900d641bcd0191cb7d0ce738c4b463f8b140d522ecb83e69e69e80d6d6a +size 65274 diff --git a/pointerbench-sheets/data/test/0446.png b/pointerbench-sheets/data/test/0446.png new file mode 100644 index 0000000000000000000000000000000000000000..7c0dce5ca076f44a9658d0b3cc25149032ddef87 --- /dev/null +++ b/pointerbench-sheets/data/test/0446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8411fb9f82cc2e6ffecd7aec7bb288451df8d18ac38eea0b3be0c769dfabba +size 188603 diff --git a/pointerbench-sheets/data/test/0447.png b/pointerbench-sheets/data/test/0447.png new file mode 100644 index 0000000000000000000000000000000000000000..c1b300f806dd3f53dbcea6370929632664a7132b --- /dev/null +++ b/pointerbench-sheets/data/test/0447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6edbd7bf4762aa502761e6ece682a681262e8c35f2539aaab298cb660ea9331 +size 78061 diff --git a/pointerbench-sheets/data/test/0448.png b/pointerbench-sheets/data/test/0448.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5a79b03f2ca0906320428c67fb8a6390e2f2e5 --- /dev/null +++ b/pointerbench-sheets/data/test/0448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c15e6b2d7595f094462fc3ffa851aad2e112575bff43451a417a1006850a54 +size 102849 diff --git a/pointerbench-sheets/data/test/0449.png b/pointerbench-sheets/data/test/0449.png new file mode 100644 index 0000000000000000000000000000000000000000..818571c6a3d0c74ce537df4c56ce427490237f7e --- /dev/null +++ b/pointerbench-sheets/data/test/0449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cac5c26956ea5670e4e7f2f8c33605672565e283c92d0f2527279d3ff35d1ec +size 192198 diff --git a/pointerbench-sheets/data/test/0450.png b/pointerbench-sheets/data/test/0450.png new file mode 100644 index 0000000000000000000000000000000000000000..627cc4e7ee8346198a5f64fdafbc0124838b1f1e --- /dev/null +++ b/pointerbench-sheets/data/test/0450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcc33544f59f656499e93cb322a260a39bab575ce802397022b1b4003f32630 +size 99904 diff --git a/pointerbench-sheets/data/test/0451.png b/pointerbench-sheets/data/test/0451.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0eb410f1fa1e48212cabf6e1910d0c5dab5298 --- /dev/null +++ b/pointerbench-sheets/data/test/0451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2b7e6cbaf576627d94b1f252ba42628c63b8f725e6b91f54e8b49c857454fb +size 161394 diff --git a/pointerbench-sheets/data/test/0452.png b/pointerbench-sheets/data/test/0452.png new file mode 100644 index 0000000000000000000000000000000000000000..2eaae073a59ef604a33b05350627ef1c9dacface --- /dev/null +++ b/pointerbench-sheets/data/test/0452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d718cb3144edbba89fa9427562952b2e8ec7c7d41ec2cf81a937bec47ebbce48 +size 114724 diff --git a/pointerbench-sheets/data/test/0453.png b/pointerbench-sheets/data/test/0453.png new file mode 100644 index 0000000000000000000000000000000000000000..de11e3c5752db9c71490b85285f494e0f80a763b --- /dev/null +++ b/pointerbench-sheets/data/test/0453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16684a513f866c8af299d30f71b621e3dbed578d5b0d430f19052503eec8a93 +size 107091 diff --git a/pointerbench-sheets/data/test/0454.png b/pointerbench-sheets/data/test/0454.png new file mode 100644 index 0000000000000000000000000000000000000000..fe1da4d9bead866fad5066761fb6bab2f56ac720 --- /dev/null +++ b/pointerbench-sheets/data/test/0454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a16ce2ad11ff58c54a0d6b68408b800f13d3784ed0be89e705d96dd543bc0d +size 132666 diff --git a/pointerbench-sheets/data/test/0455.png b/pointerbench-sheets/data/test/0455.png new file mode 100644 index 0000000000000000000000000000000000000000..24ff8b244dd20d9510e63dc05ba93df457172b44 --- /dev/null +++ b/pointerbench-sheets/data/test/0455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd8c956cdca903ee66129d50f9bd71c9cd4f81c195437e41dd41bfdbccd5d8e +size 81216 diff --git a/pointerbench-sheets/data/test/0456.png b/pointerbench-sheets/data/test/0456.png new file mode 100644 index 0000000000000000000000000000000000000000..04e88e614f85cba7e2d23b8296093b967ff83a38 --- /dev/null +++ b/pointerbench-sheets/data/test/0456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd4dbbf3ed9f9e3dc25126eadf73c5cebccc19def76a753ec7b1822444d838d +size 134051 diff --git a/pointerbench-sheets/data/test/0457.png b/pointerbench-sheets/data/test/0457.png new file mode 100644 index 0000000000000000000000000000000000000000..e14eacb4e5a4412665421bf8f72134340e73db66 --- /dev/null +++ b/pointerbench-sheets/data/test/0457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d5c8252c645bb85c9e810cb57c6271b9cf75b7835a17a5684fa62531bb0f27 +size 104023 diff --git a/pointerbench-sheets/data/test/0458.png b/pointerbench-sheets/data/test/0458.png new file mode 100644 index 0000000000000000000000000000000000000000..60aff782b4a54506d413da636886a23d116a0cd1 --- /dev/null +++ b/pointerbench-sheets/data/test/0458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841d2bd62e8703c1ecb4224634150779a21886473f4a2b4a3c6e0cdc491f1262 +size 77535 diff --git a/pointerbench-sheets/data/test/0459.png b/pointerbench-sheets/data/test/0459.png new file mode 100644 index 0000000000000000000000000000000000000000..4c97bc954020615e6cd3859560da759b24245ac3 --- /dev/null +++ b/pointerbench-sheets/data/test/0459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bb6a0a629159497c970e193bd7ad679cf8e3fd17c8405377333ebfe372f8e5 +size 110234 diff --git a/pointerbench-sheets/data/test/0460.png b/pointerbench-sheets/data/test/0460.png new file mode 100644 index 0000000000000000000000000000000000000000..11e1aad71983746c503452ec86f0a391c58f6bcd --- /dev/null +++ b/pointerbench-sheets/data/test/0460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ff74564c6db765391f6b7364269ece991ca867a9a231b031be137667317450 +size 87622 diff --git a/pointerbench-sheets/data/test/0461.png b/pointerbench-sheets/data/test/0461.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8067def9c3ca80d3eb63360df333ad4ed6d352 --- /dev/null +++ b/pointerbench-sheets/data/test/0461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dbbe1f538c4bf9859593797f281151d8ed71828ab5ac56fa62739b3a3e97eb +size 160614 diff --git a/pointerbench-sheets/data/test/0462.png b/pointerbench-sheets/data/test/0462.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf2087cb1fb530164d0b7d922c8edea69225283 --- /dev/null +++ b/pointerbench-sheets/data/test/0462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b826f0351c1d33111fde71fcda1b1ae7d41118bb1256280ac3c080f31c9e4ce +size 128682 diff --git a/pointerbench-sheets/data/test/0463.png b/pointerbench-sheets/data/test/0463.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d8de512a4a33fb57c9214c7ad202fc43070e89 --- /dev/null +++ b/pointerbench-sheets/data/test/0463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c8df89e11abec869dc1aec676ab2f5066630dccc05891de496308e4facda73 +size 132297 diff --git a/pointerbench-sheets/data/test/0464.png b/pointerbench-sheets/data/test/0464.png new file mode 100644 index 0000000000000000000000000000000000000000..71efded62ee2457cdcbcd83615bb886c5f24f60d --- /dev/null +++ b/pointerbench-sheets/data/test/0464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354e0d43a2cd17d4570c8c2a1a951056db0bbf46b681471ac00c2f3a36d0a9a4 +size 118096 diff --git a/pointerbench-sheets/data/test/0465.png b/pointerbench-sheets/data/test/0465.png new file mode 100644 index 0000000000000000000000000000000000000000..229276cc1f8e6563ec47a3e8869df4aa34671d1d --- /dev/null +++ b/pointerbench-sheets/data/test/0465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5f8c354941c2ee6faf34f0699154f4f428507b927efbd3502d8b0bf9948172 +size 85237 diff --git a/pointerbench-sheets/data/test/0466.png b/pointerbench-sheets/data/test/0466.png new file mode 100644 index 0000000000000000000000000000000000000000..e898a5d80e496ee1e35589681ae8cca8e3883d99 --- /dev/null +++ b/pointerbench-sheets/data/test/0466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ccb2c1f7b00a90b5fce1f4a96ddb3d5881d270ffdc03f323ff19f0f37b96f5 +size 78844 diff --git a/pointerbench-sheets/data/test/0467.png b/pointerbench-sheets/data/test/0467.png new file mode 100644 index 0000000000000000000000000000000000000000..84e970e2b38c3bd4b0c88be96707e60cd2a1c390 --- /dev/null +++ b/pointerbench-sheets/data/test/0467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc719d487d81665ca89c70c6951f845ce365d6661fb2a10154a798e909c3fc78 +size 80297 diff --git a/pointerbench-sheets/data/test/0468.png b/pointerbench-sheets/data/test/0468.png new file mode 100644 index 0000000000000000000000000000000000000000..92d3307488f1e33da83e87aee71694e67b2e74ef --- /dev/null +++ b/pointerbench-sheets/data/test/0468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda84d476bdd9af0b6d57862df32feb30ebffc8cd7de8d7e1ace7106db9b8074 +size 59313 diff --git a/pointerbench-sheets/data/test/0469.png b/pointerbench-sheets/data/test/0469.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf608eb68f4787c737fc238cf57778af6a74a63 --- /dev/null +++ b/pointerbench-sheets/data/test/0469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8356a8d7cdd8f79bd0e52b8a63a5ccdcbb5a9f37e98d5d39909c9b8622b50bef +size 56419 diff --git a/pointerbench-sheets/data/test/0470.png b/pointerbench-sheets/data/test/0470.png new file mode 100644 index 0000000000000000000000000000000000000000..89efcbbd9953d24c9cedef651116049cdf4f71b2 --- /dev/null +++ b/pointerbench-sheets/data/test/0470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6da0757e7b027fb05dc31aec44cbb35f682935ed63e76e8b36de95ad6e44013 +size 143839 diff --git a/pointerbench-sheets/data/test/0471.png b/pointerbench-sheets/data/test/0471.png new file mode 100644 index 0000000000000000000000000000000000000000..20be3d8f0c0eb7ae59c336c8a88e32f48b78db69 --- /dev/null +++ b/pointerbench-sheets/data/test/0471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55577dff98557d9cc7b99fdf49814ab1cde6758a95b8d9205ffd7ebaf1469598 +size 77694 diff --git a/pointerbench-sheets/data/test/0472.png b/pointerbench-sheets/data/test/0472.png new file mode 100644 index 0000000000000000000000000000000000000000..ef72e460848b7e4776f91c85ac444b4c006a0365 --- /dev/null +++ b/pointerbench-sheets/data/test/0472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7db9594ab83f5922f87aa80de5cb6eb5454301ca2e9e73ed312809ec148859 +size 59879 diff --git a/pointerbench-sheets/data/test/0473.png b/pointerbench-sheets/data/test/0473.png new file mode 100644 index 0000000000000000000000000000000000000000..b5cbc0872002be3597c7e720d1fa2fc1fad04e25 --- /dev/null +++ b/pointerbench-sheets/data/test/0473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da04cfee1de3fb429561279774fa69a129b1972d90b7b3498cda1580ad84be99 +size 103029 diff --git a/pointerbench-sheets/data/test/0474.png b/pointerbench-sheets/data/test/0474.png new file mode 100644 index 0000000000000000000000000000000000000000..64b1ecd6a18912b6f981844c46cf706e6ad2f24b --- /dev/null +++ b/pointerbench-sheets/data/test/0474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d7219f745f80a9c0be8b80beda15fd40cb2bcaa662b7d6adb27282ae56b8e0 +size 119366 diff --git a/pointerbench-sheets/data/test/0475.png b/pointerbench-sheets/data/test/0475.png new file mode 100644 index 0000000000000000000000000000000000000000..8d17775bc823b6072adb862a2d24bea0a2b4b87d --- /dev/null +++ b/pointerbench-sheets/data/test/0475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb4661d14d53033f59907dc52bf96ddcbe86e4b59f5a81d573c64738dc11982 +size 83920 diff --git a/pointerbench-sheets/data/test/0476.png b/pointerbench-sheets/data/test/0476.png new file mode 100644 index 0000000000000000000000000000000000000000..39273ccc568ffc5137226f924b776a2faaa87cc6 --- /dev/null +++ b/pointerbench-sheets/data/test/0476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c5100a62fe5dc84aff73881811d604526466a1d93c0769ecdcbc6b1f51f61e +size 117995 diff --git a/pointerbench-sheets/data/test/0477.png b/pointerbench-sheets/data/test/0477.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb4493446a22959dd637ce5400a9401aa4a2be5 --- /dev/null +++ b/pointerbench-sheets/data/test/0477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358bb21612428953d374f67260f854ada0d477d6eeec5c304de8da31687181c4 +size 121759 diff --git a/pointerbench-sheets/data/test/0478.png b/pointerbench-sheets/data/test/0478.png new file mode 100644 index 0000000000000000000000000000000000000000..1f53500f1ca0ef0b8da397a476d8219eb321f40e --- /dev/null +++ b/pointerbench-sheets/data/test/0478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890ec62a163bcf1322f316ef4533952355b1e4caaacb9ca374fb42807ab0daf8 +size 75672 diff --git a/pointerbench-sheets/data/test/0479.png b/pointerbench-sheets/data/test/0479.png new file mode 100644 index 0000000000000000000000000000000000000000..dd427d68d025d46bbc339023f986ec134f47b529 --- /dev/null +++ b/pointerbench-sheets/data/test/0479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7603f69479b33dd066bc234e8cbd6f0cf3eb158d07efefa77c44f6a4d00b332 +size 75284 diff --git a/pointerbench-sheets/data/test/0480.png b/pointerbench-sheets/data/test/0480.png new file mode 100644 index 0000000000000000000000000000000000000000..dee2603196265d1814d89050cf05a82369070ed1 --- /dev/null +++ b/pointerbench-sheets/data/test/0480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779593da292c99934e8318591d7941a165e3e6c9dbc9ea0c104f197ff2056059 +size 108726 diff --git a/pointerbench-sheets/data/test/0481.png b/pointerbench-sheets/data/test/0481.png new file mode 100644 index 0000000000000000000000000000000000000000..dc3cd43caa293e167baeae11474689da1a783182 --- /dev/null +++ b/pointerbench-sheets/data/test/0481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1515236242338e5a313ef9396c2a5b09a6c1b19a4351caf8a28f4c14406338 +size 136391 diff --git a/pointerbench-sheets/data/test/0482.png b/pointerbench-sheets/data/test/0482.png new file mode 100644 index 0000000000000000000000000000000000000000..faa7698d59668a116a6073501a512d7b29223a39 --- /dev/null +++ b/pointerbench-sheets/data/test/0482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b7e6ed80d85f6453567a095c2c4b0e255d3576e97ba279486fc8abe32d8ff3 +size 165579 diff --git a/pointerbench-sheets/data/test/0483.png b/pointerbench-sheets/data/test/0483.png new file mode 100644 index 0000000000000000000000000000000000000000..b922d966a7123f23e14f33dc3a2a2d28eb188fba --- /dev/null +++ b/pointerbench-sheets/data/test/0483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338862c1babad2df0c5e5ced92295d81b964a6b49b7dc1a2a33af38e72e5e0e9 +size 81923 diff --git a/pointerbench-sheets/data/test/0484.png b/pointerbench-sheets/data/test/0484.png new file mode 100644 index 0000000000000000000000000000000000000000..e043f5a92d582ee4abd6c9eef87f5f5ee4752c2c --- /dev/null +++ b/pointerbench-sheets/data/test/0484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1b52e9ead3b62c5c6ba6b202e63117d6896a8a853dbe0e8017b1ffdc1a47dd +size 111782 diff --git a/pointerbench-sheets/data/test/0485.png b/pointerbench-sheets/data/test/0485.png new file mode 100644 index 0000000000000000000000000000000000000000..bfeee9e7d818f6b484d3ef3af5e3c5e8ffedca47 --- /dev/null +++ b/pointerbench-sheets/data/test/0485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34f367b968c1ed65e52ae158c90cfcb255e6be9b62132d823be8513a9b0e6fa +size 118270 diff --git a/pointerbench-sheets/data/test/0486.png b/pointerbench-sheets/data/test/0486.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f45b9eaf9c9595cd13086fa3512c55a53bdac8 --- /dev/null +++ b/pointerbench-sheets/data/test/0486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025570872178bcae69890f48293b3f9ec3609af2413259e70125d2b002d0d38b +size 86794 diff --git a/pointerbench-sheets/data/test/0487.png b/pointerbench-sheets/data/test/0487.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc3f37fdac2f8a3be04cd114de181b9eeec7aa9 --- /dev/null +++ b/pointerbench-sheets/data/test/0487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c59ff6845b3f9cc04c35322d90e7a6c934bf776a2f9599d6393fade171fa71a +size 124810 diff --git a/pointerbench-sheets/data/test/0488.png b/pointerbench-sheets/data/test/0488.png new file mode 100644 index 0000000000000000000000000000000000000000..f5415a1121911c1f84aa55aa8b5b7edceafe4606 --- /dev/null +++ b/pointerbench-sheets/data/test/0488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d89e236dcaf2e094133d1ce5e0cddd8746fe5f13d2ab70598c85a69aa7f852 +size 130789 diff --git a/pointerbench-sheets/data/test/0489.png b/pointerbench-sheets/data/test/0489.png new file mode 100644 index 0000000000000000000000000000000000000000..d34351f2f9606f48676f15b627b43a42c224d2a6 --- /dev/null +++ b/pointerbench-sheets/data/test/0489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5ff22c790b9a2761af9ea1f41a132ef04270c994c20c8514e8b95b852db99e +size 140662 diff --git a/pointerbench-sheets/data/test/0490.png b/pointerbench-sheets/data/test/0490.png new file mode 100644 index 0000000000000000000000000000000000000000..9fd790e1deb9c364e0b01648f8a5048067d0aacb --- /dev/null +++ b/pointerbench-sheets/data/test/0490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd24e243fa9132a7e78b54cbea8703454e82f8cc6acbbd304d198fd3e78b2f28 +size 72350 diff --git a/pointerbench-sheets/data/test/0491.png b/pointerbench-sheets/data/test/0491.png new file mode 100644 index 0000000000000000000000000000000000000000..4b5446d25e3ae7a4ceaa40c7f3b6c62051f77dc3 --- /dev/null +++ b/pointerbench-sheets/data/test/0491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dbf7cb990d81c9edbed0b2086af9563d82fd97c04e90598f28287fc4950e8d +size 69153 diff --git a/pointerbench-sheets/data/test/0492.png b/pointerbench-sheets/data/test/0492.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc51994de179d0d69f82558e954225af1cf94f9 --- /dev/null +++ b/pointerbench-sheets/data/test/0492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeaa6aa3ee12161ff4e0d7391cd4fb0af4c29f6442d6cb9ad8e40d639cb0a30 +size 115553 diff --git a/pointerbench-sheets/data/test/0493.png b/pointerbench-sheets/data/test/0493.png new file mode 100644 index 0000000000000000000000000000000000000000..44c9e6a5b9035d701ba1c7d32d0811df7b42e3d3 --- /dev/null +++ b/pointerbench-sheets/data/test/0493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdca9c9279728342cb95e87f33d9835e1be7105e40de88c7627f90e656799d24 +size 128584 diff --git a/pointerbench-sheets/data/test/0494.png b/pointerbench-sheets/data/test/0494.png new file mode 100644 index 0000000000000000000000000000000000000000..63c2238465625c0375acc28b21d45691b088d92f --- /dev/null +++ b/pointerbench-sheets/data/test/0494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c254a4cd20b00c6f714e77171133a55822691cf25215ae3b4a2c898444a8b1 +size 74475 diff --git a/pointerbench-sheets/data/test/0495.png b/pointerbench-sheets/data/test/0495.png new file mode 100644 index 0000000000000000000000000000000000000000..50b3004e392bf21caa0c0f38b74bc7d996bf56d2 --- /dev/null +++ b/pointerbench-sheets/data/test/0495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f8dfd59e5243d018863b9e0da77ac2add849320ad0bfeca2380ad6080a41d6 +size 63538 diff --git a/pointerbench-sheets/data/test/0496.png b/pointerbench-sheets/data/test/0496.png new file mode 100644 index 0000000000000000000000000000000000000000..b8839fbe580e471e8856afc37f4b106613c55403 --- /dev/null +++ b/pointerbench-sheets/data/test/0496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0c87791fb9253493b64f0f96fec7f2bccbeec8b24120beb26339e52b96df85 +size 129073 diff --git a/pointerbench-sheets/data/test/0497.png b/pointerbench-sheets/data/test/0497.png new file mode 100644 index 0000000000000000000000000000000000000000..78ee88075ccc6a89f8696de42b370339fa74768a --- /dev/null +++ b/pointerbench-sheets/data/test/0497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb96ac5a76a64b98da78d8865c40d1b8a3cf4aa00ee9c3e6b1e8ece00ab3771 +size 87790 diff --git a/pointerbench-sheets/data/test/0498.png b/pointerbench-sheets/data/test/0498.png new file mode 100644 index 0000000000000000000000000000000000000000..eff47bb9f3e4bf47c891b5bdc13d3172c541a256 --- /dev/null +++ b/pointerbench-sheets/data/test/0498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b28191580fa2c49e9a798cd8e5de60f519a1182e7a5d067664a412320887423 +size 73820 diff --git a/pointerbench-sheets/data/test/0499.png b/pointerbench-sheets/data/test/0499.png new file mode 100644 index 0000000000000000000000000000000000000000..4f52033c9d459185ba95c449db8a6b5a6d666fb6 --- /dev/null +++ b/pointerbench-sheets/data/test/0499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4e7e4e8568724746b19ce360d9b79b00ee7a3e41451be54a39a92a5a540b52 +size 110616 diff --git a/pointerbench-sheets/data/test/metadata.jsonl b/pointerbench-sheets/data/test/metadata.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b6d9609a834110afdb59f2715c686dfa3e0a1b90 --- /dev/null +++ b/pointerbench-sheets/data/test/metadata.jsonl @@ -0,0 +1,500 @@ +{"file_name": "0000.png", "id": "pbs_0000", "instruction": "Where is row 15's resize line?", "bbox": [0, 408, 32, 414], "point": [16, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 408, 32, 414]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0001.png", "id": "pbs_0001", "instruction": "Click the row that is colored red.", "bbox": [41, 140, 431, 162], "point": [100, 151], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 140, 431, 162]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0002.png", "id": "pbs_0002", "instruction": "Click the column selector marked G.", "bbox": [700, 103, 802, 122], "point": [751, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [700, 103, 802, 122]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0003.png", "id": "pbs_0003", "instruction": "Click the cell painted brown.", "bbox": [578, 324, 756, 341], "point": [667, 333], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [578, 324, 756, 341]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0004.png", "id": "pbs_0004", "instruction": "Choose cell E11.", "bbox": [271, 375, 376, 398], "point": [324, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [271, 375, 376, 398]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0005.png", "id": "pbs_0005", "instruction": "Resize column I from its right edge.", "bbox": [625, 123, 631, 144], "point": [628, 133], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [625, 123, 631, 144]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0006.png", "id": "pbs_0006", "instruction": "Point at the bottom gridline of B9.", "bbox": [130, 314, 233, 320], "point": [181, 317], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 314, 233, 320]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0007.png", "id": "pbs_0007", "instruction": "Click on the green cell.", "bbox": [516, 640, 621, 663], "point": [569, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [516, 640, 621, 663]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0008.png", "id": "pbs_0008", "instruction": "Where is the right border of D20?", "bbox": [285, 120, 291, 139], "point": [288, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 120, 291, 139]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0009.png", "id": "pbs_0009", "instruction": "Cell I16, please.", "bbox": [763, 417, 853, 434], "point": [808, 426], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 417, 853, 434]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0010.png", "id": "pbs_0010", "instruction": "Point to the cell that contains \"Tina\".", "bbox": [404, 406, 492, 425], "point": [448, 416], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 406, 492, 425]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0011.png", "id": "pbs_0011", "instruction": "Select the cell at C11 with displayed value \"CodeWorks\".", "bbox": [181, 358, 302, 380], "point": [242, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [181, 358, 302, 380]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0012.png", "id": "pbs_0012", "instruction": "Target cell B26; it displays \"Seoul\".", "bbox": [42, 284, 145, 305], "point": [94, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 284, 145, 305]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0013.png", "id": "pbs_0013", "instruction": "Navigate to cell C29.", "bbox": [117, 276, 242, 299], "point": [180, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [117, 276, 242, 299]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0014.png", "id": "pbs_0014", "instruction": "Highlight cell F15 by clicking it.", "bbox": [266, 334, 405, 356], "point": [336, 345], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 334, 405, 356]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0015.png", "id": "pbs_0015", "instruction": "Put the cursor in cell F17.", "bbox": [534, 379, 644, 402], "point": [589, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 379, 644, 402]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0016.png", "id": "pbs_0016", "instruction": "G11 lower-left corner", "bbox": [324, 365, 330, 371], "point": [327, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 365, 330, 371]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0017.png", "id": "pbs_0017", "instruction": "Click the horizontal line at the bottom edge of row 13.", "bbox": [0, 285, 37, 291], "point": [18, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 285, 37, 291]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0018.png", "id": "pbs_0018", "instruction": "From G10, go 3 columns left, then 3 rows down.", "bbox": [328, 389, 424, 408], "point": [376, 399], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [328, 389, 424, 408]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0019.png", "id": "pbs_0019", "instruction": "Click on the separator just after column C.", "bbox": [270, 107, 276, 126], "point": [273, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 107, 276, 126]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0020.png", "id": "pbs_0020", "instruction": "Click the cell 3 rows down from D18.", "bbox": [131, 481, 239, 503], "point": [185, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [131, 481, 239, 503]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0021.png", "id": "pbs_0021", "instruction": "Where is the header for row 21?", "bbox": [0, 502, 38, 523], "point": [19, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 502, 38, 523]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0022.png", "id": "pbs_0022", "instruction": "Select the corner at the bottom-left of cell H20.", "bbox": [505, 522, 511, 528], "point": [508, 525], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [505, 522, 511, 528]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0023.png", "id": "pbs_0023", "instruction": "Where is column B's resize line?", "bbox": [323, 122, 329, 143], "point": [326, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [323, 122, 329, 143]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0024.png", "id": "pbs_0024", "instruction": "Click on the number 49 in the row gutter.", "bbox": [0, 658, 34, 679], "point": [17, 669], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 658, 34, 679]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0025.png", "id": "pbs_0025", "instruction": "Click the grid cell named G6.", "bbox": [503, 249, 607, 268], "point": [555, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [503, 249, 607, 268]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0026.png", "id": "pbs_0026", "instruction": "Click the spreadsheet cell that is 1 column left and 3 rows up from C34.", "bbox": [41, 622, 174, 645], "point": [108, 634], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 622, 174, 645]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0027.png", "id": "pbs_0027", "instruction": "Click the letter G above the sheet cells.", "bbox": [662, 116, 725, 137], "point": [694, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [662, 116, 725, 137]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0028.png", "id": "pbs_0028", "instruction": "Click cell D5.", "bbox": [174, 132, 396, 155], "point": [285, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 132, 396, 155]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0029.png", "id": "pbs_0029", "instruction": "1 column left and 3 rows down from G32", "bbox": [508, 400, 604, 418], "point": [556, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [508, 400, 604, 418]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0030.png", "id": "pbs_0030", "instruction": "Click the cell F26 in the spreadsheet.", "bbox": [246, 638, 351, 657], "point": [299, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 638, 351, 657]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0031.png", "id": "pbs_0031", "instruction": "Click the cell filled pink.", "bbox": [146, 443, 226, 462], "point": [186, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 443, 226, 462]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0032.png", "id": "pbs_0032", "instruction": "Click the result of moving from E14: 2 columns right, 3 rows down.", "bbox": [553, 472, 726, 492], "point": [640, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [553, 472, 726, 492]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0033.png", "id": "pbs_0033", "instruction": "Choose cell G19.", "bbox": [416, 304, 620, 324], "point": [518, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [416, 304, 620, 324]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0034.png", "id": "pbs_0034", "instruction": "Choose the row shaded in blue.", "bbox": [31, 247, 594, 268], "point": [206, 258], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 247, 594, 268]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0035.png", "id": "pbs_0035", "instruction": "Can you click cell D11? It contains 'Japan'.", "bbox": [367, 220, 479, 241], "point": [423, 231], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [367, 220, 479, 241]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0036.png", "id": "pbs_0036", "instruction": "Select D18.", "bbox": [325, 404, 405, 423], "point": [365, 414], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [325, 404, 405, 423]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0037.png", "id": "pbs_0037", "instruction": "Count 1 column left and 3 rows up from C30, then click.", "bbox": [36, 559, 161, 578], "point": [99, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 559, 161, 578]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0038.png", "id": "pbs_0038", "instruction": "Can you select cell E21?", "bbox": [327, 594, 431, 616], "point": [379, 605], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [327, 594, 431, 616]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0039.png", "id": "pbs_0039", "instruction": "Select column J by clicking its header.", "bbox": [743, 124, 806, 145], "point": [775, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [743, 124, 806, 145]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0040.png", "id": "pbs_0040", "instruction": "Point to the 27 header on the left.", "bbox": [0, 623, 40, 641], "point": [20, 632], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 623, 40, 641]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0041.png", "id": "pbs_0041", "instruction": "Click the cell reached by moving left 2 columns and up 3 rows from I16.", "bbox": [132, 214, 237, 233], "point": [185, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 214, 237, 233]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0042.png", "id": "pbs_0042", "instruction": "Point to the E header at the top.", "bbox": [397, 130, 486, 151], "point": [442, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [397, 130, 486, 151]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0043.png", "id": "pbs_0043", "instruction": "Click the lower border of row 20.", "bbox": [0, 590, 31, 596], "point": [15, 593], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 590, 31, 596]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0044.png", "id": "pbs_0044", "instruction": "Click the spreadsheet entry \"(471) 833-7440\".", "bbox": [341, 190, 431, 210], "point": [386, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 190, 431, 210]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0045.png", "id": "pbs_0045", "instruction": "target: C11", "bbox": [38, 135, 167, 152], "point": [103, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 135, 167, 152]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0046.png", "id": "pbs_0046", "instruction": "Click where you would make row 14 taller.", "bbox": [0, 485, 35, 491], "point": [17, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 485, 35, 491]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0047.png", "id": "pbs_0047", "instruction": "Locate the cell showing `8071` and click it.", "bbox": [406, 296, 492, 314], "point": [449, 305], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [406, 296, 492, 314]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0048.png", "id": "pbs_0048", "instruction": "Click the cell 1 row down from A7.", "bbox": [39, 269, 130, 287], "point": [85, 278], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 269, 130, 287]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0049.png", "id": "pbs_0049", "instruction": "Click in the horizontal band that is blue.", "bbox": [36, 231, 668, 253], "point": [198, 242], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 231, 668, 253]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0050.png", "id": "pbs_0050", "instruction": "the green cell", "bbox": [311, 258, 392, 278], "point": [352, 268], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 258, 392, 278]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0051.png", "id": "pbs_0051", "instruction": "Click the number 21 next to the sheet cells.", "bbox": [0, 452, 41, 475], "point": [21, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 452, 41, 475]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0052.png", "id": "pbs_0052", "instruction": "Select cell D37 with the value 'Will Watanabe'.", "bbox": [427, 478, 549, 501], "point": [488, 490], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 478, 549, 501]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0053.png", "id": "pbs_0053", "instruction": "the line below row 29", "bbox": [0, 561, 31, 567], "point": [15, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 561, 31, 567]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0054.png", "id": "pbs_0054", "instruction": "Tap column header H.", "bbox": [767, 0, 830, 21], "point": [799, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [767, 0, 830, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0055.png", "id": "pbs_0055", "instruction": "Click the divider immediately after cell F2.", "bbox": [343, 138, 349, 159], "point": [346, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [343, 138, 349, 159]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0056.png", "id": "pbs_0056", "instruction": "Click where the bottom and left borders of B10 meet.", "bbox": [33, 205, 39, 211], "point": [36, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 205, 39, 211]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0057.png", "id": "pbs_0057", "instruction": "Click the column selector marked G.", "bbox": [758, 124, 901, 145], "point": [830, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [758, 124, 901, 145]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0058.png", "id": "pbs_0058", "instruction": "Place the cursor on the lower boundary of F18.", "bbox": [146, 324, 231, 330], "point": [188, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 324, 231, 330]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0059.png", "id": "pbs_0059", "instruction": "Go 1 row down from D10.", "bbox": [442, 160, 545, 179], "point": [494, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [442, 160, 545, 179]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0060.png", "id": "pbs_0060", "instruction": "Cell with content \"Spain\".", "bbox": [36, 322, 142, 341], "point": [89, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 322, 142, 341]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0061.png", "id": "pbs_0061", "instruction": "Spreadsheet cell C9.", "bbox": [216, 127, 350, 147], "point": [283, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [216, 127, 350, 147]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0062.png", "id": "pbs_0062", "instruction": "Target the upper-right cell boundary point for C3.", "bbox": [215, 59, 221, 65], "point": [218, 62], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [215, 59, 221, 65]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0063.png", "id": "pbs_0063", "instruction": "Klicke Zelle E24 an.", "bbox": [263, 457, 375, 475], "point": [319, 466], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 457, 375, 475]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0064.png", "id": "pbs_0064", "instruction": "column header J", "bbox": [710, 0, 773, 19], "point": [742, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 0, 773, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0065.png", "id": "pbs_0065", "instruction": "Move vertically from G22: 1 row down.", "bbox": [41, 403, 135, 420], "point": [88, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 403, 135, 420]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0066.png", "id": "pbs_0066", "instruction": "Click where you would make row 22 taller.", "bbox": [0, 416, 33, 422], "point": [16, 419], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 416, 33, 422]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0067.png", "id": "pbs_0067", "instruction": "Click the cell with the green fill.", "bbox": [894, 283, 986, 304], "point": [940, 294], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [894, 283, 986, 304]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0068.png", "id": "pbs_0068", "instruction": "Please click cell E9 with content 'Ivan Fischer'.", "bbox": [461, 292, 583, 310], "point": [522, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [461, 292, 583, 310]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0069.png", "id": "pbs_0069", "instruction": "point to cell d17.", "bbox": [42, 337, 138, 358], "point": [90, 348], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 337, 138, 358]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0070.png", "id": "pbs_0070", "instruction": "Click the cell B2 in the spreadsheet.", "bbox": [33, 141, 148, 159], "point": [91, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 141, 148, 159]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0071.png", "id": "pbs_0071", "instruction": "Click the column label E.", "bbox": [265, 113, 349, 132], "point": [307, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [265, 113, 349, 132]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0072.png", "id": "pbs_0072", "instruction": "Move 3 columns right from C32 and 2 rows down; click there.", "bbox": [502, 357, 622, 374], "point": [562, 366], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [502, 357, 622, 374]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0073.png", "id": "pbs_0073", "instruction": "Click the cell that is colored orange.", "bbox": [300, 597, 378, 617], "point": [339, 607], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [300, 597, 378, 617]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0074.png", "id": "pbs_0074", "instruction": "Use the left header to select row 25.", "bbox": [0, 646, 37, 667], "point": [19, 657], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 646, 37, 667]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0075.png", "id": "pbs_0075", "instruction": "point to the top-right vertex of e29.", "bbox": [504, 384, 510, 390], "point": [507, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [504, 384, 510, 390]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0076.png", "id": "pbs_0076", "instruction": "Activate cell F14.", "bbox": [293, 267, 405, 285], "point": [349, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 267, 405, 285]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0077.png", "id": "pbs_0077", "instruction": "Point to the green-filled cell.", "bbox": [39, 192, 166, 214], "point": [103, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 192, 166, 214]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0078.png", "id": "pbs_0078", "instruction": "Where is the top-left corner of D18?", "bbox": [280, 486, 286, 492], "point": [283, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [280, 486, 286, 492]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0079.png", "id": "pbs_0079", "instruction": "F21 right gridline", "bbox": [224, 524, 230, 542], "point": [227, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [224, 524, 230, 542]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0080.png", "id": "pbs_0080", "instruction": "Target the cell 2 rows up from E24.", "bbox": [603, 178, 714, 196], "point": [659, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 178, 714, 196]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0081.png", "id": "pbs_0081", "instruction": "Select the right side line of cell F5.", "bbox": [426, 229, 432, 252], "point": [429, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 229, 432, 252]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0082.png", "id": "pbs_0082", "instruction": "Point at the upper-right corner of A28.", "bbox": [146, 217, 152, 223], "point": [149, 220], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 217, 152, 223]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0083.png", "id": "pbs_0083", "instruction": "Click on the separator just after column I.", "bbox": [768, 116, 774, 135], "point": [771, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [768, 116, 774, 135]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0084.png", "id": "pbs_0084", "instruction": "Click the column selector marked D.", "bbox": [425, 82, 512, 101], "point": [469, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [425, 82, 512, 101]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0085.png", "id": "pbs_0085", "instruction": "Jump to cell E7.", "bbox": [276, 262, 402, 283], "point": [339, 273], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 262, 402, 283]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0086.png", "id": "pbs_0086", "instruction": "Click on cell C2.", "bbox": [185, 46, 270, 69], "point": [228, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [185, 46, 270, 69]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0087.png", "id": "pbs_0087", "instruction": "Point to the draggable divider for row 11.", "bbox": [0, 335, 38, 341], "point": [19, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 335, 38, 341]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0088.png", "id": "pbs_0088", "instruction": "Please click the red cell.", "bbox": [897, 288, 1008, 306], "point": [953, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [897, 288, 1008, 306]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0089.png", "id": "pbs_0089", "instruction": "Select A29.", "bbox": [35, 550, 138, 571], "point": [87, 561], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 550, 138, 571]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0090.png", "id": "pbs_0090", "instruction": "Click the lower border of row 21.", "bbox": [0, 420, 38, 426], "point": [19, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 420, 38, 426]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0091.png", "id": "pbs_0091", "instruction": "click on the separator just after column f.", "bbox": [718, 107, 724, 126], "point": [721, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [718, 107, 724, 126]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0092.png", "id": "pbs_0092", "instruction": "Click on the cell at C14.", "bbox": [246, 337, 335, 358], "point": [291, 348], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 337, 335, 358]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0093.png", "id": "pbs_0093", "instruction": "Setze die Auswahl auf F16.", "bbox": [513, 181, 594, 203], "point": [554, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [513, 181, 594, 203]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0094.png", "id": "pbs_0094", "instruction": "Click in the vertical band that is red.", "bbox": [42, 155, 143, 648], "point": [93, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 155, 143, 648]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0095.png", "id": "pbs_0095", "instruction": "Move the selection to F26.", "bbox": [557, 355, 649, 373], "point": [603, 364], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [557, 355, 649, 373]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0096.png", "id": "pbs_0096", "instruction": "Click the gridline along A7's bottom side.", "bbox": [37, 170, 213, 176], "point": [125, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 170, 213, 176]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0097.png", "id": "pbs_0097", "instruction": "Click the cell with content 'malik85@icloud.com'.", "bbox": [34, 347, 241, 368], "point": [138, 358], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 347, 241, 368]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0098.png", "id": "pbs_0098", "instruction": "the border between B26 and the next cell", "bbox": [229, 378, 235, 397], "point": [232, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 378, 235, 397]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0099.png", "id": "pbs_0099", "instruction": "Click in the vertical band that is green.", "bbox": [184, 20, 281, 387], "point": [233, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [184, 20, 281, 387]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0100.png", "id": "pbs_0100", "instruction": "Please click the header for row 42.", "bbox": [0, 653, 33, 674], "point": [17, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 653, 33, 674]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0101.png", "id": "pbs_0101", "instruction": "Target the line between E3 and the cell below it.", "bbox": [560, 153, 733, 159], "point": [646, 156], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 153, 733, 159]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0102.png", "id": "pbs_0102", "instruction": "Place the pointer on B6's bottom border.", "bbox": [34, 132, 152, 138], "point": [93, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 132, 152, 138]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0103.png", "id": "pbs_0103", "instruction": "Click on cell G15 containing will76@protonmail.com.", "bbox": [551, 394, 724, 411], "point": [638, 403], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 394, 724, 411]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0104.png", "id": "pbs_0104", "instruction": "cell B22 with content `Lukas Suzuki`", "bbox": [119, 529, 236, 546], "point": [178, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [119, 529, 236, 546]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0105.png", "id": "pbs_0105", "instruction": "highlight cell d9 by clicking it.", "bbox": [42, 329, 120, 351], "point": [81, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 329, 120, 351]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0106.png", "id": "pbs_0106", "instruction": "Click the cell that reads \"747-609-1648\".", "bbox": [294, 205, 395, 225], "point": [345, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 205, 395, 225]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0107.png", "id": "pbs_0107", "instruction": "move to the row-height handle for row 8.", "bbox": [0, 332, 34, 338], "point": [17, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 332, 34, 338]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0108.png", "id": "pbs_0108", "instruction": "Make F16 the active cell.", "bbox": [311, 345, 420, 363], "point": [366, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 345, 420, 363]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0109.png", "id": "pbs_0109", "instruction": "Place the cursor on B37's bottom-right grid intersection.", "bbox": [326, 566, 332, 572], "point": [329, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [326, 566, 332, 572]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0110.png", "id": "pbs_0110", "instruction": "Click whichever cell is green.", "bbox": [412, 436, 506, 455], "point": [459, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [412, 436, 506, 455]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0111.png", "id": "pbs_0111", "instruction": "Click the grid cell named E37.", "bbox": [146, 412, 278, 431], "point": [212, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 412, 278, 431]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0112.png", "id": "pbs_0112", "instruction": "Target the resize grip after the 20 row header.", "bbox": [0, 568, 40, 574], "point": [20, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 568, 40, 574]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0113.png", "id": "pbs_0113", "instruction": "Tap cell H18, content \"2024-05-23\".", "bbox": [317, 517, 396, 539], "point": [357, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 517, 396, 539]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0114.png", "id": "pbs_0114", "instruction": "Select the visible cyan cell.", "bbox": [252, 201, 360, 221], "point": [306, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [252, 201, 360, 221]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0115.png", "id": "pbs_0115", "instruction": "Springe zu Zelle G4.", "bbox": [324, 119, 461, 136], "point": [393, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 119, 461, 136]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0116.png", "id": "pbs_0116", "instruction": "Go to cell F28, the one that says 'Networking'.", "bbox": [645, 174, 738, 195], "point": [692, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [645, 174, 738, 195]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0117.png", "id": "pbs_0117", "instruction": "Where is the bottom-right corner of I14?", "bbox": [988, 393, 994, 399], "point": [991, 396], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [988, 393, 994, 399]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0118.png", "id": "pbs_0118", "instruction": "Click the column highlighted in green.", "bbox": [124, 40, 205, 479], "point": [165, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 40, 205, 479]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0119.png", "id": "pbs_0119", "instruction": "Select the boundary used to adjust column I's width.", "bbox": [729, 62, 735, 83], "point": [732, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [729, 62, 735, 83]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0120.png", "id": "pbs_0120", "instruction": "Highlight cell E3 by clicking it.", "bbox": [305, 58, 432, 76], "point": [369, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [305, 58, 432, 76]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0121.png", "id": "pbs_0121", "instruction": "row header 20", "bbox": [0, 536, 32, 557], "point": [16, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 536, 32, 557]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0122.png", "id": "pbs_0122", "instruction": "Click the cell F18 in the spreadsheet.", "bbox": [487, 463, 718, 483], "point": [603, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 463, 718, 483]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0123.png", "id": "pbs_0123", "instruction": "Place the cursor on the resize handle for row 16.", "bbox": [0, 273, 31, 279], "point": [15, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 273, 31, 279]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0124.png", "id": "pbs_0124", "instruction": "Click cell C10, which contains Smart Watch.", "bbox": [127, 149, 264, 171], "point": [196, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [127, 149, 264, 171]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0125.png", "id": "pbs_0125", "instruction": "Click the result of moving from F11: 3 columns right, 3 rows up.", "bbox": [756, 278, 842, 297], "point": [799, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 278, 842, 297]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0126.png", "id": "pbs_0126", "instruction": "Move to the column-width handle for column B.", "bbox": [230, 78, 236, 97], "point": [233, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 78, 236, 97]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0127.png", "id": "pbs_0127", "instruction": "Point to cell B12.", "bbox": [148, 327, 310, 346], "point": [229, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [148, 327, 310, 346]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0128.png", "id": "pbs_0128", "instruction": "Click the column label G.", "bbox": [623, 74, 702, 93], "point": [663, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 74, 702, 93]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0129.png", "id": "pbs_0129", "instruction": "Click the cell highlighted in green.", "bbox": [370, 313, 481, 334], "point": [426, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [370, 313, 481, 334]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0130.png", "id": "pbs_0130", "instruction": "Click the cell at H19 holding the value \"Lisbon\".", "bbox": [280, 542, 378, 564], "point": [329, 553], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [280, 542, 378, 564]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0131.png", "id": "pbs_0131", "instruction": "Start dragging the right edge of column G.", "bbox": [826, 97, 832, 118], "point": [829, 107], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [826, 97, 832, 118]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0132.png", "id": "pbs_0132", "instruction": "Find the entry \"TKT-11011\" and select its cell.", "bbox": [352, 583, 440, 601], "point": [396, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [352, 583, 440, 601]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0133.png", "id": "pbs_0133", "instruction": "Click the cell filled green.", "bbox": [670, 287, 768, 305], "point": [719, 296], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [670, 287, 768, 305]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0134.png", "id": "pbs_0134", "instruction": "Click the cell containing \"Rosa Kim\".", "bbox": [576, 669, 678, 688], "point": [627, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 669, 678, 688]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0135.png", "id": "pbs_0135", "instruction": "Click on the separator just below row 32.", "bbox": [0, 636, 40, 642], "point": [20, 639], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 636, 40, 642]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0136.png", "id": "pbs_0136", "instruction": "click the cell in the same column, 2 rows up from e8.", "bbox": [34, 251, 169, 270], "point": [102, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 251, 169, 270]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0137.png", "id": "pbs_0137", "instruction": "Choose the cell with value \"Toronto\".", "bbox": [120, 184, 237, 205], "point": [179, 195], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 184, 237, 205]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0138.png", "id": "pbs_0138", "instruction": "Click the column I header.", "bbox": [959, 104, 1008, 123], "point": [984, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [959, 104, 1008, 123]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0139.png", "id": "pbs_0139", "instruction": "Click the spreadsheet cell 1 row up from G27.", "bbox": [468, 282, 543, 301], "point": [506, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [468, 282, 543, 301]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0140.png", "id": "pbs_0140", "instruction": "Choose the cell shaded in green.", "bbox": [155, 316, 396, 336], "point": [276, 326], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 316, 396, 336]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0141.png", "id": "pbs_0141", "instruction": "Please click the blue column.", "bbox": [995, 159, 1008, 708], "point": [1002, 632], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [995, 159, 1008, 708]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0142.png", "id": "pbs_0142", "instruction": "Click the boundary that closes cell F34 on the right.", "bbox": [624, 397, 630, 420], "point": [627, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [624, 397, 630, 420]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0143.png", "id": "pbs_0143", "instruction": "Target the horizontal separator below A32.", "bbox": [36, 478, 125, 484], "point": [80, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 478, 125, 484]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0144.png", "id": "pbs_0144", "instruction": "Click cell G27.", "bbox": [664, 649, 813, 667], "point": [739, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 649, 813, 667]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0145.png", "id": "pbs_0145", "instruction": "Point to the cell 3 columns right, 3 rows up from D23.", "bbox": [450, 312, 569, 332], "point": [510, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 312, 569, 332]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0146.png", "id": "pbs_0146", "instruction": "Click the row number 7.", "bbox": [0, 277, 36, 298], "point": [18, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 277, 36, 298]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0147.png", "id": "pbs_0147", "instruction": "Click the column separator immediately to the right of I.", "bbox": [951, 116, 957, 137], "point": [954, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [951, 116, 957, 137]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0148.png", "id": "pbs_0148", "instruction": "Put the cursor in cell F13.", "bbox": [633, 377, 752, 398], "point": [693, 388], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [633, 377, 752, 398]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0149.png", "id": "pbs_0149", "instruction": "click on the cell at d24.", "bbox": [300, 371, 530, 394], "point": [415, 383], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [300, 371, 530, 394]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0150.png", "id": "pbs_0150", "instruction": "Click the cell with the orange fill.", "bbox": [133, 612, 217, 635], "point": [175, 624], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [133, 612, 217, 635]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0151.png", "id": "pbs_0151", "instruction": "Click the left gutter label 15.", "bbox": [0, 255, 39, 274], "point": [20, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 255, 39, 274]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0152.png", "id": "pbs_0152", "instruction": "Click the cell with content 'Diana Smith'.", "bbox": [291, 671, 444, 689], "point": [368, 680], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 671, 444, 689]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0153.png", "id": "pbs_0153", "instruction": "Click on the cell containing 'INV-4012'.", "bbox": [282, 402, 368, 420], "point": [325, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [282, 402, 368, 420]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0154.png", "id": "pbs_0154", "instruction": "Tap cell H8, content `Mary`.", "bbox": [703, 273, 788, 293], "point": [746, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [703, 273, 788, 293]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0155.png", "id": "pbs_0155", "instruction": "Choose cell B7.", "bbox": [124, 187, 241, 207], "point": [183, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 187, 241, 207]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0156.png", "id": "pbs_0156", "instruction": "Click the cell filled yellow.", "bbox": [30, 212, 262, 234], "point": [146, 223], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 212, 262, 234]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0157.png", "id": "pbs_0157", "instruction": "Target the column with the green background.", "bbox": [586, 138, 679, 498], "point": [633, 147], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 138, 679, 498]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0158.png", "id": "pbs_0158", "instruction": "cell E9 with content \"607-913-1903\"", "bbox": [416, 214, 530, 237], "point": [473, 226], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [416, 214, 530, 237]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0159.png", "id": "pbs_0159", "instruction": "Click the diagonal offset from D25: 2 columns left and 1 row down.", "bbox": [123, 497, 223, 515], "point": [173, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 497, 223, 515]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0160.png", "id": "pbs_0160", "instruction": "Click on the cell containing 38%.", "bbox": [110, 227, 193, 249], "point": [152, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [110, 227, 193, 249]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0161.png", "id": "pbs_0161", "instruction": "Zeige auf Zelle E6.", "bbox": [239, 129, 331, 152], "point": [285, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [239, 129, 331, 152]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0162.png", "id": "pbs_0162", "instruction": "Click on the orange cell.", "bbox": [334, 234, 479, 253], "point": [407, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [334, 234, 479, 253]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0163.png", "id": "pbs_0163", "instruction": "Click the cell shaded green.", "bbox": [37, 449, 163, 471], "point": [100, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 449, 163, 471]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0164.png", "id": "pbs_0164", "instruction": "Move to the row-height handle for row 21.", "bbox": [0, 391, 37, 397], "point": [18, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 391, 37, 397]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0165.png", "id": "pbs_0165", "instruction": "Target the column-letter cell A.", "bbox": [35, 0, 117, 21], "point": [76, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 0, 117, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0166.png", "id": "pbs_0166", "instruction": "Click the grid cell named E21.", "bbox": [395, 380, 532, 403], "point": [464, 392], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 380, 532, 403]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0167.png", "id": "pbs_0167", "instruction": "Where would you drag to resize column H?", "bbox": [944, 118, 950, 137], "point": [947, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [944, 118, 950, 137]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0168.png", "id": "pbs_0168", "instruction": "Click the cell painted green.", "bbox": [41, 235, 182, 254], "point": [112, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 235, 182, 254]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0169.png", "id": "pbs_0169", "instruction": "Starting at D3, move 1 column right and 1 row up.", "bbox": [597, 158, 698, 181], "point": [648, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 158, 698, 181]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0170.png", "id": "pbs_0170", "instruction": "Click cell D2 with content 5668.86.", "bbox": [316, 165, 391, 185], "point": [354, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 165, 391, 185]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0171.png", "id": "pbs_0171", "instruction": "Select the right side line of cell F16.", "bbox": [509, 152, 515, 173], "point": [512, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [509, 152, 515, 173]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0172.png", "id": "pbs_0172", "instruction": "Target cell C24.", "bbox": [38, 689, 143, 712], "point": [91, 701], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 689, 143, 712]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0173.png", "id": "pbs_0173", "instruction": "Place the selection on H16.", "bbox": [928, 262, 1008, 281], "point": [968, 272], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 262, 1008, 281]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0174.png", "id": "pbs_0174", "instruction": "Left-click cell C29.", "bbox": [255, 341, 447, 362], "point": [351, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 341, 447, 362]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0175.png", "id": "pbs_0175", "instruction": "Where would you drag to resize row 18?", "bbox": [0, 443, 37, 449], "point": [18, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 443, 37, 449]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0176.png", "id": "pbs_0176", "instruction": "From C28, go 1 column left, then 2 rows up.", "bbox": [161, 639, 236, 658], "point": [199, 649], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [161, 639, 236, 658]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0177.png", "id": "pbs_0177", "instruction": "set focus to e7.", "bbox": [302, 289, 448, 310], "point": [375, 300], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [302, 289, 448, 310]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0178.png", "id": "pbs_0178", "instruction": "Cell with content \"INV-34018\".", "bbox": [33, 620, 111, 642], "point": [72, 631], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 620, 111, 642]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0179.png", "id": "pbs_0179", "instruction": "Wähle Zelle E8 aus.", "bbox": [583, 295, 695, 316], "point": [639, 306], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [583, 295, 695, 316]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0180.png", "id": "pbs_0180", "instruction": "Click exactly on A11's lower-right grid corner.", "bbox": [130, 340, 136, 346], "point": [133, 343], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 340, 136, 346]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0181.png", "id": "pbs_0181", "instruction": "the line after column G", "bbox": [732, 0, 738, 19], "point": [735, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 0, 738, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0182.png", "id": "pbs_0182", "instruction": "Click on A8 where it says '473.409.5895'.", "bbox": [40, 285, 150, 306], "point": [95, 296], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 285, 150, 306]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0183.png", "id": "pbs_0183", "instruction": "Activate cell G7.", "bbox": [298, 170, 487, 189], "point": [393, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [298, 170, 487, 189]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0184.png", "id": "pbs_0184", "instruction": "Move the selection to G5.", "bbox": [370, 224, 445, 244], "point": [408, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [370, 224, 445, 244]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0185.png", "id": "pbs_0185", "instruction": "Click where the top and left borders of D8 meet.", "bbox": [311, 276, 317, 282], "point": [314, 279], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 276, 317, 282]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0186.png", "id": "pbs_0186", "instruction": "Target the cell labeled Diana.", "bbox": [414, 438, 504, 458], "point": [459, 448], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 438, 504, 458]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0187.png", "id": "pbs_0187", "instruction": "Put the cursor on the cell with `8940`.", "bbox": [706, 446, 779, 465], "point": [743, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 446, 779, 465]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0188.png", "id": "pbs_0188", "instruction": "Click the cell E18 in the spreadsheet.", "bbox": [570, 460, 659, 479], "point": [615, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [570, 460, 659, 479]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0189.png", "id": "pbs_0189", "instruction": "Click the orange cell.", "bbox": [342, 189, 454, 211], "point": [398, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 189, 454, 211]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0190.png", "id": "pbs_0190", "instruction": "the border between G21 and the cell below", "bbox": [756, 456, 836, 462], "point": [796, 459], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 456, 836, 462]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0191.png", "id": "pbs_0191", "instruction": "Click where you would make row 26 shorter.", "bbox": [0, 604, 39, 610], "point": [19, 607], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 604, 39, 610]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0192.png", "id": "pbs_0192", "instruction": "Click the right edge of cell D21.", "bbox": [474, 434, 480, 456], "point": [477, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [474, 434, 480, 456]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0193.png", "id": "pbs_0193", "instruction": "where is row 31's resize line?", "bbox": [0, 589, 39, 595], "point": [19, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 589, 39, 595]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0194.png", "id": "pbs_0194", "instruction": "Click where it says \"Laura\".", "bbox": [194, 562, 274, 580], "point": [234, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [194, 562, 274, 580]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0195.png", "id": "pbs_0195", "instruction": "target the row with the orange background.", "bbox": [36, 528, 416, 547], "point": [370, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 528, 416, 547]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0196.png", "id": "pbs_0196", "instruction": "Find the cell containing 'cwatanabe@outlook.com' and click it.", "bbox": [34, 313, 252, 330], "point": [143, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 313, 252, 330]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0197.png", "id": "pbs_0197", "instruction": "Starting at E34, move 3 columns right and 1 row up.", "bbox": [458, 547, 580, 568], "point": [519, 558], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [458, 547, 580, 568]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0198.png", "id": "pbs_0198", "instruction": "I need you to click the brown cell.", "bbox": [42, 504, 217, 524], "point": [130, 514], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 504, 217, 524]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0199.png", "id": "pbs_0199", "instruction": "column D right divider", "bbox": [207, 122, 213, 143], "point": [210, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 122, 213, 143]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0200.png", "id": "pbs_0200", "instruction": "Click the divider immediately after cell B27.", "bbox": [123, 422, 129, 439], "point": [126, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 422, 129, 439]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0201.png", "id": "pbs_0201", "instruction": "Select the cyan cell.", "bbox": [346, 390, 443, 412], "point": [395, 401], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [346, 390, 443, 412]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0202.png", "id": "pbs_0202", "instruction": "Click on the cell at D26.", "bbox": [320, 597, 405, 619], "point": [363, 608], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 597, 405, 619]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0203.png", "id": "pbs_0203", "instruction": "Point to the pink-filled cell.", "bbox": [495, 190, 644, 209], "point": [570, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 190, 644, 209]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0204.png", "id": "pbs_0204", "instruction": "Klicke auf die Zelle bei H12.", "bbox": [571, 365, 658, 388], "point": [615, 377], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [571, 365, 658, 388]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0205.png", "id": "pbs_0205", "instruction": "Target the lower-left cell boundary point for A10.", "bbox": [38, 303, 44, 309], "point": [41, 306], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 303, 44, 309]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0206.png", "id": "pbs_0206", "instruction": "Place the cursor on the resize handle for column L.", "bbox": [972, 0, 978, 19], "point": [975, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [972, 0, 978, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0207.png", "id": "pbs_0207", "instruction": "Click the cell highlighted in brown.", "bbox": [488, 320, 606, 337], "point": [547, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 320, 606, 337]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0208.png", "id": "pbs_0208", "instruction": "Target the line between C3 and the cell below it.", "bbox": [225, 200, 350, 206], "point": [287, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 200, 350, 206]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0209.png", "id": "pbs_0209", "instruction": "H17, then 1 column right and 2 rows down", "bbox": [763, 511, 847, 532], "point": [805, 522], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 511, 847, 532]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0210.png", "id": "pbs_0210", "instruction": "Activate cell I26.", "bbox": [590, 607, 711, 626], "point": [651, 617], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [590, 607, 711, 626]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0211.png", "id": "pbs_0211", "instruction": "Can you click cell I14? It contains `Design`.", "bbox": [799, 114, 903, 136], "point": [851, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [799, 114, 903, 136]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0212.png", "id": "pbs_0212", "instruction": "Grab the column G width divider.", "bbox": [597, 108, 603, 127], "point": [600, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 108, 603, 127]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0213.png", "id": "pbs_0213", "instruction": "Click the thin vertical separator following column H.", "bbox": [830, 120, 836, 141], "point": [833, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [830, 120, 836, 141]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0214.png", "id": "pbs_0214", "instruction": "Move to the southeast corner of cell F24.", "bbox": [689, 440, 695, 446], "point": [692, 443], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [689, 440, 695, 446]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0215.png", "id": "pbs_0215", "instruction": "Click the grid cell named G19.", "bbox": [424, 322, 520, 340], "point": [472, 331], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [424, 322, 520, 340]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0216.png", "id": "pbs_0216", "instruction": "Klicke Zelle E25 an.", "bbox": [340, 669, 461, 690], "point": [401, 680], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [340, 669, 461, 690]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0217.png", "id": "pbs_0217", "instruction": "Click on cell G23.", "bbox": [400, 598, 632, 621], "point": [516, 610], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [400, 598, 632, 621]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0218.png", "id": "pbs_0218", "instruction": "J16 upper-left corner", "bbox": [431, 215, 437, 221], "point": [434, 218], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [431, 215, 437, 221]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0219.png", "id": "pbs_0219", "instruction": "Navigate to cell G23.", "bbox": [885, 395, 994, 414], "point": [940, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 395, 994, 414]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0220.png", "id": "pbs_0220", "instruction": "Resize column F from its right edge.", "bbox": [800, 122, 806, 143], "point": [803, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [800, 122, 806, 143]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0221.png", "id": "pbs_0221", "instruction": "Point to the 12 header on the left.", "bbox": [0, 332, 34, 350], "point": [17, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 332, 34, 350]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0222.png", "id": "pbs_0222", "instruction": "Single-click cell H19.", "bbox": [885, 403, 1008, 426], "point": [947, 415], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 403, 1008, 426]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0223.png", "id": "pbs_0223", "instruction": "Choose the row header labeled 30.", "bbox": [0, 666, 35, 683], "point": [18, 675], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 666, 35, 683]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0224.png", "id": "pbs_0224", "instruction": "Point to the right-hand grid boundary for I16.", "bbox": [870, 367, 876, 389], "point": [873, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [870, 367, 876, 389]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0225.png", "id": "pbs_0225", "instruction": "Go 2 rows down from H23.", "bbox": [504, 339, 619, 358], "point": [562, 349], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [504, 339, 619, 358]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0226.png", "id": "pbs_0226", "instruction": "Click whichever cell is blue.", "bbox": [183, 282, 276, 303], "point": [230, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [183, 282, 276, 303]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0227.png", "id": "pbs_0227", "instruction": "Click the top gutter label J.", "bbox": [774, 65, 837, 86], "point": [806, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [774, 65, 837, 86]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0228.png", "id": "pbs_0228", "instruction": "Point at the right gridline of E14.", "bbox": [506, 260, 512, 283], "point": [509, 271], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [506, 260, 512, 283]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0229.png", "id": "pbs_0229", "instruction": "Click on the cell containing 'quinn.hassan@mail.de'.", "bbox": [33, 136, 271, 154], "point": [152, 145], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 136, 271, 154]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0230.png", "id": "pbs_0230", "instruction": "Click on cell A15.", "bbox": [33, 360, 158, 379], "point": [96, 370], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 360, 158, 379]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0231.png", "id": "pbs_0231", "instruction": "Left-click cell E34.", "bbox": [545, 641, 679, 662], "point": [612, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [545, 641, 679, 662]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0232.png", "id": "pbs_0232", "instruction": "Click where it says \"2352\".", "bbox": [197, 614, 276, 635], "point": [237, 625], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [197, 614, 276, 635]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0233.png", "id": "pbs_0233", "instruction": "Can you select cell B29?", "bbox": [153, 637, 274, 654], "point": [214, 646], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 637, 274, 654]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0234.png", "id": "pbs_0234", "instruction": "Click exactly on the right-hand border of E25.", "bbox": [598, 649, 604, 669], "point": [601, 659], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [598, 649, 604, 669]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0235.png", "id": "pbs_0235", "instruction": "Resize row 6 from its bottom edge.", "bbox": [0, 292, 40, 298], "point": [20, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 292, 40, 298]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0236.png", "id": "pbs_0236", "instruction": "Click the letter I above the sheet cells.", "bbox": [873, 0, 936, 19], "point": [905, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [873, 0, 936, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0237.png", "id": "pbs_0237", "instruction": "Click the header of column B.", "bbox": [130, 0, 220, 19], "point": [175, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 0, 220, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0238.png", "id": "pbs_0238", "instruction": "Select cell G20 (\"Jorge\").", "bbox": [521, 361, 616, 382], "point": [569, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [521, 361, 616, 382]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0239.png", "id": "pbs_0239", "instruction": "Point to E2, where the value is 'Ahmed'.", "bbox": [386, 148, 461, 167], "point": [424, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 148, 461, 167]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0240.png", "id": "pbs_0240", "instruction": "Move to the northeast corner of cell F38.", "bbox": [301, 359, 307, 365], "point": [304, 362], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [301, 359, 307, 365]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0241.png", "id": "pbs_0241", "instruction": "click on the cell containing '9098'.", "bbox": [136, 139, 235, 160], "point": [186, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 139, 235, 160]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0242.png", "id": "pbs_0242", "instruction": "Point to the green-filled cell.", "bbox": [935, 437, 1008, 457], "point": [972, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [935, 437, 1008, 457]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0243.png", "id": "pbs_0243", "instruction": "Anchor at F5; click 3 columns left plus 2 rows down.", "bbox": [171, 172, 287, 190], "point": [229, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [171, 172, 287, 190]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0244.png", "id": "pbs_0244", "instruction": "Click the header of column H.", "bbox": [725, 117, 804, 136], "point": [765, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [725, 117, 804, 136]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0245.png", "id": "pbs_0245", "instruction": "Click the header of row 25.", "bbox": [0, 283, 39, 300], "point": [20, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 283, 39, 300]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0246.png", "id": "pbs_0246", "instruction": "Click B14, the cell with \"In Progress\".", "bbox": [116, 408, 206, 428], "point": [161, 418], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 408, 206, 428]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0247.png", "id": "pbs_0247", "instruction": "Select the cell offset from G11 by 1 column left and 2 rows down.", "bbox": [246, 400, 418, 421], "point": [332, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 400, 418, 421]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0248.png", "id": "pbs_0248", "instruction": "Inhalt '68%'", "bbox": [833, 241, 915, 263], "point": [874, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [833, 241, 915, 263]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0249.png", "id": "pbs_0249", "instruction": "Click the cell that reads Alice.", "bbox": [695, 184, 777, 201], "point": [736, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [695, 184, 777, 201]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0250.png", "id": "pbs_0250", "instruction": "Start dragging the right edge of column J.", "bbox": [687, 126, 693, 147], "point": [690, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 126, 693, 147]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0251.png", "id": "pbs_0251", "instruction": "Click E3, the cell with \"SKU-68527\".", "bbox": [418, 139, 505, 157], "point": [462, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [418, 139, 505, 157]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0252.png", "id": "pbs_0252", "instruction": "Click cell B20.", "bbox": [129, 158, 224, 180], "point": [177, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 158, 224, 180]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0253.png", "id": "pbs_0253", "instruction": "Select cell D19 (imartinez@icloud.com).", "bbox": [32, 483, 210, 503], "point": [121, 493], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 483, 210, 503]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0254.png", "id": "pbs_0254", "instruction": "Click the row filled pink.", "bbox": [37, 189, 756, 210], "point": [689, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 189, 756, 210]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0255.png", "id": "pbs_0255", "instruction": "Click the visible cell value `Australia`.", "bbox": [217, 558, 312, 581], "point": [265, 570], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [217, 558, 312, 581]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0256.png", "id": "pbs_0256", "instruction": "Place the selection on E4.", "bbox": [427, 94, 546, 117], "point": [487, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 94, 546, 117]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0257.png", "id": "pbs_0257", "instruction": "find the blue row and click it.", "bbox": [33, 298, 458, 317], "point": [82, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 298, 458, 317]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0258.png", "id": "pbs_0258", "instruction": "Click the vertical line at the right edge of column G.", "bbox": [507, 110, 513, 129], "point": [510, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [507, 110, 513, 129]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0259.png", "id": "pbs_0259", "instruction": "Where would you drag to resize column F?", "bbox": [626, 132, 632, 153], "point": [629, 142], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [626, 132, 632, 153]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0260.png", "id": "pbs_0260", "instruction": "Click the column label F.", "bbox": [565, 0, 724, 19], "point": [645, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [565, 0, 724, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0261.png", "id": "pbs_0261", "instruction": "Click the right border of column F.", "bbox": [677, 115, 683, 134], "point": [680, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 115, 683, 134]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0262.png", "id": "pbs_0262", "instruction": "Move to the northeast corner of cell G22.", "bbox": [442, 629, 448, 635], "point": [445, 632], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [442, 629, 448, 635]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0263.png", "id": "pbs_0263", "instruction": "spreadsheet cell e22.", "bbox": [234, 353, 319, 372], "point": [277, 363], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [234, 353, 319, 372]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0264.png", "id": "pbs_0264", "instruction": "Where is the top-right corner of E15?", "bbox": [228, 334, 234, 340], "point": [231, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [228, 334, 234, 340]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0265.png", "id": "pbs_0265", "instruction": "Click the cell in the same column, 3 rows up from F31.", "bbox": [633, 110, 731, 129], "point": [682, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [633, 110, 731, 129]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0266.png", "id": "pbs_0266", "instruction": "Click the vertical border on the right side of I9.", "bbox": [604, 281, 610, 299], "point": [607, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [604, 281, 610, 299]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0267.png", "id": "pbs_0267", "instruction": "row 20 bottom divider", "bbox": [0, 259, 39, 265], "point": [19, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 259, 39, 265]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0268.png", "id": "pbs_0268", "instruction": "Resize column D from its right edge.", "bbox": [494, 80, 500, 99], "point": [497, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [494, 80, 500, 99]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0269.png", "id": "pbs_0269", "instruction": "Click where D2 meets the next cell to the right.", "bbox": [212, 157, 218, 174], "point": [215, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 157, 218, 174]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0270.png", "id": "pbs_0270", "instruction": "target: D21", "bbox": [349, 364, 441, 385], "point": [395, 375], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 364, 441, 385]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0271.png", "id": "pbs_0271", "instruction": "Click the cell that says \"SKU-74753\".", "bbox": [404, 315, 482, 333], "point": [443, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 315, 482, 333]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0272.png", "id": "pbs_0272", "instruction": "Point to the draggable divider for column L.", "bbox": [755, 85, 761, 104], "point": [758, 94], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [755, 85, 761, 104]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0273.png", "id": "pbs_0273", "instruction": "Move horizontally 1 column left from E15, then vertically 3 rows up.", "bbox": [111, 313, 209, 330], "point": [160, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [111, 313, 209, 330]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0274.png", "id": "pbs_0274", "instruction": "Starting at D27, move 4 rows up and click that cell.", "bbox": [136, 216, 282, 234], "point": [209, 225], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 216, 282, 234]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0275.png", "id": "pbs_0275", "instruction": "Click the thin horizontal separator below row 8.", "bbox": [0, 320, 37, 326], "point": [18, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 320, 37, 326]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0276.png", "id": "pbs_0276", "instruction": "Click the cell that says 'TKT-39244'.", "bbox": [342, 332, 434, 355], "point": [388, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 332, 434, 355]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0277.png", "id": "pbs_0277", "instruction": "Select cell E17.", "bbox": [415, 435, 497, 453], "point": [456, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [415, 435, 497, 453]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0278.png", "id": "pbs_0278", "instruction": "Can you click the cell that has 'malik.santos@yahoo.com' in it?", "bbox": [414, 449, 650, 467], "point": [532, 458], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 449, 650, 467]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0279.png", "id": "pbs_0279", "instruction": "Point to the cell that contains `SKU-47492`.", "bbox": [131, 674, 216, 695], "point": [174, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [131, 674, 216, 695]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0280.png", "id": "pbs_0280", "instruction": "Place the cursor on the right boundary of C25.", "bbox": [426, 657, 432, 678], "point": [429, 667], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 657, 432, 678]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0281.png", "id": "pbs_0281", "instruction": "Place the cursor on C27's bottom-left grid intersection.", "bbox": [227, 128, 233, 134], "point": [230, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 128, 233, 134]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0282.png", "id": "pbs_0282", "instruction": "Select cell G24 with the value \"GridCloud\".", "bbox": [33, 283, 144, 302], "point": [89, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 283, 144, 302]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0283.png", "id": "pbs_0283", "instruction": "click the top-of-grid j label.", "bbox": [834, 75, 897, 94], "point": [866, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 75, 897, 94]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0284.png", "id": "pbs_0284", "instruction": "Please click the cell containing \"amuller@corp.io\".", "bbox": [38, 274, 187, 294], "point": [113, 284], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 274, 187, 294]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0285.png", "id": "pbs_0285", "instruction": "Highlight row 12 by clicking its number.", "bbox": [0, 277, 29, 299], "point": [15, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 277, 29, 299]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0286.png", "id": "pbs_0286", "instruction": "Target the corner at the lower-left of cell G14.", "bbox": [330, 279, 336, 285], "point": [333, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [330, 279, 336, 285]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0287.png", "id": "pbs_0287", "instruction": "Move the selection to A16.", "bbox": [40, 313, 137, 333], "point": [89, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 313, 137, 333]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0288.png", "id": "pbs_0288", "instruction": "Point to cell D22.", "bbox": [297, 629, 391, 651], "point": [344, 640], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 629, 391, 651]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0289.png", "id": "pbs_0289", "instruction": "Click the top-left corner of cell D3.", "bbox": [123, 152, 129, 158], "point": [126, 155], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 152, 129, 158]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0290.png", "id": "pbs_0290", "instruction": "Point to the cell 4 rows up from H30.", "bbox": [572, 197, 657, 218], "point": [615, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 197, 657, 218]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0291.png", "id": "pbs_0291", "instruction": "Click the grid intersection at the lower-left of E4.", "bbox": [258, 112, 264, 118], "point": [261, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [258, 112, 264, 118]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0292.png", "id": "pbs_0292", "instruction": "Point to the bottom-right vertex of C20.", "bbox": [402, 501, 408, 507], "point": [405, 504], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [402, 501, 408, 507]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0293.png", "id": "pbs_0293", "instruction": "starting on c25, count 3 columns right and 2 rows up.", "bbox": [572, 201, 663, 224], "point": [618, 213], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 201, 663, 224]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0294.png", "id": "pbs_0294", "instruction": "Target the boundary between row 26 and the next row.", "bbox": [0, 547, 38, 553], "point": [19, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 547, 38, 553]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0295.png", "id": "pbs_0295", "instruction": "Can you select column D?", "bbox": [230, 0, 300, 21], "point": [265, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 0, 300, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0296.png", "id": "pbs_0296", "instruction": "Select the corner at the bottom-left of cell D18.", "bbox": [32, 156, 38, 162], "point": [35, 159], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 156, 38, 162]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0297.png", "id": "pbs_0297", "instruction": "Click the gridline along J19's bottom side.", "bbox": [946, 554, 1008, 560], "point": [977, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [946, 554, 1008, 560]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0298.png", "id": "pbs_0298", "instruction": "Single-click cell G35.", "bbox": [489, 417, 564, 440], "point": [527, 429], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [489, 417, 564, 440]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0299.png", "id": "pbs_0299", "instruction": "Click the cell in the same column, 3 rows up from A7.", "bbox": [36, 146, 159, 164], "point": [98, 155], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 146, 159, 164]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0300.png", "id": "pbs_0300", "instruction": "Click the cell painted pink.", "bbox": [176, 447, 271, 468], "point": [224, 458], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 447, 271, 468]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0301.png", "id": "pbs_0301", "instruction": "the line below row 4", "bbox": [0, 233, 38, 239], "point": [19, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 233, 38, 239]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0302.png", "id": "pbs_0302", "instruction": "Select cell F25 (`Office Chair`).", "bbox": [437, 196, 578, 217], "point": [508, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [437, 196, 578, 217]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0303.png", "id": "pbs_0303", "instruction": "Click row header 8.", "bbox": [0, 190, 30, 213], "point": [15, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 190, 30, 213]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0304.png", "id": "pbs_0304", "instruction": "Click the grid intersection at the upper-right of C12.", "bbox": [382, 153, 388, 159], "point": [385, 156], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [382, 153, 388, 159]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0305.png", "id": "pbs_0305", "instruction": "In the spreadsheet, click cell F13 containing Singapore.", "bbox": [754, 236, 866, 253], "point": [810, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [754, 236, 866, 253]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0306.png", "id": "pbs_0306", "instruction": "Zelle F9", "bbox": [545, 245, 637, 265], "point": [591, 255], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [545, 245, 637, 265]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0307.png", "id": "pbs_0307", "instruction": "Click on cell B26 containing `8030.56`.", "bbox": [39, 689, 123, 711], "point": [81, 700], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 689, 123, 711]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0308.png", "id": "pbs_0308", "instruction": "Point to the right-hand grid boundary for F15.", "bbox": [644, 362, 650, 381], "point": [647, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [644, 362, 650, 381]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0309.png", "id": "pbs_0309", "instruction": "Point to C10, where the value is Lukas Smith.", "bbox": [247, 370, 377, 393], "point": [312, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 370, 377, 393]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0310.png", "id": "pbs_0310", "instruction": "bottom edge of D3", "bbox": [30, 87, 141, 93], "point": [85, 90], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 87, 141, 93]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0311.png", "id": "pbs_0311", "instruction": "Point to F14, where the value is '(213) 866-1323'.", "bbox": [133, 379, 264, 399], "point": [199, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [133, 379, 264, 399]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0312.png", "id": "pbs_0312", "instruction": "Can you click the cell that has `flee@yahoo.com` in it?", "bbox": [270, 223, 486, 246], "point": [378, 235], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 223, 486, 246]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0313.png", "id": "pbs_0313", "instruction": "Move to the row-height handle for row 6.", "bbox": [0, 260, 40, 266], "point": [20, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 260, 40, 266]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0314.png", "id": "pbs_0314", "instruction": "Click the vertical rule at the end of H8.", "bbox": [396, 193, 402, 216], "point": [399, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [396, 193, 402, 216]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0315.png", "id": "pbs_0315", "instruction": "Which cell is 1 row down from F3?", "bbox": [495, 161, 588, 184], "point": [542, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 161, 588, 184]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0316.png", "id": "pbs_0316", "instruction": "Click cell G11 with content 'StreamLine'.", "bbox": [344, 325, 474, 345], "point": [409, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [344, 325, 474, 345]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0317.png", "id": "pbs_0317", "instruction": "Where do you land from F10 after moving 1 column right and 1 row up?", "bbox": [237, 292, 369, 310], "point": [303, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 292, 369, 310]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0318.png", "id": "pbs_0318", "instruction": "Click any cell in the green column.", "bbox": [153, 140, 232, 643], "point": [193, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 140, 232, 643]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0319.png", "id": "pbs_0319", "instruction": "Click on G41 where it says \"IT\".", "bbox": [505, 538, 608, 559], "point": [557, 549], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [505, 538, 608, 559]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0320.png", "id": "pbs_0320", "instruction": "Click the cell B41 in the spreadsheet.", "bbox": [152, 529, 248, 551], "point": [200, 540], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [152, 529, 248, 551]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0321.png", "id": "pbs_0321", "instruction": "Find the entry 'tgarcia@protonmail.com' and select its cell.", "bbox": [30, 390, 258, 413], "point": [144, 402], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 390, 258, 413]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0322.png", "id": "pbs_0322", "instruction": "Target the line between G14 and the cell below it.", "bbox": [511, 420, 589, 426], "point": [550, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [511, 420, 589, 426]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0323.png", "id": "pbs_0323", "instruction": "Click C20, value `8925.06`.", "bbox": [312, 337, 409, 355], "point": [361, 346], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [312, 337, 409, 355]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0324.png", "id": "pbs_0324", "instruction": "Select the red cell.", "bbox": [158, 413, 231, 431], "point": [195, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 413, 231, 431]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0325.png", "id": "pbs_0325", "instruction": "Navigate to cell E39.", "bbox": [426, 523, 523, 542], "point": [475, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 523, 523, 542]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0326.png", "id": "pbs_0326", "instruction": "Select the B column via its header.", "bbox": [35, 112, 147, 131], "point": [91, 122], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 112, 147, 131]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0327.png", "id": "pbs_0327", "instruction": "Click the corner where G24 begins.", "bbox": [527, 554, 533, 560], "point": [530, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 554, 533, 560]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0328.png", "id": "pbs_0328", "instruction": "click b14, the cell with `streamline`.", "bbox": [124, 317, 224, 334], "point": [174, 326], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 317, 224, 334]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0329.png", "id": "pbs_0329", "instruction": "Find the entry \"DevHub\" and select its cell.", "bbox": [606, 481, 704, 502], "point": [655, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [606, 481, 704, 502]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0330.png", "id": "pbs_0330", "instruction": "Click the cell painted red.", "bbox": [252, 503, 412, 523], "point": [332, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [252, 503, 412, 523]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0331.png", "id": "pbs_0331", "instruction": "Where is the header for row 10?", "bbox": [0, 298, 37, 317], "point": [19, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 298, 37, 317]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0332.png", "id": "pbs_0332", "instruction": "Click anywhere in the blue column.", "bbox": [36, 46, 113, 645], "point": [75, 562], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 46, 113, 645]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0333.png", "id": "pbs_0333", "instruction": "Click where you would make row 31 taller.", "bbox": [0, 529, 30, 535], "point": [15, 532], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 529, 30, 535]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0334.png", "id": "pbs_0334", "instruction": "Select cell D18 (`In Progress`).", "bbox": [151, 558, 252, 581], "point": [202, 570], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [151, 558, 252, 581]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0335.png", "id": "pbs_0335", "instruction": "Select cell D17.", "bbox": [218, 420, 298, 438], "point": [258, 429], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [218, 420, 298, 438]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0336.png", "id": "pbs_0336", "instruction": "point at the line separating row 4 from the row below.", "bbox": [0, 76, 40, 82], "point": [20, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 76, 40, 82]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0337.png", "id": "pbs_0337", "instruction": "Click the spreadsheet cell 2 rows down from G14.", "bbox": [841, 240, 933, 259], "point": [887, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 240, 933, 259]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0338.png", "id": "pbs_0338", "instruction": "Click on the letter J at the top of the grid.", "bbox": [773, 115, 852, 134], "point": [813, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [773, 115, 852, 134]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0339.png", "id": "pbs_0339", "instruction": "Jump to cell J13.", "bbox": [269, 321, 417, 339], "point": [343, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [269, 321, 417, 339]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0340.png", "id": "pbs_0340", "instruction": "Click cell A24, which contains 919.540.6329.", "bbox": [35, 459, 150, 477], "point": [93, 468], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 459, 150, 477]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0341.png", "id": "pbs_0341", "instruction": "Click the spreadsheet cell 2 rows down from H13.", "bbox": [229, 426, 325, 447], "point": [277, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 426, 325, 447]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0342.png", "id": "pbs_0342", "instruction": "Click the spreadsheet cell that is 3 columns left and 3 rows down from G16.", "bbox": [323, 557, 409, 580], "point": [366, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [323, 557, 409, 580]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0343.png", "id": "pbs_0343", "instruction": "Choose the \"7772.29\" cell at H16.", "bbox": [884, 508, 970, 531], "point": [927, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [884, 508, 970, 531]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0344.png", "id": "pbs_0344", "instruction": "Click the boundary that closes cell D21 on the right.", "bbox": [464, 347, 470, 364], "point": [467, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [464, 347, 470, 364]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0345.png", "id": "pbs_0345", "instruction": "Click cell C17.", "bbox": [41, 340, 139, 359], "point": [90, 350], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 340, 139, 359]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0346.png", "id": "pbs_0346", "instruction": "Click the column shaded blue.", "bbox": [161, 117, 268, 410], "point": [215, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [161, 117, 268, 410]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0347.png", "id": "pbs_0347", "instruction": "In the sheet, click cell G12.", "bbox": [710, 251, 793, 271], "point": [752, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 251, 793, 271]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0348.png", "id": "pbs_0348", "instruction": "Point to the cell 3 columns right, 1 row down from E3.", "bbox": [803, 164, 887, 182], "point": [845, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [803, 164, 887, 182]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0349.png", "id": "pbs_0349", "instruction": "Click where G6 meets the next cell to the right.", "bbox": [548, 201, 554, 221], "point": [551, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [548, 201, 554, 221]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0350.png", "id": "pbs_0350", "instruction": "Select the cell at G29 with displayed value \"2023-12-04\".", "bbox": [678, 582, 784, 601], "point": [731, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [678, 582, 784, 601]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0351.png", "id": "pbs_0351", "instruction": "Click the cell filled blue.", "bbox": [338, 674, 535, 697], "point": [437, 686], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 674, 535, 697]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0352.png", "id": "pbs_0352", "instruction": "Make B2 the active cell.", "bbox": [39, 162, 138, 184], "point": [89, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 162, 138, 184]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0353.png", "id": "pbs_0353", "instruction": "Where is row 21's resize line?", "bbox": [0, 588, 36, 594], "point": [18, 591], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 588, 36, 594]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0354.png", "id": "pbs_0354", "instruction": "Choose cell F7.", "bbox": [469, 140, 577, 159], "point": [523, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [469, 140, 577, 159]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0355.png", "id": "pbs_0355", "instruction": "target the boundary between row 21 and the next row.", "bbox": [0, 436, 37, 442], "point": [18, 439], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 436, 37, 442]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0356.png", "id": "pbs_0356", "instruction": "Find the entry \"8393514490\" and select its cell.", "bbox": [806, 452, 908, 475], "point": [857, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [806, 452, 908, 475]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0357.png", "id": "pbs_0357", "instruction": "Place the cursor on the resize handle for row 22.", "bbox": [0, 457, 40, 463], "point": [20, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 457, 40, 463]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0358.png", "id": "pbs_0358", "instruction": "Single-click cell E16.", "bbox": [129, 433, 225, 452], "point": [177, 443], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 433, 225, 452]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0359.png", "id": "pbs_0359", "instruction": "Use E37 as the anchor and click 2 rows down.", "bbox": [214, 522, 331, 545], "point": [273, 534], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [214, 522, 331, 545]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0360.png", "id": "pbs_0360", "instruction": "Aktiviere Zelle D28.", "bbox": [304, 309, 420, 330], "point": [362, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [304, 309, 420, 330]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0361.png", "id": "pbs_0361", "instruction": "Find the brown column and click it.", "bbox": [349, 116, 519, 644], "point": [434, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 116, 519, 644]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0362.png", "id": "pbs_0362", "instruction": "Click G7, the cell with `Cancelled`.", "bbox": [817, 271, 921, 294], "point": [869, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [817, 271, 921, 294]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0363.png", "id": "pbs_0363", "instruction": "the line below row 2", "bbox": [0, 176, 35, 182], "point": [17, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 176, 35, 182]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0364.png", "id": "pbs_0364", "instruction": "Starting at F23, move 1 column right and 2 rows up.", "bbox": [694, 353, 776, 372], "point": [735, 363], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [694, 353, 776, 372]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0365.png", "id": "pbs_0365", "instruction": "the green row", "bbox": [35, 438, 614, 460], "point": [184, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 438, 614, 460]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0366.png", "id": "pbs_0366", "instruction": "Click on the separator just after column J.", "bbox": [845, 124, 851, 145], "point": [848, 134], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [845, 124, 851, 145]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0367.png", "id": "pbs_0367", "instruction": "Select the highlighted yellow column.", "bbox": [155, 166, 252, 605], "point": [204, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 166, 252, 605]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0368.png", "id": "pbs_0368", "instruction": "Click the row-header boundary below 14.", "bbox": [0, 391, 37, 397], "point": [18, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 391, 37, 397]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0369.png", "id": "pbs_0369", "instruction": "the line below row 9", "bbox": [0, 279, 34, 285], "point": [17, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 279, 34, 285]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0370.png", "id": "pbs_0370", "instruction": "Make A17 the active cell.", "bbox": [39, 253, 167, 276], "point": [103, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 253, 167, 276]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0371.png", "id": "pbs_0371", "instruction": "Tap cell B6.", "bbox": [188, 272, 291, 295], "point": [240, 284], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [188, 272, 291, 295]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0372.png", "id": "pbs_0372", "instruction": "Click the target cell located 3 rows down from A24.", "bbox": [42, 399, 180, 417], "point": [111, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 399, 180, 417]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0373.png", "id": "pbs_0373", "instruction": "Gehe zu Zelle B11.", "bbox": [120, 364, 225, 387], "point": [173, 376], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 364, 225, 387]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0374.png", "id": "pbs_0374", "instruction": "Click the divider below row 28.", "bbox": [0, 674, 38, 680], "point": [19, 677], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 674, 38, 680]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0375.png", "id": "pbs_0375", "instruction": "Click on the cell at F26.", "bbox": [603, 456, 756, 477], "point": [680, 467], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 456, 756, 477]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0376.png", "id": "pbs_0376", "instruction": "Select cell C3 with the value 'Design'.", "bbox": [318, 179, 409, 202], "point": [364, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [318, 179, 409, 202]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0377.png", "id": "pbs_0377", "instruction": "D12, then 1 column right and 3 rows up", "bbox": [437, 231, 517, 254], "point": [477, 243], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [437, 231, 517, 254]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0378.png", "id": "pbs_0378", "instruction": "Click the line just to the right of E12.", "bbox": [487, 243, 493, 261], "point": [490, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 243, 493, 261]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0379.png", "id": "pbs_0379", "instruction": "Left-click cell E4.", "bbox": [423, 177, 513, 195], "point": [468, 186], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [423, 177, 513, 195]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0380.png", "id": "pbs_0380", "instruction": "Point at the bottom gridline of E18.", "bbox": [380, 536, 468, 542], "point": [424, 539], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 536, 468, 542]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0381.png", "id": "pbs_0381", "instruction": "Click the cell G17 in the spreadsheet.", "bbox": [293, 464, 375, 484], "point": [334, 474], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 464, 375, 484]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0382.png", "id": "pbs_0382", "instruction": "Mach F23 zur aktiven Zelle.", "bbox": [116, 396, 216, 417], "point": [166, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 396, 216, 417]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0383.png", "id": "pbs_0383", "instruction": "Find the pink cell and click it.", "bbox": [37, 478, 161, 500], "point": [99, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 478, 161, 500]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0384.png", "id": "pbs_0384", "instruction": "Point to the bottom-right vertex of D24.", "bbox": [470, 656, 476, 662], "point": [473, 659], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [470, 656, 476, 662]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0385.png", "id": "pbs_0385", "instruction": "Point to the draggable divider for column C.", "bbox": [414, 117, 420, 136], "point": [417, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 117, 420, 136]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0386.png", "id": "pbs_0386", "instruction": "Target the lower-right cell boundary point for H11.", "bbox": [749, 283, 755, 289], "point": [752, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [749, 283, 755, 289]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0387.png", "id": "pbs_0387", "instruction": "Find the entry '1995' and select its cell.", "bbox": [180, 160, 256, 179], "point": [218, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [180, 160, 256, 179]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0388.png", "id": "pbs_0388", "instruction": "Click where you would make column O wider.", "bbox": [911, 108, 917, 127], "point": [914, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [911, 108, 917, 127]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0389.png", "id": "pbs_0389", "instruction": "Klicke auf die Zelle mit dem Wert \"fiona.johnson@icloud.com\".", "bbox": [527, 455, 735, 473], "point": [631, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 455, 735, 473]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0390.png", "id": "pbs_0390", "instruction": "Click the cell reached by moving left 2 columns and up 3 rows from E30.", "bbox": [36, 240, 164, 259], "point": [100, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 240, 164, 259]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0391.png", "id": "pbs_0391", "instruction": "Can you select column G?", "bbox": [498, 0, 577, 19], "point": [538, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [498, 0, 577, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0392.png", "id": "pbs_0392", "instruction": "Klicke die eindeutige Zelle mit 676.719.8405.", "bbox": [395, 429, 512, 451], "point": [454, 440], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 429, 512, 451]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0393.png", "id": "pbs_0393", "instruction": "Target the line between G14 and the cell to its right.", "bbox": [772, 22, 778, 45], "point": [775, 33], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [772, 22, 778, 45]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0394.png", "id": "pbs_0394", "instruction": "the line below row 26", "bbox": [0, 263, 32, 269], "point": [16, 266], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 263, 32, 269]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0395.png", "id": "pbs_0395", "instruction": "Select the corner at the bottom-right of cell B24.", "bbox": [237, 595, 243, 601], "point": [240, 598], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 595, 243, 601]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0396.png", "id": "pbs_0396", "instruction": "Set focus to D14.", "bbox": [279, 321, 439, 343], "point": [359, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 321, 439, 343]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0397.png", "id": "pbs_0397", "instruction": "Click where F15 meets the cell below it.", "bbox": [375, 316, 496, 322], "point": [435, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [375, 316, 496, 322]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0398.png", "id": "pbs_0398", "instruction": "Click the thin horizontal separator below row 20.", "bbox": [0, 384, 37, 390], "point": [18, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 384, 37, 390]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0399.png", "id": "pbs_0399", "instruction": "row 37 height handle", "bbox": [0, 625, 34, 631], "point": [17, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 625, 34, 631]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0400.png", "id": "pbs_0400", "instruction": "A20 right gridline", "bbox": [116, 292, 122, 311], "point": [119, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 292, 122, 311]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0401.png", "id": "pbs_0401", "instruction": "cell 4 rows down of I19", "bbox": [600, 446, 696, 464], "point": [648, 455], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [600, 446, 696, 464]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0402.png", "id": "pbs_0402", "instruction": "click the line just to the right of e8.", "bbox": [500, 159, 506, 176], "point": [503, 167], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 159, 506, 176]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0403.png", "id": "pbs_0403", "instruction": "Jump to cell A10.", "bbox": [36, 156, 247, 175], "point": [142, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 156, 247, 175]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0404.png", "id": "pbs_0404", "instruction": "Click the grid cell named A20.", "bbox": [35, 496, 145, 516], "point": [90, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 496, 145, 516]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0405.png", "id": "pbs_0405", "instruction": "Point to cell F17.", "bbox": [420, 320, 516, 339], "point": [468, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 320, 516, 339]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0406.png", "id": "pbs_0406", "instruction": "Click the header boundary on the right side of I.", "bbox": [722, 113, 728, 134], "point": [725, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [722, 113, 728, 134]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0407.png", "id": "pbs_0407", "instruction": "Click the row separator immediately below 31.", "bbox": [0, 667, 36, 673], "point": [18, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 667, 36, 673]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0408.png", "id": "pbs_0408", "instruction": "Point at B11's lower-left vertex.", "bbox": [120, 280, 126, 286], "point": [123, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 280, 126, 286]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0409.png", "id": "pbs_0409", "instruction": "Select the corner at the bottom-left of cell B24.", "bbox": [31, 696, 37, 702], "point": [34, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 696, 37, 702]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0410.png", "id": "pbs_0410", "instruction": "Click the column shaded red.", "bbox": [404, 139, 499, 483], "point": [452, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 139, 499, 483]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0411.png", "id": "pbs_0411", "instruction": "Click the cell 2 rows down from H12.", "bbox": [339, 334, 449, 353], "point": [394, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [339, 334, 449, 353]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0412.png", "id": "pbs_0412", "instruction": "Click the vertical line at the right edge of column D.", "bbox": [324, 0, 330, 19], "point": [327, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 0, 330, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0413.png", "id": "pbs_0413", "instruction": "Klicke einmal auf E21.", "bbox": [499, 416, 602, 437], "point": [551, 427], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 416, 602, 437]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0414.png", "id": "pbs_0414", "instruction": "Click the result of moving from H15: 3 columns left, 2 rows down.", "bbox": [30, 280, 121, 299], "point": [76, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 280, 121, 299]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0415.png", "id": "pbs_0415", "instruction": "Navigate to cell C16.", "bbox": [124, 160, 208, 178], "point": [166, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 160, 208, 178]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0416.png", "id": "pbs_0416", "instruction": "Click on the cell at H12.", "bbox": [589, 251, 710, 271], "point": [650, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [589, 251, 710, 271]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0417.png", "id": "pbs_0417", "instruction": "Where is row 20's resize line?", "bbox": [0, 495, 38, 501], "point": [19, 498], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 495, 38, 501]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0418.png", "id": "pbs_0418", "instruction": "Click cell B15 with content 1.6.", "bbox": [143, 129, 222, 151], "point": [183, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [143, 129, 222, 151]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0419.png", "id": "pbs_0419", "instruction": "Point at the line separating column G from the column to its right.", "bbox": [657, 105, 663, 124], "point": [660, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 105, 663, 124]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0420.png", "id": "pbs_0420", "instruction": "Click the cell reached by moving down 2 rows from A16.", "bbox": [41, 471, 115, 491], "point": [78, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 471, 115, 491]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0421.png", "id": "pbs_0421", "instruction": "Highlight cell D14 by clicking it.", "bbox": [219, 246, 311, 267], "point": [265, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [219, 246, 311, 267]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0422.png", "id": "pbs_0422", "instruction": "Go to cell F22, the one that says Toronto.", "bbox": [121, 421, 201, 439], "point": [161, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [121, 421, 201, 439]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0423.png", "id": "pbs_0423", "instruction": "target: C5", "bbox": [285, 92, 418, 115], "point": [352, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 92, 418, 115]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0424.png", "id": "pbs_0424", "instruction": "Click the number 24 next to the sheet cells.", "bbox": [0, 482, 41, 501], "point": [21, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 482, 41, 501]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0425.png", "id": "pbs_0425", "instruction": "Navigate to cell E5.", "bbox": [393, 118, 531, 141], "point": [462, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [393, 118, 531, 141]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0426.png", "id": "pbs_0426", "instruction": "Point to the draggable divider for column G.", "bbox": [719, 0, 725, 19], "point": [722, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [719, 0, 725, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0427.png", "id": "pbs_0427", "instruction": "Locate the cell showing EMP-75779 and click it.", "bbox": [251, 156, 357, 175], "point": [304, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [251, 156, 357, 175]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0428.png", "id": "pbs_0428", "instruction": "the border between E13 and the next cell", "bbox": [352, 335, 358, 354], "point": [355, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [352, 335, 358, 354]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0429.png", "id": "pbs_0429", "instruction": "Move from B28: 1 column left; 1 row up.", "bbox": [33, 251, 124, 274], "point": [79, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 251, 124, 274]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0430.png", "id": "pbs_0430", "instruction": "Target the column-letter cell K.", "bbox": [718, 109, 781, 128], "point": [750, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [718, 109, 781, 128]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0431.png", "id": "pbs_0431", "instruction": "Point at the right gridline of F22.", "bbox": [124, 622, 130, 644], "point": [127, 633], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 622, 130, 644]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0432.png", "id": "pbs_0432", "instruction": "column header D", "bbox": [137, 126, 303, 147], "point": [220, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [137, 126, 303, 147]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0433.png", "id": "pbs_0433", "instruction": "Find the blue column and click it.", "bbox": [249, 134, 361, 593], "point": [305, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [249, 134, 361, 593]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0434.png", "id": "pbs_0434", "instruction": "Where would you drag to resize row 3?", "bbox": [0, 185, 36, 191], "point": [18, 188], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 185, 36, 191]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0435.png", "id": "pbs_0435", "instruction": "Click the cell highlighted in red.", "bbox": [127, 319, 207, 340], "point": [167, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [127, 319, 207, 340]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0436.png", "id": "pbs_0436", "instruction": "Select cell B4 ('Office Chair').", "bbox": [38, 87, 183, 110], "point": [111, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 87, 183, 110]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0437.png", "id": "pbs_0437", "instruction": "Click the point where C11's right edge meets its bottom edge.", "bbox": [114, 198, 120, 204], "point": [117, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 198, 120, 204]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0438.png", "id": "pbs_0438", "instruction": "Can you click cell F3? It contains `Support`.", "bbox": [125, 58, 211, 76], "point": [168, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [125, 58, 211, 76]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0439.png", "id": "pbs_0439", "instruction": "Tap column header D.", "bbox": [192, 0, 291, 21], "point": [242, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 0, 291, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0440.png", "id": "pbs_0440", "instruction": "right edge of D13", "bbox": [421, 196, 427, 213], "point": [424, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [421, 196, 427, 213]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0441.png", "id": "pbs_0441", "instruction": "Select cell E19.", "bbox": [222, 245, 301, 268], "point": [262, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 245, 301, 268]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0442.png", "id": "pbs_0442", "instruction": "Select the highlighted red column.", "bbox": [465, 165, 545, 626], "point": [505, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [465, 165, 545, 626]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0443.png", "id": "pbs_0443", "instruction": "Click the cell boundary immediately to the right of D14.", "bbox": [467, 290, 473, 308], "point": [470, 299], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [467, 290, 473, 308]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0444.png", "id": "pbs_0444", "instruction": "Select F14.", "bbox": [379, 424, 466, 445], "point": [423, 435], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 424, 466, 445]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0445.png", "id": "pbs_0445", "instruction": "Click the cell B36 that shows 2023-06-05.", "bbox": [30, 304, 117, 323], "point": [74, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 304, 117, 323]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0446.png", "id": "pbs_0446", "instruction": "Click on cell A23.", "bbox": [41, 416, 158, 433], "point": [100, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 416, 158, 433]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0447.png", "id": "pbs_0447", "instruction": "Wähle die Zelle, deren Inhalt 392 ist.", "bbox": [437, 265, 542, 283], "point": [490, 274], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [437, 265, 542, 283]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0448.png", "id": "pbs_0448", "instruction": "Klicke auf die Zelle bei F26.", "bbox": [488, 229, 594, 249], "point": [541, 239], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 229, 594, 249]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0449.png", "id": "pbs_0449", "instruction": "Click the point where D4's right edge meets its top edge.", "bbox": [465, 85, 471, 91], "point": [468, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [465, 85, 471, 91]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0450.png", "id": "pbs_0450", "instruction": "Highlight cell B15 by clicking it.", "bbox": [124, 359, 215, 378], "point": [170, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 359, 215, 378]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0451.png", "id": "pbs_0451", "instruction": "Click the column label H.", "bbox": [766, 118, 845, 137], "point": [806, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [766, 118, 845, 137]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0452.png", "id": "pbs_0452", "instruction": "target the lower-left cell boundary point for a21.", "bbox": [32, 617, 38, 623], "point": [35, 620], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 617, 38, 623]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0453.png", "id": "pbs_0453", "instruction": "Click the cell D4 in the spreadsheet.", "bbox": [211, 97, 389, 115], "point": [300, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [211, 97, 389, 115]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0454.png", "id": "pbs_0454", "instruction": "Target the resize grip after the F column header.", "bbox": [826, 0, 832, 19], "point": [829, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [826, 0, 832, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0455.png", "id": "pbs_0455", "instruction": "Starting at H24, move 3 rows down and click that cell.", "bbox": [509, 291, 654, 314], "point": [582, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [509, 291, 654, 314]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0456.png", "id": "pbs_0456", "instruction": "Click the cell painted brown.", "bbox": [704, 176, 796, 193], "point": [750, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [704, 176, 796, 193]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0457.png", "id": "pbs_0457", "instruction": "Click the horizontal line at the bottom edge of row 12.", "bbox": [0, 399, 41, 405], "point": [20, 402], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 399, 41, 405]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0458.png", "id": "pbs_0458", "instruction": "Point to the lower grid boundary for A25.", "bbox": [32, 353, 160, 359], "point": [96, 356], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 353, 160, 359]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0459.png", "id": "pbs_0459", "instruction": "Place the cursor on the lower boundary of E5.", "bbox": [569, 219, 667, 225], "point": [618, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [569, 219, 667, 225]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0460.png", "id": "pbs_0460", "instruction": "Point at the upper-left corner of E9.", "bbox": [527, 205, 533, 211], "point": [530, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 205, 533, 211]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0461.png", "id": "pbs_0461", "instruction": "Click the blue-shaded row.", "bbox": [40, 229, 685, 251], "point": [583, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 229, 685, 251]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0462.png", "id": "pbs_0462", "instruction": "Click on the cell at C36.", "bbox": [280, 365, 452, 384], "point": [366, 375], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [280, 365, 452, 384]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0463.png", "id": "pbs_0463", "instruction": "Click the visible cell value 867.567.5393.", "bbox": [249, 188, 357, 210], "point": [303, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [249, 188, 357, 210]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0464.png", "id": "pbs_0464", "instruction": "Make F11 the active cell.", "bbox": [176, 301, 271, 319], "point": [224, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 301, 271, 319]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0465.png", "id": "pbs_0465", "instruction": "Click where it says Lisbon.", "bbox": [137, 524, 278, 544], "point": [208, 534], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [137, 524, 278, 544]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0466.png", "id": "pbs_0466", "instruction": "Select A28.", "bbox": [40, 118, 248, 141], "point": [144, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 118, 248, 141]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0467.png", "id": "pbs_0467", "instruction": "Select the highlighted green row.", "bbox": [42, 434, 478, 457], "point": [434, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 434, 478, 457]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0468.png", "id": "pbs_0468", "instruction": "Click where it says '1479.92'.", "bbox": [129, 302, 209, 323], "point": [169, 313], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 302, 209, 323]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0469.png", "id": "pbs_0469", "instruction": "Click where you would make column M narrower.", "bbox": [764, 111, 770, 130], "point": [767, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [764, 111, 770, 130]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0470.png", "id": "pbs_0470", "instruction": "Click on cell E25 with content 'Brazil'.", "bbox": [572, 452, 684, 473], "point": [628, 463], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 452, 684, 473]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0471.png", "id": "pbs_0471", "instruction": "Point to cell C13.", "bbox": [260, 227, 349, 249], "point": [305, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 227, 349, 249]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0472.png", "id": "pbs_0472", "instruction": "Click on the letter E at the top of the grid.", "bbox": [379, 0, 456, 19], "point": [418, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 0, 456, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0473.png", "id": "pbs_0473", "instruction": "Click the red cell.", "bbox": [472, 414, 582, 436], "point": [527, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [472, 414, 582, 436]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0474.png", "id": "pbs_0474", "instruction": "Click the right border of column J.", "bbox": [936, 105, 942, 124], "point": [939, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [936, 105, 942, 124]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0475.png", "id": "pbs_0475", "instruction": "Use the brown row as the target.", "bbox": [37, 104, 426, 124], "point": [89, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 104, 426, 124]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0476.png", "id": "pbs_0476", "instruction": "Go to cell A9.", "bbox": [40, 293, 127, 313], "point": [84, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 293, 127, 313]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0477.png", "id": "pbs_0477", "instruction": "target the resize grip after the g column header.", "bbox": [688, 118, 694, 137], "point": [691, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [688, 118, 694, 137]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0478.png", "id": "pbs_0478", "instruction": "Click on the cell containing `2024-11-15`.", "bbox": [329, 218, 421, 235], "point": [375, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [329, 218, 421, 235]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0479.png", "id": "pbs_0479", "instruction": "Select the right side line of cell C3.", "bbox": [227, 163, 233, 185], "point": [230, 174], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 163, 233, 185]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0480.png", "id": "pbs_0480", "instruction": "Grab the column J width divider.", "bbox": [975, 62, 981, 83], "point": [978, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [975, 62, 981, 83]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0481.png", "id": "pbs_0481", "instruction": "Click the cell at A29 holding the value 'alice19@mail.de'.", "bbox": [39, 474, 199, 493], "point": [119, 484], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 474, 199, 493]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0482.png", "id": "pbs_0482", "instruction": "Starting at D14, move 4 rows down and click that cell.", "bbox": [316, 487, 462, 507], "point": [389, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 487, 462, 507]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0483.png", "id": "pbs_0483", "instruction": "Select the highlighted red column.", "bbox": [254, 22, 365, 343], "point": [310, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [254, 22, 365, 343]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0484.png", "id": "pbs_0484", "instruction": "Tap row header 36.", "bbox": [0, 586, 36, 607], "point": [18, 597], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 586, 36, 607]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0485.png", "id": "pbs_0485", "instruction": "Click exactly on I26's upper-left grid corner.", "bbox": [929, 596, 935, 602], "point": [932, 599], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [929, 596, 935, 602]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0486.png", "id": "pbs_0486", "instruction": "Navigate to cell E20.", "bbox": [288, 220, 363, 239], "point": [326, 230], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 220, 363, 239]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0487.png", "id": "pbs_0487", "instruction": "Place the pointer on A8's bottom border.", "bbox": [38, 160, 125, 166], "point": [81, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 160, 125, 166]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0488.png", "id": "pbs_0488", "instruction": "Click exactly on the bottom border of A34.", "bbox": [32, 579, 156, 585], "point": [94, 582], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 579, 156, 585]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0489.png", "id": "pbs_0489", "instruction": "Point at the line separating column D from the column to its right.", "bbox": [538, 121, 544, 142], "point": [541, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [538, 121, 544, 142]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0490.png", "id": "pbs_0490", "instruction": "Where do you land after moving 3 rows down from E19?", "bbox": [433, 440, 523, 459], "point": [478, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [433, 440, 523, 459]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0491.png", "id": "pbs_0491", "instruction": "Click the row-header boundary below 9.", "bbox": [0, 168, 34, 174], "point": [17, 171], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 168, 34, 174]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0492.png", "id": "pbs_0492", "instruction": "Go to cell E9, the one that says DevOps Engineer.", "bbox": [487, 172, 646, 190], "point": [567, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 172, 646, 190]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0493.png", "id": "pbs_0493", "instruction": "Point to E5, where the value is Chen.", "bbox": [478, 110, 574, 131], "point": [526, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [478, 110, 574, 131]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0494.png", "id": "pbs_0494", "instruction": "Grab the row 41 height divider.", "bbox": [0, 581, 34, 587], "point": [17, 584], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 581, 34, 587]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0495.png", "id": "pbs_0495", "instruction": "Click the spreadsheet cell 4 rows down from I22.", "bbox": [334, 334, 415, 357], "point": [375, 346], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [334, 334, 415, 357]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0496.png", "id": "pbs_0496", "instruction": "Click the green-shaded cell.", "bbox": [145, 210, 358, 232], "point": [252, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [145, 210, 358, 232]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0497.png", "id": "pbs_0497", "instruction": "Click the header that selects column G.", "bbox": [585, 102, 674, 121], "point": [630, 112], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [585, 102, 674, 121]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0498.png", "id": "pbs_0498", "instruction": "Go to cell F17, the one that says \"6441.85\".", "bbox": [438, 146, 514, 166], "point": [476, 156], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [438, 146, 514, 166]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0499.png", "id": "pbs_0499", "instruction": "Click where you would make column F narrower.", "bbox": [411, 80, 417, 99], "point": [414, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [411, 80, 417, 99]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} diff --git a/pointerbench-sheets/eval.py b/pointerbench-sheets/eval.py new file mode 100644 index 0000000000000000000000000000000000000000..cb14ac155f3adf61566721aa7f173c0d4dfa3840 --- /dev/null +++ b/pointerbench-sheets/eval.py @@ -0,0 +1,129 @@ +#!/usr/bin/env python3 +"""Pointerbench-Sheets official scorer. + +Metric: **point-in-bbox accuracy** (the ScreenSpot standard). A prediction is +correct when the predicted click point falls inside the target's ground-truth +bounding box. Reports overall accuracy plus per-category, per-UI-style, and +per-data-type breakdowns. Pure standard library, no dependencies. + +Ground truth is read from `data/test/metadata.jsonl` (shipped with the repo). + +Predictions file: JSONL or JSON list, one object per example, e.g. + {"id": "pbs_0001", "point": [612, 388]} +Accepted point keys: "point" / "pred" / "coordinate", or flat "x" and "y". +Coordinates are absolute pixels on the 1024x768 image. + +Usage: + python eval.py --predictions preds.jsonl + python eval.py --predictions preds.jsonl --json report.json +""" + +from __future__ import annotations + +import argparse +import json +from collections import defaultdict +from pathlib import Path + +ROOT = Path(__file__).resolve().parent +GT_PATH = ROOT / "data" / "test" / "metadata.jsonl" + + +def _load_jsonl(path: Path) -> list[dict]: + text = path.read_text(encoding="utf-8").strip() + if not text: + return [] + if text[0] == "[": # tolerate a JSON array too + return json.loads(text) + return [json.loads(ln) for ln in text.splitlines() if ln.strip()] + + +def _point(rec: dict) -> tuple[float, float] | None: + for key in ("point", "pred", "coordinate", "prediction"): + v = rec.get(key) + if isinstance(v, (list, tuple)) and len(v) >= 2: + return float(v[0]), float(v[1]) + if "x" in rec and "y" in rec: + return float(rec["x"]), float(rec["y"]) + return None + + +def _in_bbox(pt: tuple[float, float], bbox: list[int]) -> bool: + x0, y0, x1, y1 = bbox + return min(x0, x1) <= pt[0] <= max(x0, x1) and min(y0, y1) <= pt[1] <= max(y0, y1) + + +def evaluate(gt: list[dict], preds: dict[str, dict]) -> dict: + by = {"category": defaultdict(lambda: [0, 0]), + "ui_style": defaultdict(lambda: [0, 0]), + "data_type": defaultdict(lambda: [0, 0])} + hits = missing = 0 + for ex in gt: + pred = preds.get(ex["id"]) + pt = _point(pred) if pred else None + if pt is None: + missing += 1 + ok = False + else: + ok = _in_bbox(pt, ex["bbox"]) + hits += ok + for axis in by: + cell = by[axis][ex[axis]] + cell[0] += ok + cell[1] += 1 + n = len(gt) + + def table(axis: str) -> dict: + return {k: {"acc": round(v[0] / v[1], 4), "n": v[1]} + for k, v in sorted(by[axis].items())} + + return { + "n": n, + "accuracy": round(hits / n, 4) if n else 0.0, + "hits": hits, + "missing_predictions": missing, + "by_category": table("category"), + "by_ui_style": table("ui_style"), + "by_data_type": table("data_type"), + } + + +def _print(report: dict) -> None: + print(f"\nPointerbench-Sheets: {report['n']} examples") + print("=" * 44) + print(f"Accuracy: {report['accuracy'] * 100:5.2f}% " + f"({report['hits']}/{report['n']})") + if report["missing_predictions"]: + print(f" ! {report['missing_predictions']} examples had no prediction " + f"(counted as wrong)") + for axis, title in (("by_category", "By category"), + ("by_ui_style", "By UI style"), + ("by_data_type", "By data type")): + print(f"\n{title}:") + for k, v in report[axis].items(): + print(f" {k:18s} {v['acc'] * 100:5.2f}% (n={v['n']})") + print() + + +def main() -> None: + ap = argparse.ArgumentParser(description=__doc__, + formatter_class=argparse.RawDescriptionHelpFormatter) + ap.add_argument("--predictions", required=True, type=Path, + help="JSONL/JSON predictions: {id, point:[x,y]} per example") + ap.add_argument("--gt", type=Path, default=GT_PATH, + help=f"ground-truth metadata (default: {GT_PATH})") + ap.add_argument("--json", type=Path, default=None, + help="also write the full report to this JSON path") + args = ap.parse_args() + + gt = _load_jsonl(args.gt) + preds = {r["id"]: r for r in _load_jsonl(args.predictions) if "id" in r} + report = evaluate(gt, preds) + _print(report) + if args.json: + args.json.write_text(json.dumps(report, indent=2), encoding="utf-8") + print(f"report -> {args.json}") + + +if __name__ == "__main__": + main() diff --git a/pointerbench-sheets/requirements.txt b/pointerbench-sheets/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ac76a140bc3f003a841a3f6d2010cc77aa81567 --- /dev/null +++ b/pointerbench-sheets/requirements.txt @@ -0,0 +1,4 @@ +# eval.py needs nothing beyond the Python standard library. +# These are only for loading the dataset / running inference: +datasets>=2.14.0 +pillow>=9.0.0 diff --git a/pointerbench-text/.gitignore b/pointerbench-text/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..77d2faa17475fe3cfeec32b1736a37fdcbe3bb18 --- /dev/null +++ b/pointerbench-text/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.egg-info/ +.venv/ +.DS_Store +# local prediction / report artifacts +preds*.jsonl +report*.json diff --git a/pointerbench-text/CITATION.cff b/pointerbench-text/CITATION.cff new file mode 100644 index 0000000000000000000000000000000000000000..222f2cbd532e391330efe1d65c3afb0b86dd6e8b --- /dev/null +++ b/pointerbench-text/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use Pointerbench-Text, please cite it as below." +title: "Pointerbench-Text: A GUI Grounding Benchmark for Text" +authors: + - name: "Pointerbench-Text contributors" +version: "1.0.0" +date-released: "2026-06-18" +url: "https://github.com/YOUR_ORG/pointerbench-text" +license: "CC-BY-4.0" diff --git a/pointerbench-text/LICENSE b/pointerbench-text/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..d70b71c8a2c7c97139a9877273cac56e23fd399a --- /dev/null +++ b/pointerbench-text/LICENSE @@ -0,0 +1,64 @@ +Attribution 4.0 International (CC BY 4.0) + +The dataset (images and annotations) in this repository is licensed under the +Creative Commons Attribution 4.0 International License. The accompanying code +(eval.py) is licensed under the MIT License (see below). + +================================================================================ +Creative Commons Attribution 4.0 International (CC BY 4.0) +================================================================================ + +You are free to: + + Share: copy and redistribute the material in any medium or format. + Adapt: remix, transform, and build upon the material for any purpose, even + commercially. + +The licensor cannot revoke these freedoms as long as you follow the license +terms. + +Under the following terms: + + Attribution: You must give appropriate credit, provide a link to the + license, and indicate if changes were made. You may do so in any reasonable + manner, but not in any way that suggests the licensor endorses you or your + use. + + No additional restrictions: You may not apply legal terms or technological + measures that legally restrict others from doing anything the license + permits. + +Notices: + + You do not have to comply with the license for elements of the material in + the public domain or where your use is permitted by an applicable exception + or limitation. + + No warranties are given. The license may not give you all of the permissions + necessary for your intended use. For example, other rights such as publicity, + privacy, or moral rights may limit how you use the material. + +The full legal text of CC BY 4.0 is available at: +https://creativecommons.org/licenses/by/4.0/legalcode + +================================================================================ +MIT License (applies to code: eval.py) +================================================================================ + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/pointerbench-text/README.md b/pointerbench-text/README.md new file mode 100644 index 0000000000000000000000000000000000000000..567fdcf14192007e646897a6ab87aa3d27ead5e7 --- /dev/null +++ b/pointerbench-text/README.md @@ -0,0 +1,201 @@ +# Pointerbench-Text + +**A 500-example GUI grounding benchmark for text.** Given a screenshot of a +text-rich interface and a short instruction (e.g. *"Click the word 'invoice'"*, +*"Place the cursor between the 'r' and 'e' in 'erfolgreich'"*, *"Return the +bounding box of this paragraph"*), a model must output either a pixel coordinate +or a bounding box. Point answers are correct if they land inside the target box. +Bbox answers are correct if they reach the configured IoU threshold. + +![teaser](assets/teaser.png) + +## Why text? + +General GUI-grounding suites (ScreenSpot, ScreenSpot-v2, ScreenSpot-Pro) target +icons, buttons, and widgets, but they barely test **pointing inside running +text**: a specific word among hundreds of near-identical ones, a single +character, a punctuation mark, or a caret position between two letters. +That precision is exactly what cursor-based editing, proofreading, and +text-selection agents need. Pointerbench-Text isolates it across many real text +surfaces and five languages. + +## What's inside + +- **500** examples, one instruction per image. +- **1024x768** PNG screenshots, fully synthetic (no scraping, no PII). +- **Many text surfaces**: articles, books, email inbox and threads, chat, + Slack, code editors, terminals, markdown notes, docs sites, forums, social + feeds, search results, data tables, log viewers, and dozens more. +- **6 data types** (interaction granularity): + + | data_type | example instruction | + | ------------- | ---------------------------------------------------- | + | `word` | *Click the word "invoice".* | + | `char` | *Click the second "e" in "settlement".* | + | `punctuation` | *Click the period after "done".* | + | `caret` | *Place the cursor between the "r" and "e" in "core".* | + | `chrome` | *Click "Settings" in the toolbar.* | + | `bbox` | *Return the bbox of the paragraph beginning with "In".* | + +- **17 fine-grained categories** under those types (word center, char center, + punctuation, caret before/after/between, between words, line start/end, + sentence boundary, paragraph start/end, blank line, chrome label, word bbox, + char bbox, line bbox, paragraph bbox). +- **5 languages, Latin alphabet only**: 50% English; the other 50% split evenly + across German, French, Spanish, Italian, Dutch. +- **Difficulty** tag (`easy` / `medium` / `hard`) from font size, target kind, + and theme contrast. +- Randomized realism: 20 font families, mixed sizes, per-span color / bold / + italic / underline / highlight / link / code / strike / faded styling, light + and dark themes, plus film grain, JPEG artifacts, and fake caret / cursor + distractors. + +## Schema + +Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout): + +```json +{ + "file_name": "0000.png", + "id": "pbt_0000", + "instruction": "Click the word \"invoice\".", + "bbox": [596, 376, 681, 395], + "point": [638, 385], + "answer_type": "point", + "eval": {"type": "point_in_bbox", "bbox": [596, 376, 681, 395]}, + "data_type": "word", + "category": "word_center", + "surface": "email_thread", + "language": "en", + "difficulty": "medium", + "image_size": [1024, 768] +} +``` + +- **`bbox`**: ground-truth target, **`[x1, y1, x2, y2]` in absolute pixels** + (top-left, bottom-right) on the 1024x768 image. For point rows, a prediction + is correct iff it lands inside this box. For bbox rows, the prediction is + scored against this box with IoU. +- **`point`**: a reference click point inside the box. +- **`answer_type`**: `point` or `bbox`. +- **`eval`**: binary evaluation rule for this row. +- **`data_type`**: coarse interaction granularity (see table above). +- **`category`**: the fine-grained target kind. +- **`surface`**: the rendered surface (app/document skin). +- **`language`**: instruction language (`en`, `de`, `fr`, `es`, `it`, `nl`). +- **`difficulty`**: `easy` / `medium` / `hard`. + +## Quickstart + +### Load the data + +Via HuggingFace `datasets` (after the set is pushed to the Hub): + +```python +from datasets import load_dataset +ds = load_dataset("YOUR_ORG/pointerbench-text", split="test") +ex = ds[0] +ex["image"] # PIL.Image, 1024x768 +ex["instruction"] # "Click the word \"invoice\"." +ex["bbox"] # [x1, y1, x2, y2] +``` + +Or locally with the imagefolder loader: + +```python +from datasets import load_dataset +ds = load_dataset("imagefolder", data_dir="data", split="test") +``` + +Or with no dependencies at all, read `data/test/metadata.jsonl` and open the +sibling PNGs yourself. + +### Evaluate + +1. Run your model on every example's `instruction` + image and collect a + predicted click point or bbox (absolute pixels on the 1024x768 image). +2. Write predictions as JSONL, one object per example: + + ```json + {"id": "pbt_0000", "point": [612, 388]} + {"id": "pbt_0001", "bbox": [193, 643, 807, 688]} + ``` + +3. Score (pure standard library, no dependencies): + + ```bash + python eval.py --predictions preds.jsonl + ``` + + ``` + Pointerbench-Text: 500 examples + ============================================ + Accuracy: 64.20% (321/500) + + By data type: + caret 48.81% (n=168) + char 55.56% (n=18) + ... + ``` + +The scorer reports overall accuracy plus per-data-type, per-category, +per-surface, per-language, and per-difficulty breakdowns. `--json report.json` +writes the full report. + +### Turning model output into a point + +Models emit clicks in many shapes; map them to `[x, y]` pixels before scoring. +For example, a `x,y` tag or a normalized `0-1` / `0-999` point: + +```python +import re +def to_point(text, w=1024, h=768): + m = re.search(r"(-?\d+(?:\.\d+)?)\s*[,\s]\s*(-?\d+(?:\.\d+)?)", text) + x, y = float(m.group(1)), float(m.group(2)) + if max(x, y) <= 1.0: x, y = x * w, y * h # normalized 0-1 + elif max(x, y) <= 999: x, y = x / 999 * w, y / 999 * h # 0-999 grid + return [round(x), round(y)] +``` + +## Baselines + +| Model | Accuracy | Notes | +| ----------------------------- | -------- | ------------------------- | +| Center-click (512, 384) | low | sanity floor | +| _your model here_ | n/a | open a PR | + +## Construction and reproducibility + +Examples are rendered programmatically (pure PIL, no browser, no real files), so +every ground-truth box is pixel-exact: the layout engine records per-glyph +geometry and an independent verifier confirms each instruction resolves to +exactly one target before the example is kept. The set is **held out**: it is +built with a generation seed disjoint from any training data, so no benchmark +page is reused for training. The generator and the exact build command live in +the [source repo](https://github.com/YOUR_ORG/YOUR_GENERATOR_REPO); see +[`REPRODUCE.md`](REPRODUCE.md). + +## Limitations + +- Fully synthetic: realistic but not screenshots of real applications. +- Fixed 1024x768 resolution; Latin-script languages only. +- Non-English instructions reference targets by quoted word or chrome label; + the fine-grained caret/char/punctuation categories are English and German. +- Targets are words, characters, punctuation, caret positions, and chrome + labels, and text bboxes, not icons, images, or widgets. + +## Citation + +```bibtex +@misc{pointerbench_text_2026, + title = {Pointerbench-Text: A GUI Grounding Benchmark for Text}, + author = {Pointerbench-Text contributors}, + year = {2026}, + url = {https://github.com/YOUR_ORG/pointerbench-text} +} +``` + +## License + +- **Data** (images + annotations): [CC BY 4.0](LICENSE). +- **Code** (`eval.py`): MIT. diff --git a/pointerbench-text/REPRODUCE.md b/pointerbench-text/REPRODUCE.md new file mode 100644 index 0000000000000000000000000000000000000000..92473463338b95739b17cb594014c4ef1047fbfc --- /dev/null +++ b/pointerbench-text/REPRODUCE.md @@ -0,0 +1,26 @@ +# Reproducing Pointerbench-Text + +The benchmark is generated programmatically from the +`text-coordinate-grounding` generator in the source repository. + +```bash +# from the generator directory in the source repo: +python3 build_textbench.py --n 500 --seed 90211 --out /path/to/pointerbench-text +``` + +- **Seed `90211`** is disjoint from the training-data seed (`7`), so every + benchmark page is unseen during training. +- The build renders one distinct page per example, saves it as + `data/test/.png`, and writes one `data/test/metadata.jsonl` row with the + instruction, the pixel `bbox`, a reference `point`, `answer_type`, `eval`, and + the data_type / category / surface / language / difficulty tags. +- Target kinds follow the generator's native `KIND_WEIGHTS`; bbox-answer kinds + are preserved instead of being filtered out. +- Language mix is fixed by the builder: 50% English, then 10% each of German, + French, Spanish, Italian, Dutch. +- Rendering is deterministic given the seed (pure PIL), and each instruction is + re-resolved by an independent verifier to confirm a single matching target, + so the box coordinates are pixel-exact. + +Regenerating with the same seed reproduces the identical 500 examples. To grow +or refresh the set, change `--n` / `--seed` and bump the dataset version. diff --git a/pointerbench-text/__pycache__/eval.cpython-312.pyc b/pointerbench-text/__pycache__/eval.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58d6b43e3e62913caa3d19edce1cf33bd7c7b70f Binary files /dev/null and b/pointerbench-text/__pycache__/eval.cpython-312.pyc differ diff --git a/pointerbench-text/assets/teaser.png b/pointerbench-text/assets/teaser.png new file mode 100644 index 0000000000000000000000000000000000000000..31ae7615829efb6a1a2c5fb4defd1724ebe3c493 --- /dev/null +++ b/pointerbench-text/assets/teaser.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97b23fb9d761e9c034ff72cd3af48b9b4fdab4c1d2447a690e2d614fb69f3f2 +size 334627 diff --git a/pointerbench-text/data/test/0000.png b/pointerbench-text/data/test/0000.png new file mode 100644 index 0000000000000000000000000000000000000000..68ca4d6438507b221628ddb8308d697879962590 --- /dev/null +++ b/pointerbench-text/data/test/0000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad700e5ce9a298dadffd9cdd27c5269cba0c782984cfb4b365283857b6993f0 +size 285834 diff --git a/pointerbench-text/data/test/0001.png b/pointerbench-text/data/test/0001.png new file mode 100644 index 0000000000000000000000000000000000000000..91c63353c86da7f737be2a61deb0bac141aee297 --- /dev/null +++ b/pointerbench-text/data/test/0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c5284c684863cb3a938960b6fe23f4d29f974e6700ce27d090534ea2ee4dac +size 93048 diff --git a/pointerbench-text/data/test/0002.png b/pointerbench-text/data/test/0002.png new file mode 100644 index 0000000000000000000000000000000000000000..bf56f2cecb86b059315a9b33c81f18b6b002f98c --- /dev/null +++ b/pointerbench-text/data/test/0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294f231b721c428b848aa8aa2e09e87bfbc163473c6963ab3b97bb7c7069ef23 +size 85699 diff --git a/pointerbench-text/data/test/0003.png b/pointerbench-text/data/test/0003.png new file mode 100644 index 0000000000000000000000000000000000000000..3755e33c4665633039e8c8d5b3b51c08090162a2 --- /dev/null +++ b/pointerbench-text/data/test/0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbe43ce6572ffefa6e387db3c01b3db0f69557822ae3783433be9149375fa90 +size 65193 diff --git a/pointerbench-text/data/test/0004.png b/pointerbench-text/data/test/0004.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed5b6ece529abcaa359578130c1ec8270b1b134 --- /dev/null +++ b/pointerbench-text/data/test/0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe56e7b3ef62ce64d5693a3996dce4bb94bc9495a476d822cbbb7355d123724 +size 29586 diff --git a/pointerbench-text/data/test/0005.png b/pointerbench-text/data/test/0005.png new file mode 100644 index 0000000000000000000000000000000000000000..42ba82bfbc73665d3f7ddab3090451289cccfafb --- /dev/null +++ b/pointerbench-text/data/test/0005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a34d9cf9a846ff4d7a378ee3db9ef9dac59af939058ec730c38b1c9aa19293 +size 54341 diff --git a/pointerbench-text/data/test/0006.png b/pointerbench-text/data/test/0006.png new file mode 100644 index 0000000000000000000000000000000000000000..e8bdc120bb84da034cf28b7ebed17c5424b50332 --- /dev/null +++ b/pointerbench-text/data/test/0006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25d1efe02b807e38f840993799478bbc5a99fe6aca0f406324c1cf9dce943ac +size 976777 diff --git a/pointerbench-text/data/test/0007.png b/pointerbench-text/data/test/0007.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad1f907a01642a6f4ced017985ee321975421ca --- /dev/null +++ b/pointerbench-text/data/test/0007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28edf52d26c8c84ad35937393e550f21b4ed2241eb6c56388505d348354642eb +size 207823 diff --git a/pointerbench-text/data/test/0008.png b/pointerbench-text/data/test/0008.png new file mode 100644 index 0000000000000000000000000000000000000000..08cfb687d418e096c7e53c73db7dbed7bbcb42d3 --- /dev/null +++ b/pointerbench-text/data/test/0008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368040988cb1652ce440e322b94dfad2d3bb1d112fd25b6f3b8701497c127090 +size 61129 diff --git a/pointerbench-text/data/test/0009.png b/pointerbench-text/data/test/0009.png new file mode 100644 index 0000000000000000000000000000000000000000..115b538929d21f872cd01fcda75be7308ced1a99 --- /dev/null +++ b/pointerbench-text/data/test/0009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342f0d24fc48ee9795a50a831212cb5ef572b52c4f68845bd85bc2ac161b69e2 +size 68643 diff --git a/pointerbench-text/data/test/0010.png b/pointerbench-text/data/test/0010.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3745cac7c908cc03d85545da6a833903eda372 --- /dev/null +++ b/pointerbench-text/data/test/0010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842019eabfea8e5563e9e810df0a06028be7259226d86a3b11d04dbc125dcc48 +size 58754 diff --git a/pointerbench-text/data/test/0011.png b/pointerbench-text/data/test/0011.png new file mode 100644 index 0000000000000000000000000000000000000000..11a53a474f7c2a12e74b2e2f6ebdeeeb550591f4 --- /dev/null +++ b/pointerbench-text/data/test/0011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3d04112ac65efddf02321072e233f17f2563476f6c78853a79d6acebdf6cfd +size 862368 diff --git a/pointerbench-text/data/test/0012.png b/pointerbench-text/data/test/0012.png new file mode 100644 index 0000000000000000000000000000000000000000..698e8bd3b0963ad3b181b1664545f5e0a4190be2 --- /dev/null +++ b/pointerbench-text/data/test/0012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d995b389ca42ac1269e96b59485b46c25db7804ac9d957137016d21d625bd2c +size 50301 diff --git a/pointerbench-text/data/test/0013.png b/pointerbench-text/data/test/0013.png new file mode 100644 index 0000000000000000000000000000000000000000..473b30b2f906563dc66c412c4e7a786d77faec5f --- /dev/null +++ b/pointerbench-text/data/test/0013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117cff15ded9670a56e9807620dd41bef812892998f5e14040a146c5577d9e19 +size 666605 diff --git a/pointerbench-text/data/test/0014.png b/pointerbench-text/data/test/0014.png new file mode 100644 index 0000000000000000000000000000000000000000..750cbf0971806d32e0c18ece898eacc7939c0b37 --- /dev/null +++ b/pointerbench-text/data/test/0014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bc12f2ba2e945fe01473766ef83084247ff5c0119750c2f25df928c2bff669 +size 42627 diff --git a/pointerbench-text/data/test/0015.png b/pointerbench-text/data/test/0015.png new file mode 100644 index 0000000000000000000000000000000000000000..2820fdf622639325345fa0d4f7a782651eba386a --- /dev/null +++ b/pointerbench-text/data/test/0015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d45520fc4e4402b791093dc87a8e8da6c22481777a0f55ead7646ff10e07b3a +size 44838 diff --git a/pointerbench-text/data/test/0016.png b/pointerbench-text/data/test/0016.png new file mode 100644 index 0000000000000000000000000000000000000000..eac067207c6af0a4256480477d800c5e6d943962 --- /dev/null +++ b/pointerbench-text/data/test/0016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daea516b92f2ba0e0cab43faf617364207ae2b4a0af8a9284de1aef29526ec74 +size 48764 diff --git a/pointerbench-text/data/test/0017.png b/pointerbench-text/data/test/0017.png new file mode 100644 index 0000000000000000000000000000000000000000..a47b412962c1200ada938b69535b4178bb3e9aef --- /dev/null +++ b/pointerbench-text/data/test/0017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b166404d89cee15d49a8ee2416ba24a75e3cc1391ada9d406b61a43750c0ed13 +size 120423 diff --git a/pointerbench-text/data/test/0018.png b/pointerbench-text/data/test/0018.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b674b4c225658471ec8a1a617fdfc0a816d61c --- /dev/null +++ b/pointerbench-text/data/test/0018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5271fd823fd21c4733a8281254bc7f7b599f1012ef9184ad03498a155f72323e +size 97616 diff --git a/pointerbench-text/data/test/0019.png b/pointerbench-text/data/test/0019.png new file mode 100644 index 0000000000000000000000000000000000000000..075e7c65793ab4d275d17c116fd69558e160af11 --- /dev/null +++ b/pointerbench-text/data/test/0019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98467a9a014429a54fe0943feb473385c6c913ed8b1e0661dffab4445e99e4e5 +size 82907 diff --git a/pointerbench-text/data/test/0020.png b/pointerbench-text/data/test/0020.png new file mode 100644 index 0000000000000000000000000000000000000000..ba9075c11443a4485dd4537b8aa2a65c15d18b56 --- /dev/null +++ b/pointerbench-text/data/test/0020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86bd3ed7b35f0ceec92d6529d355438cf1217040504fa8f3974dcddc62c906c +size 52593 diff --git a/pointerbench-text/data/test/0021.png b/pointerbench-text/data/test/0021.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7e9d135d258575401ee913b5b8e9096e4c7a80 --- /dev/null +++ b/pointerbench-text/data/test/0021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7015a1a2bd766903a9cf3acc277d36e45e94362b3ca7d6d11269b3fbd0c6ff +size 63671 diff --git a/pointerbench-text/data/test/0022.png b/pointerbench-text/data/test/0022.png new file mode 100644 index 0000000000000000000000000000000000000000..72762f3fee3570928710dde06f77153ebfffb789 --- /dev/null +++ b/pointerbench-text/data/test/0022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d607f9c87e2a927917be3ecd682e3d213b897b53f7b4c98f43b420aa2f2ecde +size 33521 diff --git a/pointerbench-text/data/test/0023.png b/pointerbench-text/data/test/0023.png new file mode 100644 index 0000000000000000000000000000000000000000..88c491f957587cc4acdf4cc2bfbd5f00ad516093 --- /dev/null +++ b/pointerbench-text/data/test/0023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a948c918d8b8ead9a8d36a39040085cf14c31312376d0781bc4399292e249f0 +size 59164 diff --git a/pointerbench-text/data/test/0024.png b/pointerbench-text/data/test/0024.png new file mode 100644 index 0000000000000000000000000000000000000000..045256ca895b87e8a7f0477573e731929d7e56a7 --- /dev/null +++ b/pointerbench-text/data/test/0024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea07cdeee2a0b37e0a2d4989e742aa5ccc13d5b08d26741f53b89423dc69acb +size 54221 diff --git a/pointerbench-text/data/test/0025.png b/pointerbench-text/data/test/0025.png new file mode 100644 index 0000000000000000000000000000000000000000..9f634bafa8421b5ddcc19080ab997a75b9d16911 --- /dev/null +++ b/pointerbench-text/data/test/0025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01f130ac85df189a22f0e1197fd5fef508c857fad839371d707825beed9e535 +size 57279 diff --git a/pointerbench-text/data/test/0026.png b/pointerbench-text/data/test/0026.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6fbf3d4862625bf15240a1157388d8bfc3742a --- /dev/null +++ b/pointerbench-text/data/test/0026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8577cc012047d5859fe7a29a68728618ba44b13e2368a50b867f62d1355d13fe +size 63616 diff --git a/pointerbench-text/data/test/0027.png b/pointerbench-text/data/test/0027.png new file mode 100644 index 0000000000000000000000000000000000000000..fc546f8b898903aebfbd722c018becca6cb60b07 --- /dev/null +++ b/pointerbench-text/data/test/0027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38542ae411f89bf10f1f31506b7696bb1692dfd5975a931bfd2eb76cb810c273 +size 92411 diff --git a/pointerbench-text/data/test/0028.png b/pointerbench-text/data/test/0028.png new file mode 100644 index 0000000000000000000000000000000000000000..efc4b22f52c8ebefbeee4d8b541a4cc95b3e5321 --- /dev/null +++ b/pointerbench-text/data/test/0028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc61d7aa02389da446695d900b1b998bf174989835956afd2d89dfeb151b9065 +size 47533 diff --git a/pointerbench-text/data/test/0029.png b/pointerbench-text/data/test/0029.png new file mode 100644 index 0000000000000000000000000000000000000000..fa67bc4db1cc3767b16c87b158c0e2c164f599ba --- /dev/null +++ b/pointerbench-text/data/test/0029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fed50730e16084f187973c5d56e0113ba13226ab337dba292f22a9ecb7a37ae +size 74989 diff --git a/pointerbench-text/data/test/0030.png b/pointerbench-text/data/test/0030.png new file mode 100644 index 0000000000000000000000000000000000000000..7a074d1f4eac17610a3f1fa540d02fd9d62db146 --- /dev/null +++ b/pointerbench-text/data/test/0030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06072fe423dfbc2a6899427a3fb09365c4cb79177b7fd50db1999e1fc2e4784 +size 94104 diff --git a/pointerbench-text/data/test/0031.png b/pointerbench-text/data/test/0031.png new file mode 100644 index 0000000000000000000000000000000000000000..643e10a8c817a907c3ec930aea738512f4b4b7e9 --- /dev/null +++ b/pointerbench-text/data/test/0031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0c00cec653e4f417bf937a77f14c4e84f53e806d8d2656011bee6dc0b0271f +size 47673 diff --git a/pointerbench-text/data/test/0032.png b/pointerbench-text/data/test/0032.png new file mode 100644 index 0000000000000000000000000000000000000000..0f52b858299dac1746cecfd99419c0b7130377c4 --- /dev/null +++ b/pointerbench-text/data/test/0032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3bf3fbe7f3f5ae6097222aefcd9b9254530d325b11dfea8a18140edd2cb346 +size 81917 diff --git a/pointerbench-text/data/test/0033.png b/pointerbench-text/data/test/0033.png new file mode 100644 index 0000000000000000000000000000000000000000..310225ca67a90828b4caddbeabd92c11b6811121 --- /dev/null +++ b/pointerbench-text/data/test/0033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073551f05e477925d9fc89a30554b2604f53a2b6c7e94a8d30ee34e17e550ab0 +size 117062 diff --git a/pointerbench-text/data/test/0034.png b/pointerbench-text/data/test/0034.png new file mode 100644 index 0000000000000000000000000000000000000000..105da61b923c1da17ccd15295fbe5c7b9efe1e7f --- /dev/null +++ b/pointerbench-text/data/test/0034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d57dba573c997ebc7a907b2d77d2969fb8dea8bc187d8dab7782cadd7df0097 +size 809315 diff --git a/pointerbench-text/data/test/0035.png b/pointerbench-text/data/test/0035.png new file mode 100644 index 0000000000000000000000000000000000000000..90ce5724cd8269f12e4e546d3879f054950b5d0f --- /dev/null +++ b/pointerbench-text/data/test/0035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9565038390a427a5efeccb862cc1338861c13bc82ea255a3e8edfa36ab25d84e +size 88532 diff --git a/pointerbench-text/data/test/0036.png b/pointerbench-text/data/test/0036.png new file mode 100644 index 0000000000000000000000000000000000000000..ded67ec7a1865c7365c33247fac3a7deeebd6458 --- /dev/null +++ b/pointerbench-text/data/test/0036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe74328b21047dfa57b227eae80e6116d5c0f85217d5ea6e9520e7c59273238 +size 52762 diff --git a/pointerbench-text/data/test/0037.png b/pointerbench-text/data/test/0037.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b42cbee8727beccc006479e7dec43455bb4d37 --- /dev/null +++ b/pointerbench-text/data/test/0037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d48aa89706c9056a4ac7533034c70e13cb1fa0abc65f6d30c3aeadbf7997a6 +size 45050 diff --git a/pointerbench-text/data/test/0038.png b/pointerbench-text/data/test/0038.png new file mode 100644 index 0000000000000000000000000000000000000000..47a25ed65e1becd6670c81e701d0bc8d0917ec0d --- /dev/null +++ b/pointerbench-text/data/test/0038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0226e7151ab7e920786c19a27a572924c7a883126655969c53ab82257baa02bd +size 44402 diff --git a/pointerbench-text/data/test/0039.png b/pointerbench-text/data/test/0039.png new file mode 100644 index 0000000000000000000000000000000000000000..36cdca0e0627ae4e91d9934030a51fada46d8664 --- /dev/null +++ b/pointerbench-text/data/test/0039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4ff872eaae8870d46d19003215c5ff6af5ad716774c0fc849feed6377ffe04 +size 64278 diff --git a/pointerbench-text/data/test/0040.png b/pointerbench-text/data/test/0040.png new file mode 100644 index 0000000000000000000000000000000000000000..d51d6d59d6381582243a8a2f4387a1edd67a88d1 --- /dev/null +++ b/pointerbench-text/data/test/0040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566e6c43cb43272ecf0f6fc0aa2330fef76746201400be3aa52e5267aa7f636b +size 561092 diff --git a/pointerbench-text/data/test/0041.png b/pointerbench-text/data/test/0041.png new file mode 100644 index 0000000000000000000000000000000000000000..4c95372ddf24d17edeb622cd964e3c095c0a34df --- /dev/null +++ b/pointerbench-text/data/test/0041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1e2bb342adf7fbcc084b5390f8e4fb59496f768ffa79cc56b91a62fc1e0644 +size 614025 diff --git a/pointerbench-text/data/test/0042.png b/pointerbench-text/data/test/0042.png new file mode 100644 index 0000000000000000000000000000000000000000..9124aa12a88a39fd42aa80487decf2e50d532894 --- /dev/null +++ b/pointerbench-text/data/test/0042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16270c226192956b2003cefedb6b2891d434e8072243acdc293066fc6e21eed +size 342209 diff --git a/pointerbench-text/data/test/0043.png b/pointerbench-text/data/test/0043.png new file mode 100644 index 0000000000000000000000000000000000000000..1f4065037e2395d26afb40bf21e74fa08d6c1f2f --- /dev/null +++ b/pointerbench-text/data/test/0043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cba7fd2e0aec839dfaf6e14b22cc5aaccc44ecdbae5299c8a15fbfc03610981 +size 119279 diff --git a/pointerbench-text/data/test/0044.png b/pointerbench-text/data/test/0044.png new file mode 100644 index 0000000000000000000000000000000000000000..afb29fd9ef2f7a96317b40c563462a7c71b57938 --- /dev/null +++ b/pointerbench-text/data/test/0044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9f1bf9fe9474bfa012e489a514cc66a463d83c5a54d38edfaddb9dee6fbcd8 +size 60645 diff --git a/pointerbench-text/data/test/0045.png b/pointerbench-text/data/test/0045.png new file mode 100644 index 0000000000000000000000000000000000000000..d76293da8c56cb3306cbd9ff76e5d3d4d1e35a16 --- /dev/null +++ b/pointerbench-text/data/test/0045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2d5bed7683ac3e55cc0c6fd70c3dbaae1476a2b4fd309f1ddec577ad26779f +size 698470 diff --git a/pointerbench-text/data/test/0046.png b/pointerbench-text/data/test/0046.png new file mode 100644 index 0000000000000000000000000000000000000000..124150aba64b2d66c586ee0424997d1c33789ef6 --- /dev/null +++ b/pointerbench-text/data/test/0046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c3c8ec40b500e07bbadb10007f1691cafdb10120b873d3d5c2095e86185298 +size 45455 diff --git a/pointerbench-text/data/test/0047.png b/pointerbench-text/data/test/0047.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd6200b7043d0ef1f640a3fe7ac52e9f21e86e0 --- /dev/null +++ b/pointerbench-text/data/test/0047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524e2668590171d00ca55ab79e0cc1b9d83d99dd4835abf7e88a2bda7c9b9d4e +size 72969 diff --git a/pointerbench-text/data/test/0048.png b/pointerbench-text/data/test/0048.png new file mode 100644 index 0000000000000000000000000000000000000000..ab08867b54b793279061c50a6f18a2c3639e13bf --- /dev/null +++ b/pointerbench-text/data/test/0048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9b12fd06963258e3526dcc75542ae393627f34ac8a4b4edd49ca8626f7e0e3 +size 125094 diff --git a/pointerbench-text/data/test/0049.png b/pointerbench-text/data/test/0049.png new file mode 100644 index 0000000000000000000000000000000000000000..af89a6566a4305cfc817852af6d5d75ce34dbfd9 --- /dev/null +++ b/pointerbench-text/data/test/0049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86a80b33fc83faf4cfe92fec642930e31646356adc3596998b0cd566e40aa68 +size 78178 diff --git a/pointerbench-text/data/test/0050.png b/pointerbench-text/data/test/0050.png new file mode 100644 index 0000000000000000000000000000000000000000..8defc13ead0d7bb6eff0beb93fd6324594105980 --- /dev/null +++ b/pointerbench-text/data/test/0050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eee3f69c06817c1d7ef2094238f4f8464818d30a2314188553a657130455482 +size 111179 diff --git a/pointerbench-text/data/test/0051.png b/pointerbench-text/data/test/0051.png new file mode 100644 index 0000000000000000000000000000000000000000..4a18359cf6bab1ba78d9cefd5c50ef5ffef024d0 --- /dev/null +++ b/pointerbench-text/data/test/0051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3dfb31c9e97be4ec1a0ead70a8603e7ea9e58bc5e8d392be8f441eb8405624 +size 40270 diff --git a/pointerbench-text/data/test/0052.png b/pointerbench-text/data/test/0052.png new file mode 100644 index 0000000000000000000000000000000000000000..cb536c33122e103556209ea8c94481dd7611cb2d --- /dev/null +++ b/pointerbench-text/data/test/0052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d03c5696482e4da0b2af7a001dd6fa5e2c6ee40f1e66e492fdc3374542d887 +size 53415 diff --git a/pointerbench-text/data/test/0053.png b/pointerbench-text/data/test/0053.png new file mode 100644 index 0000000000000000000000000000000000000000..44df65ea1ff24786057948ce67ed26bc41faaac4 --- /dev/null +++ b/pointerbench-text/data/test/0053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d4885af9861536aac0689d0a4cd291b4535bf3d0266a1d94b03ddad199a559 +size 843338 diff --git a/pointerbench-text/data/test/0054.png b/pointerbench-text/data/test/0054.png new file mode 100644 index 0000000000000000000000000000000000000000..d80f74b7f1f92e73c6604eafa14b0caff0610a58 --- /dev/null +++ b/pointerbench-text/data/test/0054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4659e675a274e923a0d3c625b27375bd0e331bbfae0be435037b8d8191de9438 +size 101184 diff --git a/pointerbench-text/data/test/0055.png b/pointerbench-text/data/test/0055.png new file mode 100644 index 0000000000000000000000000000000000000000..ad54a8ebbdeec8ff58a7fe31947172a073378c9a --- /dev/null +++ b/pointerbench-text/data/test/0055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c19d49d9fbd6494c821d893ffa2b9603c939ab75fb66734cb685675692dd0b9 +size 287749 diff --git a/pointerbench-text/data/test/0056.png b/pointerbench-text/data/test/0056.png new file mode 100644 index 0000000000000000000000000000000000000000..4fbc5543fe6b6183cf9a3800b44da10b165e9169 --- /dev/null +++ b/pointerbench-text/data/test/0056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c243bdc4df0c0aa727dce59a79467e050f5cc899960a73f6ee62cf0d6d226cde +size 39305 diff --git a/pointerbench-text/data/test/0057.png b/pointerbench-text/data/test/0057.png new file mode 100644 index 0000000000000000000000000000000000000000..033e37f9a454302d1852781966bdbd1a71245996 --- /dev/null +++ b/pointerbench-text/data/test/0057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b4b4ac3135be4231db274075439ae9b76025d9ff61d0e481da3d701d34d03e +size 847060 diff --git a/pointerbench-text/data/test/0058.png b/pointerbench-text/data/test/0058.png new file mode 100644 index 0000000000000000000000000000000000000000..cd76f52fcb1fb7ed5169d1c4b2f1ce6d3025e0c0 --- /dev/null +++ b/pointerbench-text/data/test/0058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e342c780b1776731a8e69100414025758667c7d84bad8aec1df6aa60e2e50fc +size 71247 diff --git a/pointerbench-text/data/test/0059.png b/pointerbench-text/data/test/0059.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c7a02c9f518dc365dc0945722a7f17ebdd04ea --- /dev/null +++ b/pointerbench-text/data/test/0059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf6039c7c13aef2f664dfd680e02570af6e39764f4b0bfd211c25c649687fa +size 458810 diff --git a/pointerbench-text/data/test/0060.png b/pointerbench-text/data/test/0060.png new file mode 100644 index 0000000000000000000000000000000000000000..6d7edc9bf61c6423a0ac4979d0d0283b2c3251fc --- /dev/null +++ b/pointerbench-text/data/test/0060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0861575ec1b17afe1c620de738b142a48ac1395cdb700835720b6bfc2570583f +size 324149 diff --git a/pointerbench-text/data/test/0061.png b/pointerbench-text/data/test/0061.png new file mode 100644 index 0000000000000000000000000000000000000000..31fe212c4054777914a70fa066fe56b93efe50e4 --- /dev/null +++ b/pointerbench-text/data/test/0061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd1572b600685ac5ca1b6057accc4242746a5c696d964ef2ba5a68cb4e03039 +size 50429 diff --git a/pointerbench-text/data/test/0062.png b/pointerbench-text/data/test/0062.png new file mode 100644 index 0000000000000000000000000000000000000000..8a637e5ca4125873772397dc2c1e047cdbada2cb --- /dev/null +++ b/pointerbench-text/data/test/0062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e264e3ce31f052c12f55aa0c9c328e80444840bc0b42ed92665a3b8adf2bba3 +size 38961 diff --git a/pointerbench-text/data/test/0063.png b/pointerbench-text/data/test/0063.png new file mode 100644 index 0000000000000000000000000000000000000000..bab0b517cbec54537a864618d8a1539f33486718 --- /dev/null +++ b/pointerbench-text/data/test/0063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5ce22271afa2a7e763b92e3f5f4eff3548f7b6e41054f4296198505acf95d3 +size 717285 diff --git a/pointerbench-text/data/test/0064.png b/pointerbench-text/data/test/0064.png new file mode 100644 index 0000000000000000000000000000000000000000..e566e6d36c10f692fe52a8c274323ff7e1a8af49 --- /dev/null +++ b/pointerbench-text/data/test/0064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1389e160a8edc3b28c419072b645100ceb6100c6a05bbf5d30a6121ac5474642 +size 70053 diff --git a/pointerbench-text/data/test/0065.png b/pointerbench-text/data/test/0065.png new file mode 100644 index 0000000000000000000000000000000000000000..5185318a38dac60de75a197c4ace6c9d584afb04 --- /dev/null +++ b/pointerbench-text/data/test/0065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e160ae36da3f2fe1b97d06778675239259f9f65674821081920793ab87ee77a +size 49560 diff --git a/pointerbench-text/data/test/0066.png b/pointerbench-text/data/test/0066.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7665181116b3ec0867cdf4c53795eed8e529b8 --- /dev/null +++ b/pointerbench-text/data/test/0066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1dadc6d5d3d8fd986b2567909ce9afaaf70a45ded78e72297cced488d00050 +size 257400 diff --git a/pointerbench-text/data/test/0067.png b/pointerbench-text/data/test/0067.png new file mode 100644 index 0000000000000000000000000000000000000000..3a2c658850cf4ed177fdee0c9d8870909d5339ab --- /dev/null +++ b/pointerbench-text/data/test/0067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a56922431cbfb56f1225fe1d1a7f35a1a733f6c7a6aedc11572d0f927762c8 +size 49589 diff --git a/pointerbench-text/data/test/0068.png b/pointerbench-text/data/test/0068.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9470d43d423d463c06f4a0a25a14b5b38264eb --- /dev/null +++ b/pointerbench-text/data/test/0068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6719585805483b18efe56e87d02160c2ae12911e2181e39f5c86625c7669ce +size 99195 diff --git a/pointerbench-text/data/test/0069.png b/pointerbench-text/data/test/0069.png new file mode 100644 index 0000000000000000000000000000000000000000..a2326d8f6a99de7bafe53aed1db64088ca329c1d --- /dev/null +++ b/pointerbench-text/data/test/0069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565b58d20409203ee962b99e06a6b776dbcd3ae7abcc200d60188dc53e072d56 +size 137833 diff --git a/pointerbench-text/data/test/0070.png b/pointerbench-text/data/test/0070.png new file mode 100644 index 0000000000000000000000000000000000000000..a804a60bed1b84e7cf4c25d2a948250d41ddb15d --- /dev/null +++ b/pointerbench-text/data/test/0070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acefbf343d8313cbcdea473a9b8961e0b6f8d1847da9fe4d4099e8cb8b9e57f2 +size 116966 diff --git a/pointerbench-text/data/test/0071.png b/pointerbench-text/data/test/0071.png new file mode 100644 index 0000000000000000000000000000000000000000..eee670d9c503d0e92b8b55198946e3527dae83bd --- /dev/null +++ b/pointerbench-text/data/test/0071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7d236dc4e8715b3c84e2dafc0cab684d4402aea7b34cb0f976d89af692ba99 +size 91594 diff --git a/pointerbench-text/data/test/0072.png b/pointerbench-text/data/test/0072.png new file mode 100644 index 0000000000000000000000000000000000000000..63b19212ccc2ef041d6a0dd265aac710d1554f5d --- /dev/null +++ b/pointerbench-text/data/test/0072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78138db3b10cbe5124200dcb0286ca08e9d749831f8de76fd6cae68d66de991 +size 944252 diff --git a/pointerbench-text/data/test/0073.png b/pointerbench-text/data/test/0073.png new file mode 100644 index 0000000000000000000000000000000000000000..c002211c62f8f6c45b146e78e50046ed0188aef2 --- /dev/null +++ b/pointerbench-text/data/test/0073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f389f71eee4d6c65daa74ee4f600bc509ab850ecdd5fe4eb80d118b2100ef1 +size 169945 diff --git a/pointerbench-text/data/test/0074.png b/pointerbench-text/data/test/0074.png new file mode 100644 index 0000000000000000000000000000000000000000..69448c4de37aaa1fcdf791ecc61a2470491da421 --- /dev/null +++ b/pointerbench-text/data/test/0074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ef74102cf6d8717abdf6ce144d76573a0add603518fc06fa1556645ddbf7d5 +size 78660 diff --git a/pointerbench-text/data/test/0075.png b/pointerbench-text/data/test/0075.png new file mode 100644 index 0000000000000000000000000000000000000000..fa36165b6f2aa2ac49df7dc19e4910950ad3b6f6 --- /dev/null +++ b/pointerbench-text/data/test/0075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbb663e2a8f6a517688549f20d8e44c70cd69ed027444b9d7af4af96571341f +size 51906 diff --git a/pointerbench-text/data/test/0076.png b/pointerbench-text/data/test/0076.png new file mode 100644 index 0000000000000000000000000000000000000000..7d344f713efa0736ae7e72d1dc4d04f2c5966d8c --- /dev/null +++ b/pointerbench-text/data/test/0076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797de84684dcb6086dd2756c9971921e2a2b7ab98bd7f592709518d0bec6157c +size 88615 diff --git a/pointerbench-text/data/test/0077.png b/pointerbench-text/data/test/0077.png new file mode 100644 index 0000000000000000000000000000000000000000..2d853bffd334c449136c39c3cc7f6b16360d03dd --- /dev/null +++ b/pointerbench-text/data/test/0077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31eaeba16a216a038c544e9a5d59cde839c2d1a7e4636a3ce5cbdca70540f3d +size 109868 diff --git a/pointerbench-text/data/test/0078.png b/pointerbench-text/data/test/0078.png new file mode 100644 index 0000000000000000000000000000000000000000..fa66dd9f327ec91073c145ae35a29d20defb7e25 --- /dev/null +++ b/pointerbench-text/data/test/0078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceb145d22daef872dc10500ae9e33d249ed5f5f01ec10e17fe628740211046d +size 93866 diff --git a/pointerbench-text/data/test/0079.png b/pointerbench-text/data/test/0079.png new file mode 100644 index 0000000000000000000000000000000000000000..a11fb9c71cee0d7e39e0c1c10af4cdea0255dc0f --- /dev/null +++ b/pointerbench-text/data/test/0079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb8fd3deb6be15ff8a22f02fc3caf342242aeeeebcc73b13e4c9909a87079f +size 47070 diff --git a/pointerbench-text/data/test/0080.png b/pointerbench-text/data/test/0080.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9b70e18a641e5a9bec140520c42da2f602c5f0 --- /dev/null +++ b/pointerbench-text/data/test/0080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a47fa926f2ab52280803a77e74d476f0ddf15d7a479be1298a263a3f89465c +size 284732 diff --git a/pointerbench-text/data/test/0081.png b/pointerbench-text/data/test/0081.png new file mode 100644 index 0000000000000000000000000000000000000000..c7015b0ff9f887f8ef85124fce25a56097620e3a --- /dev/null +++ b/pointerbench-text/data/test/0081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0968c93e56fb47bf99024fded48a61575c0b090df77b6268de3c10e59ccf7cdf +size 91313 diff --git a/pointerbench-text/data/test/0082.png b/pointerbench-text/data/test/0082.png new file mode 100644 index 0000000000000000000000000000000000000000..11100da199a641015da17c1cc5980e8ebb7f700d --- /dev/null +++ b/pointerbench-text/data/test/0082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7080d676bbb34e0e57ce3bc94ff7aaa41643ecaea4a98f52df904b768446ddaa +size 70973 diff --git a/pointerbench-text/data/test/0083.png b/pointerbench-text/data/test/0083.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2240bba00c4e43fc1e4a5f00c50d02c6b124a3 --- /dev/null +++ b/pointerbench-text/data/test/0083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f0ae5d981e32dc7eda1d975db5aded8b3c07bbd5130c590a4aaaf0f2aab5c7 +size 51820 diff --git a/pointerbench-text/data/test/0084.png b/pointerbench-text/data/test/0084.png new file mode 100644 index 0000000000000000000000000000000000000000..4bbfa486575e217e4ee65beaeba026d3d4969295 --- /dev/null +++ b/pointerbench-text/data/test/0084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff20f7f57a7d99d116ab6d61acdab1ec7a56728efced9de6c418cb20410c2d0 +size 38276 diff --git a/pointerbench-text/data/test/0085.png b/pointerbench-text/data/test/0085.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8f7d1d7fd38e717a5e7c33bfddeee41feda1c2 --- /dev/null +++ b/pointerbench-text/data/test/0085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be7c69e9096d3233a62ab9fe069c56e1a2a5b96d06311de36da02b7a8b2b9d1 +size 58642 diff --git a/pointerbench-text/data/test/0086.png b/pointerbench-text/data/test/0086.png new file mode 100644 index 0000000000000000000000000000000000000000..8b30fc34f2206fa98262982b5bb3b5dcc5297707 --- /dev/null +++ b/pointerbench-text/data/test/0086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0b94c93c0494d6c169fec0389aa5aa40967fe6656dfef4033eaf47997be0cc +size 46656 diff --git a/pointerbench-text/data/test/0087.png b/pointerbench-text/data/test/0087.png new file mode 100644 index 0000000000000000000000000000000000000000..e0fe7c94a31218a91b23edd0c7d2074b96186b28 --- /dev/null +++ b/pointerbench-text/data/test/0087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a8c5daed27f447c4e34718b1e0d3ab69ed5a775d3265909329e62a88d0fd5b +size 79962 diff --git a/pointerbench-text/data/test/0088.png b/pointerbench-text/data/test/0088.png new file mode 100644 index 0000000000000000000000000000000000000000..2d3676c2abadf91b3af64cfd50f716137de113a7 --- /dev/null +++ b/pointerbench-text/data/test/0088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa3960c29c415b89bfbe84fe7948a166345f45c17c06996b50caa1eb9adb889 +size 29833 diff --git a/pointerbench-text/data/test/0089.png b/pointerbench-text/data/test/0089.png new file mode 100644 index 0000000000000000000000000000000000000000..cdcc7f4bf3fae892ef0f4ebddd5fbb4e6c3a9579 --- /dev/null +++ b/pointerbench-text/data/test/0089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47742625ed40280d3e9c8892d2171dfded74487edd0930d8044a80230ac9709d +size 98711 diff --git a/pointerbench-text/data/test/0090.png b/pointerbench-text/data/test/0090.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9281494b56aef2e35de95c478ce1bc6a08024d --- /dev/null +++ b/pointerbench-text/data/test/0090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f457a176b5ccfa754f30b838f3568c1d339f20b8cfd22efa8f722ac866845255 +size 775006 diff --git a/pointerbench-text/data/test/0091.png b/pointerbench-text/data/test/0091.png new file mode 100644 index 0000000000000000000000000000000000000000..308187216715d52c6b90563254bdece6ee0a7e4e --- /dev/null +++ b/pointerbench-text/data/test/0091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d5a763cff1f414c7c4490b7c5d5b6e949ace4f026b251f52c6e1a57e53f8e7 +size 28186 diff --git a/pointerbench-text/data/test/0092.png b/pointerbench-text/data/test/0092.png new file mode 100644 index 0000000000000000000000000000000000000000..f4bc38d1fb80ff760e305b974b8a9700e6f7f231 --- /dev/null +++ b/pointerbench-text/data/test/0092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60472d6a38ba4a93e5c63065013b48673021cd264b0f279e7b4c3aac78d047e0 +size 73392 diff --git a/pointerbench-text/data/test/0093.png b/pointerbench-text/data/test/0093.png new file mode 100644 index 0000000000000000000000000000000000000000..3637acb6e3743968db4224e9e70bc7198f1eaa3d --- /dev/null +++ b/pointerbench-text/data/test/0093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7b4a0c34db71b0446e878901579700df11439e6af4c7c80b7b143aadfae3a2 +size 82221 diff --git a/pointerbench-text/data/test/0094.png b/pointerbench-text/data/test/0094.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba6ca21920cf587d0651488c6c1a4898e8a4200 --- /dev/null +++ b/pointerbench-text/data/test/0094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfe7163cd6a76616e86be01ed7bc5e1fcc2fcd10767a237a7a2d1b28f076210 +size 79324 diff --git a/pointerbench-text/data/test/0095.png b/pointerbench-text/data/test/0095.png new file mode 100644 index 0000000000000000000000000000000000000000..d353a83276246d4b63597c01c0b145a4726368d4 --- /dev/null +++ b/pointerbench-text/data/test/0095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc98e4da68e6f0d7ead15c2ea93b9369d1cbfe17cbfda42539f9da35de60e521 +size 248384 diff --git a/pointerbench-text/data/test/0096.png b/pointerbench-text/data/test/0096.png new file mode 100644 index 0000000000000000000000000000000000000000..3347664ce526799702d4d149c299ed900b43c031 --- /dev/null +++ b/pointerbench-text/data/test/0096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32f6fc3d8dbc31d015182c3ad1a5877a2214a9c70cd0a370ac0facbeba8db21 +size 887931 diff --git a/pointerbench-text/data/test/0097.png b/pointerbench-text/data/test/0097.png new file mode 100644 index 0000000000000000000000000000000000000000..9d32c417f9df737a49f2b45781114c9d4c063809 --- /dev/null +++ b/pointerbench-text/data/test/0097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f70c5962e06a0a7e055b24aa98140cc671c2df2fb658c0add5f69d956b5586 +size 832510 diff --git a/pointerbench-text/data/test/0098.png b/pointerbench-text/data/test/0098.png new file mode 100644 index 0000000000000000000000000000000000000000..59b99a71ebd5328c75d146155d807bb98e150248 --- /dev/null +++ b/pointerbench-text/data/test/0098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9f05ccd0be2896706cb51d8f111b2f40308c6e53cc4260da333f846e4cd0f1 +size 1003251 diff --git a/pointerbench-text/data/test/0099.png b/pointerbench-text/data/test/0099.png new file mode 100644 index 0000000000000000000000000000000000000000..83fc4a533a56b9b0885b48edcaa55029052a6f8d --- /dev/null +++ b/pointerbench-text/data/test/0099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d68047921d479ea2878d1d1fe7e1de0cd553e3b10be17bc97f4991f50b559c +size 44114 diff --git a/pointerbench-text/data/test/0100.png b/pointerbench-text/data/test/0100.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e880263573228776e6902fccaa76d471b8dc15 --- /dev/null +++ b/pointerbench-text/data/test/0100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93821e89d6cd1b1feb15e8bd21d171415e050a7c1d879e52dbe4c7eb105cd7e3 +size 868482 diff --git a/pointerbench-text/data/test/0101.png b/pointerbench-text/data/test/0101.png new file mode 100644 index 0000000000000000000000000000000000000000..211368e0607c0a72708f673b3ed20044725d055c --- /dev/null +++ b/pointerbench-text/data/test/0101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408aa5a8d30e722ecfbfe39988a425518f2a1bfcf859b78ae1909b909f0110ed +size 155694 diff --git a/pointerbench-text/data/test/0102.png b/pointerbench-text/data/test/0102.png new file mode 100644 index 0000000000000000000000000000000000000000..87735fd6d0d4935411689f4a84aea7fe5d78e470 --- /dev/null +++ b/pointerbench-text/data/test/0102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a42681d773bcd903bfcfdfcb0347b644d4a958ebcdafedc04d0063f71eb995 +size 677234 diff --git a/pointerbench-text/data/test/0103.png b/pointerbench-text/data/test/0103.png new file mode 100644 index 0000000000000000000000000000000000000000..9713a6e7547776ebfffce88e6af33483cc5ce43a --- /dev/null +++ b/pointerbench-text/data/test/0103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a18ee442696f9ebf60e0baa3ce177f82357cfd5c922b58d40a30d36077794cf +size 945207 diff --git a/pointerbench-text/data/test/0104.png b/pointerbench-text/data/test/0104.png new file mode 100644 index 0000000000000000000000000000000000000000..562a62e43866976ceacc2362dd041003378c696e --- /dev/null +++ b/pointerbench-text/data/test/0104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b80237578e9c110e48bca266205a73a9e595bc0077ce1d1cb3c89637ea90abd +size 113100 diff --git a/pointerbench-text/data/test/0105.png b/pointerbench-text/data/test/0105.png new file mode 100644 index 0000000000000000000000000000000000000000..4439f8333a135bb956926aa77952c303c11fe4ed --- /dev/null +++ b/pointerbench-text/data/test/0105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cb1fd27ed54d17106594c6ea52814a97a8938be7d0be3863789a5c21772503 +size 44234 diff --git a/pointerbench-text/data/test/0106.png b/pointerbench-text/data/test/0106.png new file mode 100644 index 0000000000000000000000000000000000000000..68757db136b66bb44ab660489f04108c9acd9f2f --- /dev/null +++ b/pointerbench-text/data/test/0106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a487bd24c7e285c8f2256ead522cd6b536bb2181a0b87ad7218fe2aa26e96bb +size 105495 diff --git a/pointerbench-text/data/test/0107.png b/pointerbench-text/data/test/0107.png new file mode 100644 index 0000000000000000000000000000000000000000..5b61a6cf15a2bcac18a0aee7153d75183c860740 --- /dev/null +++ b/pointerbench-text/data/test/0107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64a52cedb3c3b8e6d264ebab66126eaa9e69c7204fd65ec1579028bb3acb0c3 +size 39202 diff --git a/pointerbench-text/data/test/0108.png b/pointerbench-text/data/test/0108.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8fb60af2d1f47321e8b1fe77fd248aecfd7822 --- /dev/null +++ b/pointerbench-text/data/test/0108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a878100e487fe431328b96628f7e1a951e63e3e81dbf7e2cae3ca504697e492 +size 81067 diff --git a/pointerbench-text/data/test/0109.png b/pointerbench-text/data/test/0109.png new file mode 100644 index 0000000000000000000000000000000000000000..dec632ec4142966e7a7f893671d14836357c73c1 --- /dev/null +++ b/pointerbench-text/data/test/0109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5704876193cba858ca8304af1c8ad2f5e16c99d873db194ccb2c64d6280e9b6f +size 119498 diff --git a/pointerbench-text/data/test/0110.png b/pointerbench-text/data/test/0110.png new file mode 100644 index 0000000000000000000000000000000000000000..2682a300cbb25955792796c7608b5d0a49e171c4 --- /dev/null +++ b/pointerbench-text/data/test/0110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1086c8ff25c9ed47cc1604a873e37a428b3afd4ecbc6e97e274fe14d09f3468 +size 64251 diff --git a/pointerbench-text/data/test/0111.png b/pointerbench-text/data/test/0111.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a1bb6977121556cdc0c47611cb5b8637e6a94 --- /dev/null +++ b/pointerbench-text/data/test/0111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dd51247cbe5905f85839ef74eb83ae92c19708a286a7b00e06b9b2546d4445 +size 75395 diff --git a/pointerbench-text/data/test/0112.png b/pointerbench-text/data/test/0112.png new file mode 100644 index 0000000000000000000000000000000000000000..166994af1de16f7ea388b547cce5bfe0d384b3db --- /dev/null +++ b/pointerbench-text/data/test/0112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ead909ab386d9e08ee7d4c9a6ea764ab1b74e204bc2cf392d4b2e1847fb7f0 +size 295044 diff --git a/pointerbench-text/data/test/0113.png b/pointerbench-text/data/test/0113.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c2f9e86499ef700a478595e6cba720fcdb3aae --- /dev/null +++ b/pointerbench-text/data/test/0113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322c55264869b78772b4f2fe0a142aff9a642dcd098c7fa217ffc5a36ecae658 +size 35152 diff --git a/pointerbench-text/data/test/0114.png b/pointerbench-text/data/test/0114.png new file mode 100644 index 0000000000000000000000000000000000000000..ceb0dfa1542e8eb0cece6495a54d7140271f2815 --- /dev/null +++ b/pointerbench-text/data/test/0114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e009498fa6f87d0887dd7a0ad61dd74657fc391d3be00057ebe93f51c0761a +size 242955 diff --git a/pointerbench-text/data/test/0115.png b/pointerbench-text/data/test/0115.png new file mode 100644 index 0000000000000000000000000000000000000000..914f8c9b7ad6d8cfe666c5f3e5459048232f3491 --- /dev/null +++ b/pointerbench-text/data/test/0115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd9160cb84ed19695777fc87bf751daba2c7521575ed41cd087de31e8788315 +size 49169 diff --git a/pointerbench-text/data/test/0116.png b/pointerbench-text/data/test/0116.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ecc1e9e857dc2e953bf43f74f67570e2683cb --- /dev/null +++ b/pointerbench-text/data/test/0116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc40e3ddb769a49a36e2511ae833732ac693d846d68fabf45f323c2b9e624b0f +size 228937 diff --git a/pointerbench-text/data/test/0117.png b/pointerbench-text/data/test/0117.png new file mode 100644 index 0000000000000000000000000000000000000000..0bba71ae1b7731ca76e07190fe24b5795ad71c53 --- /dev/null +++ b/pointerbench-text/data/test/0117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bc7d0d80ed0a1123411be1cb4624fc346db9e1d8ee9bf3348fab4cf3ad7140 +size 78658 diff --git a/pointerbench-text/data/test/0118.png b/pointerbench-text/data/test/0118.png new file mode 100644 index 0000000000000000000000000000000000000000..5488dfe77145c73f48ce80ee976aa27e4f801bd8 --- /dev/null +++ b/pointerbench-text/data/test/0118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedf2953c680c17892018f3dcfea847b8be3184bd8b4513d6aeb1efd86fec352 +size 61873 diff --git a/pointerbench-text/data/test/0119.png b/pointerbench-text/data/test/0119.png new file mode 100644 index 0000000000000000000000000000000000000000..77f596e39fe5bdaf2f24f79b41cd8c116133441f --- /dev/null +++ b/pointerbench-text/data/test/0119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9c9ff99a05c73cdeeff2428b333ebeed739029576764568ffb9ae02c56ee81 +size 137775 diff --git a/pointerbench-text/data/test/0120.png b/pointerbench-text/data/test/0120.png new file mode 100644 index 0000000000000000000000000000000000000000..8e3aed38d3dd7017319df181b3dc95ce876b402c --- /dev/null +++ b/pointerbench-text/data/test/0120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9d450e07fc28ce72b91f39409d463666349b24957967c87dca9e6fcee0b97d +size 74194 diff --git a/pointerbench-text/data/test/0121.png b/pointerbench-text/data/test/0121.png new file mode 100644 index 0000000000000000000000000000000000000000..da90b488ef2de3584a7643b7076aabd054777125 --- /dev/null +++ b/pointerbench-text/data/test/0121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6556bd53f6fee61aa3445c55d9d97f700a8c9a15ea35e9fa25070179b029b5 +size 443873 diff --git a/pointerbench-text/data/test/0122.png b/pointerbench-text/data/test/0122.png new file mode 100644 index 0000000000000000000000000000000000000000..f94968b890731132db7d24011d3eb99e690efe2f --- /dev/null +++ b/pointerbench-text/data/test/0122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cc3fd92912febe2aea24cf6363ef4c35fb3e6ece6efad59792c597db4c7d32 +size 531904 diff --git a/pointerbench-text/data/test/0123.png b/pointerbench-text/data/test/0123.png new file mode 100644 index 0000000000000000000000000000000000000000..30e571b094106f0bbe2fdaeff455beb4d9fcf41d --- /dev/null +++ b/pointerbench-text/data/test/0123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e374881a9fccfcc62558b114f6d47edb64bbb04e25d494e479f3c8d16ebc5fd6 +size 105368 diff --git a/pointerbench-text/data/test/0124.png b/pointerbench-text/data/test/0124.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1a24965e1fe5053822f46ea421036d11ec3328 --- /dev/null +++ b/pointerbench-text/data/test/0124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed41da6fa97b2a2a2468f3c33f6ba2479acdc007212bf2ee807f515551bae7cc +size 41338 diff --git a/pointerbench-text/data/test/0125.png b/pointerbench-text/data/test/0125.png new file mode 100644 index 0000000000000000000000000000000000000000..bf78f9593c3483e868267cffb02b5b33e99be622 --- /dev/null +++ b/pointerbench-text/data/test/0125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d562a0a9873df8d6f77b18492ae8090bf3b398dc6c660b3853390d9c283457a2 +size 74716 diff --git a/pointerbench-text/data/test/0126.png b/pointerbench-text/data/test/0126.png new file mode 100644 index 0000000000000000000000000000000000000000..764aa2729f90976ec65d0aa2f3c541a7834ecb67 --- /dev/null +++ b/pointerbench-text/data/test/0126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1321220165e4e46678ae6d48e48ec5d3548c8e804d8063b9ef06805606ba4d +size 919754 diff --git a/pointerbench-text/data/test/0127.png b/pointerbench-text/data/test/0127.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb18648acc0f4a009fd79d756e1f75e3cbcace4 --- /dev/null +++ b/pointerbench-text/data/test/0127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e030ee57099fe0f435b46c9eece8c0d62a69e3a4ca21b406171bafde40599fb3 +size 42431 diff --git a/pointerbench-text/data/test/0128.png b/pointerbench-text/data/test/0128.png new file mode 100644 index 0000000000000000000000000000000000000000..82b5d0dadef01a9c32593de75f9232427a08e65e --- /dev/null +++ b/pointerbench-text/data/test/0128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b4f96523583b19c482e3efa4ecfb1cac5be965842c6b539e36dfd9fe9d0cd7 +size 113941 diff --git a/pointerbench-text/data/test/0129.png b/pointerbench-text/data/test/0129.png new file mode 100644 index 0000000000000000000000000000000000000000..2e028aa6ffcec6b5e6e4ce3c79004974d3f624ff --- /dev/null +++ b/pointerbench-text/data/test/0129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1faed9ebef8641ccc76ee500337da62398fa1fd9e342822f3a77df59fcc5a69 +size 90557 diff --git a/pointerbench-text/data/test/0130.png b/pointerbench-text/data/test/0130.png new file mode 100644 index 0000000000000000000000000000000000000000..6b23b294deabe6368007205c5427607e89870632 --- /dev/null +++ b/pointerbench-text/data/test/0130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4625182d9efb3cf7d7563f5ca6da47f855eeb87b0da8ec888bbf797b85f5e1e4 +size 155837 diff --git a/pointerbench-text/data/test/0131.png b/pointerbench-text/data/test/0131.png new file mode 100644 index 0000000000000000000000000000000000000000..9f3244c79278881c60bc4afcce3f8cfac8551a5a --- /dev/null +++ b/pointerbench-text/data/test/0131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6d9d92605c0f92c4e8e4461b5ad68901a0e8f4a8527d19a60580a162a7257c +size 57104 diff --git a/pointerbench-text/data/test/0132.png b/pointerbench-text/data/test/0132.png new file mode 100644 index 0000000000000000000000000000000000000000..15b85826b748058b3d76cbd3f5bbfd0dfb607c89 --- /dev/null +++ b/pointerbench-text/data/test/0132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fe0f4d8bf2cf22e0d45c3ea648f40b2937d0af7c740842c8b589432a47a4d6 +size 864073 diff --git a/pointerbench-text/data/test/0133.png b/pointerbench-text/data/test/0133.png new file mode 100644 index 0000000000000000000000000000000000000000..605c099453a496628a268a05ad9b96559c85f747 --- /dev/null +++ b/pointerbench-text/data/test/0133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8687a4ab93bac0eee04eb0a3bc496ad632d2327da0ecbe9bbda8bbaa19ec8e +size 111347 diff --git a/pointerbench-text/data/test/0134.png b/pointerbench-text/data/test/0134.png new file mode 100644 index 0000000000000000000000000000000000000000..37c497a7e0d0d0b979f6fe0afc34d464bbd37d4f --- /dev/null +++ b/pointerbench-text/data/test/0134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96be781af0901f06061b66a593b53ea02f5f11f175cdcc9d7021853a3d1dd63 +size 107402 diff --git a/pointerbench-text/data/test/0135.png b/pointerbench-text/data/test/0135.png new file mode 100644 index 0000000000000000000000000000000000000000..5c9dfb3cfd90674e6b92522d96583067c40f7c76 --- /dev/null +++ b/pointerbench-text/data/test/0135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3381d9dc30ccea1ec99a7e1d94490715887150bf15840eacfade80625ca2aa9 +size 982223 diff --git a/pointerbench-text/data/test/0136.png b/pointerbench-text/data/test/0136.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6ba6380c19def86698c822091316205ffc7199 --- /dev/null +++ b/pointerbench-text/data/test/0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de645bf80939b0a138ae3a0aec9d9dc851b73c1a3159d2f738bed5cc5a65eb6 +size 348338 diff --git a/pointerbench-text/data/test/0137.png b/pointerbench-text/data/test/0137.png new file mode 100644 index 0000000000000000000000000000000000000000..0595ef1c66c2a00a7ea5730f178df3a493638c8d --- /dev/null +++ b/pointerbench-text/data/test/0137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f945500ad07085ce05cf980d71bcc152e4a9a7f7f198a8961eb4ff4af11f904 +size 51553 diff --git a/pointerbench-text/data/test/0138.png b/pointerbench-text/data/test/0138.png new file mode 100644 index 0000000000000000000000000000000000000000..c69bbf55e91827574cd2466477777676e1bd80b9 --- /dev/null +++ b/pointerbench-text/data/test/0138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4892f0cb9a35aa07d310c3c1461932e73705e4ad357dc65f58da3da79b8707e8 +size 103091 diff --git a/pointerbench-text/data/test/0139.png b/pointerbench-text/data/test/0139.png new file mode 100644 index 0000000000000000000000000000000000000000..e43cfc37814008b844b62e5e6d3e529d6f547d76 --- /dev/null +++ b/pointerbench-text/data/test/0139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f1a4bedc47bd5ab47914de389f931e74f2ee7e93d23654e3834a26ae1b7496 +size 176258 diff --git a/pointerbench-text/data/test/0140.png b/pointerbench-text/data/test/0140.png new file mode 100644 index 0000000000000000000000000000000000000000..913d738e11ae96f21a3692154e69ba8c7643059a --- /dev/null +++ b/pointerbench-text/data/test/0140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5715bdbb2d07f3aabbf8d8cc857972fd482c25ef70f1f8f253f114d7ecc21016 +size 59100 diff --git a/pointerbench-text/data/test/0141.png b/pointerbench-text/data/test/0141.png new file mode 100644 index 0000000000000000000000000000000000000000..b741acd111b3f5d3e3dbd0f1c972d7963f0e1f7f --- /dev/null +++ b/pointerbench-text/data/test/0141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c77039dccbbce9a98793818dc3e4edef8bbc582d5f67ed1c968df6a101ac091 +size 88522 diff --git a/pointerbench-text/data/test/0142.png b/pointerbench-text/data/test/0142.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1c9533296cf647442f390ce56275e52a73a1d4 --- /dev/null +++ b/pointerbench-text/data/test/0142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5945da7b53413fb1188b31efe94494cafc7206ddc496ef25f6d25a427020cfc3 +size 83859 diff --git a/pointerbench-text/data/test/0143.png b/pointerbench-text/data/test/0143.png new file mode 100644 index 0000000000000000000000000000000000000000..9a1d234c050f48608d835acbee26d8bbb682ee4a --- /dev/null +++ b/pointerbench-text/data/test/0143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b0fb56ba12a909cff0489a76adcbabaee34287408de06a79bc8ff2edb81b1e +size 92142 diff --git a/pointerbench-text/data/test/0144.png b/pointerbench-text/data/test/0144.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d5169a40d50048c71d3ce9153be49665cc2c8f --- /dev/null +++ b/pointerbench-text/data/test/0144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6ce97f37f73671b6293cebcfc4d78ec5def30134ee8a97f93cacc1c7e2f4ea +size 99463 diff --git a/pointerbench-text/data/test/0145.png b/pointerbench-text/data/test/0145.png new file mode 100644 index 0000000000000000000000000000000000000000..eaeced5f5d3077d17caa39114bad887ddcd88c49 --- /dev/null +++ b/pointerbench-text/data/test/0145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecf35fc78866e09ae700b7f3dcc759e130769cc8e0089325d397c0d633ea0dd +size 118384 diff --git a/pointerbench-text/data/test/0146.png b/pointerbench-text/data/test/0146.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb1adfe7e29f567867f2f14f5d981f5c08df258 --- /dev/null +++ b/pointerbench-text/data/test/0146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8e7d7a94d39f0335b0042068f0c5ba148467ee904d3c5a2c3f702da9e00bc2 +size 78754 diff --git a/pointerbench-text/data/test/0147.png b/pointerbench-text/data/test/0147.png new file mode 100644 index 0000000000000000000000000000000000000000..f70806f53e145289f6c8d1a5b2f62848d0103e9e --- /dev/null +++ b/pointerbench-text/data/test/0147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265462debe94dee53d146d56d42ba9c8f958a7015bda6466caa4a9cb6cdeeac8 +size 85628 diff --git a/pointerbench-text/data/test/0148.png b/pointerbench-text/data/test/0148.png new file mode 100644 index 0000000000000000000000000000000000000000..b520cbfc6e314393481dc8a903a6fc0c2f2c33dc --- /dev/null +++ b/pointerbench-text/data/test/0148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d32cc92f79c30d9ceb30ab58c63493119e2e8e15b2424c3c36f295bd776d75 +size 37574 diff --git a/pointerbench-text/data/test/0149.png b/pointerbench-text/data/test/0149.png new file mode 100644 index 0000000000000000000000000000000000000000..cc3dcfe14bdd57a08bcd9bd2383094f913d06aee --- /dev/null +++ b/pointerbench-text/data/test/0149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7404e10f67efb5b8fafd15ab223e0062216f2532e4454cfdd03a31774853839 +size 70491 diff --git a/pointerbench-text/data/test/0150.png b/pointerbench-text/data/test/0150.png new file mode 100644 index 0000000000000000000000000000000000000000..4298d12906e5c5b3c9dcdceb2a7bb7be80b19fa2 --- /dev/null +++ b/pointerbench-text/data/test/0150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3629f97d47027979b12144038ff31ad4a4fe43b648bc3e08a4d642fc2b5aa4 +size 41229 diff --git a/pointerbench-text/data/test/0151.png b/pointerbench-text/data/test/0151.png new file mode 100644 index 0000000000000000000000000000000000000000..d3bfe347871282dbaa66e9d222e9a92aa387658f --- /dev/null +++ b/pointerbench-text/data/test/0151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596412bec123f10e41d5f16d045f6fdd10e6834377a7cf4f1919ad10927cbddd +size 94290 diff --git a/pointerbench-text/data/test/0152.png b/pointerbench-text/data/test/0152.png new file mode 100644 index 0000000000000000000000000000000000000000..3564f992313c35f3924a1efd558278901e922668 --- /dev/null +++ b/pointerbench-text/data/test/0152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333a4efcd789ed28404b88308ac8b230ea2643afd6cd5cc11ace654291a67a24 +size 89161 diff --git a/pointerbench-text/data/test/0153.png b/pointerbench-text/data/test/0153.png new file mode 100644 index 0000000000000000000000000000000000000000..e95f4f9d14f84b183ffdfa048d0f9fd3ebf2180b --- /dev/null +++ b/pointerbench-text/data/test/0153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d177c47250f2c595069c6ce0dc749425ae745621302c9867016a4e88706427aa +size 62663 diff --git a/pointerbench-text/data/test/0154.png b/pointerbench-text/data/test/0154.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb7930fa8a612a0322941a04f95460c1bcd622c --- /dev/null +++ b/pointerbench-text/data/test/0154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4144bfa07947f747910035df90a0a97a19a5239da123f4d66127006fd91c1458 +size 39240 diff --git a/pointerbench-text/data/test/0155.png b/pointerbench-text/data/test/0155.png new file mode 100644 index 0000000000000000000000000000000000000000..2fffa1b2c1f42904b47aeb3fea1e6178361b2351 --- /dev/null +++ b/pointerbench-text/data/test/0155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8edbe7a3bcc45348e2e406bd6c19dbe464509e44bdf8abf9f133c9e44d06ad +size 79471 diff --git a/pointerbench-text/data/test/0156.png b/pointerbench-text/data/test/0156.png new file mode 100644 index 0000000000000000000000000000000000000000..1b44229f5daea36e7ba5ab7e46f03f19b3f82ab2 --- /dev/null +++ b/pointerbench-text/data/test/0156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9607b7c78cf4c5686a847af3be78a07ee5153e37b6b24ec6d858bc0640c47887 +size 80339 diff --git a/pointerbench-text/data/test/0157.png b/pointerbench-text/data/test/0157.png new file mode 100644 index 0000000000000000000000000000000000000000..b36c2784ed3d02c89c3e6506677474578ee2965d --- /dev/null +++ b/pointerbench-text/data/test/0157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b470e9c34f2f11f3c1b894d15f7860595ab8901fad2b82f1b211fadb9824c5 +size 118647 diff --git a/pointerbench-text/data/test/0158.png b/pointerbench-text/data/test/0158.png new file mode 100644 index 0000000000000000000000000000000000000000..a87829eb5f049f93f0c876bade60b5483e97f77f --- /dev/null +++ b/pointerbench-text/data/test/0158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49fb5cd773e8d13ce03e3a68c9a7b64d70708d5683dd737a4bc95e0faaf2d24 +size 122650 diff --git a/pointerbench-text/data/test/0159.png b/pointerbench-text/data/test/0159.png new file mode 100644 index 0000000000000000000000000000000000000000..b56a5b8f13d84a2c6f2b7115aa0a405a902690df --- /dev/null +++ b/pointerbench-text/data/test/0159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175626cf295128057b879c2037a71f27fbc086d7d8bb175906f4f72f140b94c1 +size 108150 diff --git a/pointerbench-text/data/test/0160.png b/pointerbench-text/data/test/0160.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd6a1adfa0afcad372a88f141f96c9fc1843e00 --- /dev/null +++ b/pointerbench-text/data/test/0160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30bbbe38a783663a546c4c656974cbd797bcbb45c037a45573c5886396cba09 +size 47263 diff --git a/pointerbench-text/data/test/0161.png b/pointerbench-text/data/test/0161.png new file mode 100644 index 0000000000000000000000000000000000000000..d4897bbe74fc8fae83a900170cd4db33bb1e872d --- /dev/null +++ b/pointerbench-text/data/test/0161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbd238ef1885df7b2ffd4602764d9907a2b00be806a9eede1c3944444bd80a8 +size 116366 diff --git a/pointerbench-text/data/test/0162.png b/pointerbench-text/data/test/0162.png new file mode 100644 index 0000000000000000000000000000000000000000..9710e3cbbda3456acee0517f566a68a275f93008 --- /dev/null +++ b/pointerbench-text/data/test/0162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad88adc6d0b616cbd23f3248358a476e40e50680e12ea053ec7d95db9cdf1b1 +size 72121 diff --git a/pointerbench-text/data/test/0163.png b/pointerbench-text/data/test/0163.png new file mode 100644 index 0000000000000000000000000000000000000000..19c0c3ae1598aba8726717000c46eeda1e384b2c --- /dev/null +++ b/pointerbench-text/data/test/0163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82429a78d16dd73764b6041352fdae4ccc34896e3dd7604861bfc144d12f39b5 +size 72488 diff --git a/pointerbench-text/data/test/0164.png b/pointerbench-text/data/test/0164.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b8e255a9b79d3f51b239b2522908388ef0008c --- /dev/null +++ b/pointerbench-text/data/test/0164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4014273f1e88bd01a1fe15ea76a6ab468c787718cb4549af2182af0bad0484 +size 123469 diff --git a/pointerbench-text/data/test/0165.png b/pointerbench-text/data/test/0165.png new file mode 100644 index 0000000000000000000000000000000000000000..4f4cf719ce7c911d10837b4694d24f29dc5dfe66 --- /dev/null +++ b/pointerbench-text/data/test/0165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42dda5be67cb6a55185f4f5b6bdd3372e390634ce737e21a2020211fc07b3b1 +size 849495 diff --git a/pointerbench-text/data/test/0166.png b/pointerbench-text/data/test/0166.png new file mode 100644 index 0000000000000000000000000000000000000000..574c6d90244daaa39d2c32f35976251204ceb3ce --- /dev/null +++ b/pointerbench-text/data/test/0166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cbddaac0a5e929dc5b5d3d23518aad7ed25425b3b8f15b130b8dbb398ba787 +size 263108 diff --git a/pointerbench-text/data/test/0167.png b/pointerbench-text/data/test/0167.png new file mode 100644 index 0000000000000000000000000000000000000000..dc01b9ef67267e7fb1756e3543140aa1de3826c4 --- /dev/null +++ b/pointerbench-text/data/test/0167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c505bdec57cc14d2ffc74b2b8c73b960d142396eb9848387d918cec7078b7329 +size 999067 diff --git a/pointerbench-text/data/test/0168.png b/pointerbench-text/data/test/0168.png new file mode 100644 index 0000000000000000000000000000000000000000..11ccca38eb62dab72c504fdcb5c58cfc2b80a0f3 --- /dev/null +++ b/pointerbench-text/data/test/0168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097668ad029feb30ac8bb12a9a142f00ea536b8f1c6836edc23bfadb2588c920 +size 97464 diff --git a/pointerbench-text/data/test/0169.png b/pointerbench-text/data/test/0169.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff33752a73b0275e475e34c8586e4eb6bb673ec --- /dev/null +++ b/pointerbench-text/data/test/0169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2162d423d0900939eeb3249c777f5d55cd58f0794e5f9a2e636c488c0aa09c +size 933912 diff --git a/pointerbench-text/data/test/0170.png b/pointerbench-text/data/test/0170.png new file mode 100644 index 0000000000000000000000000000000000000000..80ea924183b41f292d0674705de577dab3e2840a --- /dev/null +++ b/pointerbench-text/data/test/0170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6de9da08778cb9e5e17ecce020b64f4c461ea7643bbd3c7e747992a2f0104a +size 27346 diff --git a/pointerbench-text/data/test/0171.png b/pointerbench-text/data/test/0171.png new file mode 100644 index 0000000000000000000000000000000000000000..a222005533d04f04df551ee2fe4ca628807e04a5 --- /dev/null +++ b/pointerbench-text/data/test/0171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1945834b8c38e4544b0663ce12965f8d303787b473aeaae6e0e79bbb8c511745 +size 323990 diff --git a/pointerbench-text/data/test/0172.png b/pointerbench-text/data/test/0172.png new file mode 100644 index 0000000000000000000000000000000000000000..2a17ba99435075daddff7045ccd34046a5654dbd --- /dev/null +++ b/pointerbench-text/data/test/0172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75555d50d95710f3fa78525a7418ca9c6c1c6cf09fab7fa415d0f090ab77aeb7 +size 255692 diff --git a/pointerbench-text/data/test/0173.png b/pointerbench-text/data/test/0173.png new file mode 100644 index 0000000000000000000000000000000000000000..b182ac739bc98b1d15825091fe4f10b57d74179e --- /dev/null +++ b/pointerbench-text/data/test/0173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361462be324ae745600aad04872ba97a51ab526f80b269cb5098553657a7e94e +size 77128 diff --git a/pointerbench-text/data/test/0174.png b/pointerbench-text/data/test/0174.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0fb515e2bd656d1aedb836d935256cdbe8a11f --- /dev/null +++ b/pointerbench-text/data/test/0174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6fbea314fcceee3d9b3eb0d06f0743fb1cf5884d92de983b6e89fb82e76582 +size 72007 diff --git a/pointerbench-text/data/test/0175.png b/pointerbench-text/data/test/0175.png new file mode 100644 index 0000000000000000000000000000000000000000..a6ba8ff014605f8fe139bbb2aee49355751ed78b --- /dev/null +++ b/pointerbench-text/data/test/0175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3106143ae1a8ca92ae9bd21f16360e72b8d2eaa168ed3e842efce5183d24c4 +size 86266 diff --git a/pointerbench-text/data/test/0176.png b/pointerbench-text/data/test/0176.png new file mode 100644 index 0000000000000000000000000000000000000000..366075dea5fa3ff2b1452ff595e094402a56627b --- /dev/null +++ b/pointerbench-text/data/test/0176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6433b3e7ad941d31687dc769014cbb1e4f023be46cce64d7953b11e308f772 +size 197255 diff --git a/pointerbench-text/data/test/0177.png b/pointerbench-text/data/test/0177.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f650191915eecd62a1e0d622f271fbb1bdd590 --- /dev/null +++ b/pointerbench-text/data/test/0177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2bbb9ea3f42c432d9165c44a4f6f9b9397aecf8ae5c25588a20cde27a51e85 +size 107228 diff --git a/pointerbench-text/data/test/0178.png b/pointerbench-text/data/test/0178.png new file mode 100644 index 0000000000000000000000000000000000000000..15d802fb409034839a90c780dc6e5eb30118be94 --- /dev/null +++ b/pointerbench-text/data/test/0178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677b1feba9deee2341af64e63a1570d4e25e8716101d3f10ecb901bcd0a22ac7 +size 77612 diff --git a/pointerbench-text/data/test/0179.png b/pointerbench-text/data/test/0179.png new file mode 100644 index 0000000000000000000000000000000000000000..29945a16aa7842d4ce9e190db1f763f6ccd981e6 --- /dev/null +++ b/pointerbench-text/data/test/0179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4694d0e2e49fb698458b3e549b98a5a685541615527e7be414c77b886ee7bfde +size 69579 diff --git a/pointerbench-text/data/test/0180.png b/pointerbench-text/data/test/0180.png new file mode 100644 index 0000000000000000000000000000000000000000..4af01a6cefa16b8a4103403863e885124d84090c --- /dev/null +++ b/pointerbench-text/data/test/0180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda962994ffe52c8090041151a248bbe4f9dc14a87106fe18d786584dd113153 +size 240736 diff --git a/pointerbench-text/data/test/0181.png b/pointerbench-text/data/test/0181.png new file mode 100644 index 0000000000000000000000000000000000000000..651ec73e4ea8c7079bdcb4c56d0acdcc069513a8 --- /dev/null +++ b/pointerbench-text/data/test/0181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cea53867e2b9ba73fa7c6d5ff4d5e58c2122fd4285dde5edd11956b2f61b6b6 +size 159720 diff --git a/pointerbench-text/data/test/0182.png b/pointerbench-text/data/test/0182.png new file mode 100644 index 0000000000000000000000000000000000000000..671c153e298b9a2ef6b8308efcba94399e45a2b6 --- /dev/null +++ b/pointerbench-text/data/test/0182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235f342b76bdfd63113ea7b96a0ecb92cc4cef2c4179e56b2a0d86d8f55f844f +size 74248 diff --git a/pointerbench-text/data/test/0183.png b/pointerbench-text/data/test/0183.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b031b1de1c9d905cd03f4138c25f59a06726ea --- /dev/null +++ b/pointerbench-text/data/test/0183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4682c7392fa93a215203e7f34a7853607236c9d6fbc232b2b308101597b51b +size 91585 diff --git a/pointerbench-text/data/test/0184.png b/pointerbench-text/data/test/0184.png new file mode 100644 index 0000000000000000000000000000000000000000..ae765182c48353fbe22cc4198a9d61cf1a5c7602 --- /dev/null +++ b/pointerbench-text/data/test/0184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c454c522af2e8a1ac564a013f9676fa827382f8ebe46194a64d1a1b8b4fdf9 +size 65802 diff --git a/pointerbench-text/data/test/0185.png b/pointerbench-text/data/test/0185.png new file mode 100644 index 0000000000000000000000000000000000000000..d072f488c51cd3856b098ef957f2b2670951f7de --- /dev/null +++ b/pointerbench-text/data/test/0185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c16c8066e8d76fcafbbaa08a88f014af43f0168abe6650262435242f1deb962 +size 70560 diff --git a/pointerbench-text/data/test/0186.png b/pointerbench-text/data/test/0186.png new file mode 100644 index 0000000000000000000000000000000000000000..df356725ee431b678182195212dafd03448374f8 --- /dev/null +++ b/pointerbench-text/data/test/0186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb80ab8528dcf75a21ee4b12cdda92565398019d06bbe1912a9c2851e0df44c1 +size 93877 diff --git a/pointerbench-text/data/test/0187.png b/pointerbench-text/data/test/0187.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd5672d7e8c09a355e2fbcbc24706bedca7d406 --- /dev/null +++ b/pointerbench-text/data/test/0187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a1e48bfd6f9ea4e332d7a2d1b3095308d010f6bf8bba7fcde15875661786ec +size 136505 diff --git a/pointerbench-text/data/test/0188.png b/pointerbench-text/data/test/0188.png new file mode 100644 index 0000000000000000000000000000000000000000..53b862ba10136f87d56002c84a658ad47a5d90b3 --- /dev/null +++ b/pointerbench-text/data/test/0188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89eb55147204829a2747b65faa18c4e8229b00a1ce64a6263efec389149267f +size 42676 diff --git a/pointerbench-text/data/test/0189.png b/pointerbench-text/data/test/0189.png new file mode 100644 index 0000000000000000000000000000000000000000..028bf9875f8daf69a803026081b51bd27cb0da89 --- /dev/null +++ b/pointerbench-text/data/test/0189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11601bd537a284e54875c9bd6d22a3b1ed75e415513bbccb3da063177eee2a0 +size 903076 diff --git a/pointerbench-text/data/test/0190.png b/pointerbench-text/data/test/0190.png new file mode 100644 index 0000000000000000000000000000000000000000..8eba90f024cc6ba128b0ce4aefa0a05cdd539ae5 --- /dev/null +++ b/pointerbench-text/data/test/0190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5c53104504a8115b6d4650df05b63c0bd6a98efc50c870267ea993f32e378f +size 55826 diff --git a/pointerbench-text/data/test/0191.png b/pointerbench-text/data/test/0191.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8c0620df2c8ef0f47f561c6453161470bd4778 --- /dev/null +++ b/pointerbench-text/data/test/0191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a99c2b98a4d02296ed0435ee0b727b76e37f2512c1f3dce65ad18478d783f75 +size 41093 diff --git a/pointerbench-text/data/test/0192.png b/pointerbench-text/data/test/0192.png new file mode 100644 index 0000000000000000000000000000000000000000..28559d7810c4c37dc2801fff131be67ad94a9f44 --- /dev/null +++ b/pointerbench-text/data/test/0192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ef4528ce1c5967b412f2ef23fb6e162ded3dc348a0ceb7f8e6d1c364f7bab4 +size 272397 diff --git a/pointerbench-text/data/test/0193.png b/pointerbench-text/data/test/0193.png new file mode 100644 index 0000000000000000000000000000000000000000..3685084612634b7581a5e65c387721565a30cbe2 --- /dev/null +++ b/pointerbench-text/data/test/0193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e129fe2ac5920ab8c78094572cf3230b14d3a297fd6477ef184601bf5e7cf8d +size 42180 diff --git a/pointerbench-text/data/test/0194.png b/pointerbench-text/data/test/0194.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba2475abbb90b5f62f8299de3dcd3e240b796d0 --- /dev/null +++ b/pointerbench-text/data/test/0194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55280f825ec7880847bcacd7418db6b0d6f7785eba223569d1a087ca9951e93 +size 272956 diff --git a/pointerbench-text/data/test/0195.png b/pointerbench-text/data/test/0195.png new file mode 100644 index 0000000000000000000000000000000000000000..819e2bcf889800ed799ba6055725e585d983f037 --- /dev/null +++ b/pointerbench-text/data/test/0195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c14127d2f691f6e6efe46a72189b0ece9f70a05bb9ff4e5928516bbbdd061f +size 46100 diff --git a/pointerbench-text/data/test/0196.png b/pointerbench-text/data/test/0196.png new file mode 100644 index 0000000000000000000000000000000000000000..46302718239da06999cb749da1808d0ee8f1a116 --- /dev/null +++ b/pointerbench-text/data/test/0196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366c6995d28655a5dae1065595a1f475fb28ae0f098c692245484b66fd46eda3 +size 224317 diff --git a/pointerbench-text/data/test/0197.png b/pointerbench-text/data/test/0197.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2366ea924664df25bd8aa1009e436455e19c33 --- /dev/null +++ b/pointerbench-text/data/test/0197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612db2ecaacc5ca10e9796709eeb2a9a8a0a8a3fb46b5250a5c14b03e3b0a855 +size 87223 diff --git a/pointerbench-text/data/test/0198.png b/pointerbench-text/data/test/0198.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1037be0dc14dec2bb149a64be8a10bcce98d76 --- /dev/null +++ b/pointerbench-text/data/test/0198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c6a35c3b3c05e9d3655547f35fe1ee6d08d883ab72e8e90c47101ed4132d83 +size 72809 diff --git a/pointerbench-text/data/test/0199.png b/pointerbench-text/data/test/0199.png new file mode 100644 index 0000000000000000000000000000000000000000..bbe6a710fd29d0452a8353c23a23857eef54cd9b --- /dev/null +++ b/pointerbench-text/data/test/0199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6e2e3ce07286545135d048e3a0a8991fbaa441dda45641aa52a83b24050822 +size 105509 diff --git a/pointerbench-text/data/test/0200.png b/pointerbench-text/data/test/0200.png new file mode 100644 index 0000000000000000000000000000000000000000..e47da8305c233e0d2059304cd3f4d16f41de2b48 --- /dev/null +++ b/pointerbench-text/data/test/0200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb472452255465f99964703214798f52d02aa4b72acaa360b2165ec905cdbb4 +size 308685 diff --git a/pointerbench-text/data/test/0201.png b/pointerbench-text/data/test/0201.png new file mode 100644 index 0000000000000000000000000000000000000000..350a97cf58b860787018fd83770792ee4648348a --- /dev/null +++ b/pointerbench-text/data/test/0201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5400489763e3efaf88d496ad5a072c2c4dfcb0fab1f00800e2d7651af29402c9 +size 495183 diff --git a/pointerbench-text/data/test/0202.png b/pointerbench-text/data/test/0202.png new file mode 100644 index 0000000000000000000000000000000000000000..ca88b6475aba50aeb92cc7e7459318e8cc8ee490 --- /dev/null +++ b/pointerbench-text/data/test/0202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe17cf077dd295464438249076d429f5c27c35271753cf0e16725b5f185d3d20 +size 60348 diff --git a/pointerbench-text/data/test/0203.png b/pointerbench-text/data/test/0203.png new file mode 100644 index 0000000000000000000000000000000000000000..ae3eb088a35516004d8a4c5610f4d12ad08bb6ca --- /dev/null +++ b/pointerbench-text/data/test/0203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca68c6998fcca10cd0ff379943b83879bd0f5d3083feeda41ef2daababf05f5f +size 104103 diff --git a/pointerbench-text/data/test/0204.png b/pointerbench-text/data/test/0204.png new file mode 100644 index 0000000000000000000000000000000000000000..2e92990ab9a901bb7f4a26850c6b81a50cb95cd9 --- /dev/null +++ b/pointerbench-text/data/test/0204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00419174abd9ed54c3aa0804f15c97d882bcd26020205cb230793e6d2e3fb44f +size 111151 diff --git a/pointerbench-text/data/test/0205.png b/pointerbench-text/data/test/0205.png new file mode 100644 index 0000000000000000000000000000000000000000..13322698d6de342d051010a4793be0e127f1899c --- /dev/null +++ b/pointerbench-text/data/test/0205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf04a91c9de9f0845e3f3adad8ba56853e8ceee130970bc67887261ed83abb1c +size 70149 diff --git a/pointerbench-text/data/test/0206.png b/pointerbench-text/data/test/0206.png new file mode 100644 index 0000000000000000000000000000000000000000..6e677ce38ddc510a71917f846658310872ccfe16 --- /dev/null +++ b/pointerbench-text/data/test/0206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b98cce0c1c5492536cfe1f2942791b7915168d7792d7f0b3e559d5f4b4ec61 +size 66002 diff --git a/pointerbench-text/data/test/0207.png b/pointerbench-text/data/test/0207.png new file mode 100644 index 0000000000000000000000000000000000000000..8a95c83ea5e5cdc52da4a42081ebdbf4564eb508 --- /dev/null +++ b/pointerbench-text/data/test/0207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010fbcbdb70f8d163c48f6196ea9d93c8269ad552405162d83116536b0b300c9 +size 77631 diff --git a/pointerbench-text/data/test/0208.png b/pointerbench-text/data/test/0208.png new file mode 100644 index 0000000000000000000000000000000000000000..198400d70e4f38a0758d80b68aec207aa45e65a1 --- /dev/null +++ b/pointerbench-text/data/test/0208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b182766db1f815c11801c3adef987d04740c39a161d38b0cb549748a279e0a75 +size 120860 diff --git a/pointerbench-text/data/test/0209.png b/pointerbench-text/data/test/0209.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f7a3854b51c0cc28a59d50197aa80c720755f3 --- /dev/null +++ b/pointerbench-text/data/test/0209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cfbe6918a1576c251ee903ebbce449cb8583be2af3cc2cc91b5c77e0b761ce +size 56323 diff --git a/pointerbench-text/data/test/0210.png b/pointerbench-text/data/test/0210.png new file mode 100644 index 0000000000000000000000000000000000000000..4a13ee6d83ae8aba560b417c00862e7bd3f80ab4 --- /dev/null +++ b/pointerbench-text/data/test/0210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bf9f537d0e04646ce3906ec6d370beb50551f758bb63d3b8e63fcbb1da3234 +size 629191 diff --git a/pointerbench-text/data/test/0211.png b/pointerbench-text/data/test/0211.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dceb38c41903f05f9763dd8f67d725b45736e4 --- /dev/null +++ b/pointerbench-text/data/test/0211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1697fe5bc9add9e18064855d63c7fffb3bbf1a84d39808c5397cff28d2223280 +size 747218 diff --git a/pointerbench-text/data/test/0212.png b/pointerbench-text/data/test/0212.png new file mode 100644 index 0000000000000000000000000000000000000000..c14788587794ee005224da8981e90f551e88e3ba --- /dev/null +++ b/pointerbench-text/data/test/0212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c12eb0dfec23394b48728224f0b0d80bdb0677d2e90df3c266b502d52cbe69 +size 96950 diff --git a/pointerbench-text/data/test/0213.png b/pointerbench-text/data/test/0213.png new file mode 100644 index 0000000000000000000000000000000000000000..66c30e02c7efe2ba5f18acbf417e66ba0d3c1d02 --- /dev/null +++ b/pointerbench-text/data/test/0213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c87a80ee47c89b7fbaabd2b9e295d3a704ad3397c40b1983227c60daf23a0fb +size 43797 diff --git a/pointerbench-text/data/test/0214.png b/pointerbench-text/data/test/0214.png new file mode 100644 index 0000000000000000000000000000000000000000..565d521f9a3059a172ba5c22943c1f89595733bc --- /dev/null +++ b/pointerbench-text/data/test/0214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802006f6e8320ba1b4a5e86e0f3a34c2d60d31fd87ce30e5b9100803dd0276a0 +size 85520 diff --git a/pointerbench-text/data/test/0215.png b/pointerbench-text/data/test/0215.png new file mode 100644 index 0000000000000000000000000000000000000000..967e46b89dd97f8d0cf4cfc8d2eeba81ecba23a3 --- /dev/null +++ b/pointerbench-text/data/test/0215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6011696b5df24fa021bdea36a46985b03db7dfc25fb1cebf7748891f76588c3e +size 72880 diff --git a/pointerbench-text/data/test/0216.png b/pointerbench-text/data/test/0216.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf1f4b8bfcbe7a5813d46cf25c9799b0edbaf47 --- /dev/null +++ b/pointerbench-text/data/test/0216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916e83520d3522587341cef0ae52a2be4dac5f0c7c2afb2fa3ed0c58fd7821f9 +size 176349 diff --git a/pointerbench-text/data/test/0217.png b/pointerbench-text/data/test/0217.png new file mode 100644 index 0000000000000000000000000000000000000000..0aee506a9ccb3665eff24f5cbe7bab6e9b9ed6ee --- /dev/null +++ b/pointerbench-text/data/test/0217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de28962c386af3e00c6ad3272e6f844d6cb282a8ef2537790c083c93ca44033 +size 56732 diff --git a/pointerbench-text/data/test/0218.png b/pointerbench-text/data/test/0218.png new file mode 100644 index 0000000000000000000000000000000000000000..1d0845f37245ce4b3a7646f0c936bb6726a50e17 --- /dev/null +++ b/pointerbench-text/data/test/0218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cde43b6c836288e95034edb6421209c3d4e534f532826d17a93d79ca242a819 +size 52116 diff --git a/pointerbench-text/data/test/0219.png b/pointerbench-text/data/test/0219.png new file mode 100644 index 0000000000000000000000000000000000000000..6df1bf4818cf1669147088ee21f5ecd9dcc16cfc --- /dev/null +++ b/pointerbench-text/data/test/0219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ba4740408db3de1244db3a5ce7b758dae4daf180be2aaf7cd7ce2c09e5583e +size 260055 diff --git a/pointerbench-text/data/test/0220.png b/pointerbench-text/data/test/0220.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7f49e1c1d0a18e41fab4ede40512da33be804d --- /dev/null +++ b/pointerbench-text/data/test/0220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7d407712469911117860e93c4a086875e9626304cf30b769b31f4b1f3c23c0 +size 85483 diff --git a/pointerbench-text/data/test/0221.png b/pointerbench-text/data/test/0221.png new file mode 100644 index 0000000000000000000000000000000000000000..f31ce4c5b35bd78914bcdbe41e1823d2a9e5ea1a --- /dev/null +++ b/pointerbench-text/data/test/0221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c71511dfc320ca352fd33d2e05b2cfa64b063cf24371a689a4cee0d5bbd2804 +size 87948 diff --git a/pointerbench-text/data/test/0222.png b/pointerbench-text/data/test/0222.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf0b47cc28b0d3e5159ab32989c3f6b23bb43e3 --- /dev/null +++ b/pointerbench-text/data/test/0222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ced2d41c552f8ca27f274bf05421eaa141178c2018b22efa8e6cb7eb1f7085d +size 91973 diff --git a/pointerbench-text/data/test/0223.png b/pointerbench-text/data/test/0223.png new file mode 100644 index 0000000000000000000000000000000000000000..922119b91752775c623e2c9a3734e343072c836f --- /dev/null +++ b/pointerbench-text/data/test/0223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06a43877896fe8ae6bc15b6dff48f02fe60160907443b1d6b50f4a0d06ab6a1 +size 90601 diff --git a/pointerbench-text/data/test/0224.png b/pointerbench-text/data/test/0224.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ce3d95512944d63f137e696fb011032b066828 --- /dev/null +++ b/pointerbench-text/data/test/0224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76daf330bf86ff33a6a8a491dce940059895d669e069f637e6f2897b2c3591d2 +size 106330 diff --git a/pointerbench-text/data/test/0225.png b/pointerbench-text/data/test/0225.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5f29e13ebbde61b9d1bab8cd56ae65caa0bbad --- /dev/null +++ b/pointerbench-text/data/test/0225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1a796aec2425ebae26e364f499d12e21031c29a7c5a3a3898299c747bc7ec0 +size 67474 diff --git a/pointerbench-text/data/test/0226.png b/pointerbench-text/data/test/0226.png new file mode 100644 index 0000000000000000000000000000000000000000..0f0b172fdffe47468499e204c8b53819d80ebaf0 --- /dev/null +++ b/pointerbench-text/data/test/0226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e223d1dde33ed894d86be42830cd51baa512466c90654c31c42674450e207a +size 45330 diff --git a/pointerbench-text/data/test/0227.png b/pointerbench-text/data/test/0227.png new file mode 100644 index 0000000000000000000000000000000000000000..50d5aa363ccac8147a409509a068a8652cd76689 --- /dev/null +++ b/pointerbench-text/data/test/0227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ec735128d777e950249f08d8248da0b7837bf96360b525b2a827a8be2dbde2 +size 98630 diff --git a/pointerbench-text/data/test/0228.png b/pointerbench-text/data/test/0228.png new file mode 100644 index 0000000000000000000000000000000000000000..70e4e6355af203274567f2fbac3fd716ae7e2f7e --- /dev/null +++ b/pointerbench-text/data/test/0228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988e864310957ef70a5b772ca1a073b838e0127bc127d5958d5b8d2a4cb0a69e +size 78352 diff --git a/pointerbench-text/data/test/0229.png b/pointerbench-text/data/test/0229.png new file mode 100644 index 0000000000000000000000000000000000000000..b595bcab6567e34ee2003bf0587c3fe0beb8628d --- /dev/null +++ b/pointerbench-text/data/test/0229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e004027e963b9a32a517f451752a1d55852681d15be28496700f2d2ef1d82e6 +size 81140 diff --git a/pointerbench-text/data/test/0230.png b/pointerbench-text/data/test/0230.png new file mode 100644 index 0000000000000000000000000000000000000000..96ebbec8a89f6d428fcbf1189a4d9521cd1f5343 --- /dev/null +++ b/pointerbench-text/data/test/0230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a836a9645476e30bda2cf215bb2544467b05d9462c1126dc4229c10c704514c +size 47984 diff --git a/pointerbench-text/data/test/0231.png b/pointerbench-text/data/test/0231.png new file mode 100644 index 0000000000000000000000000000000000000000..125ce14c6b2b12d96b3187c4ae99bae3b8adf68b --- /dev/null +++ b/pointerbench-text/data/test/0231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3f31e8dadae885996689cab5e9075224e1cfebedbc6996e6c2219cfb80c758 +size 818941 diff --git a/pointerbench-text/data/test/0232.png b/pointerbench-text/data/test/0232.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9ffe38f259f3344b02b0f4eb1337b6bf2c8c7c --- /dev/null +++ b/pointerbench-text/data/test/0232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2a3801eca390be4320d5911e127af723ac26df2a8acca2b3d8b6abdf84cef1 +size 92614 diff --git a/pointerbench-text/data/test/0233.png b/pointerbench-text/data/test/0233.png new file mode 100644 index 0000000000000000000000000000000000000000..04dac2ef590cb0add8bddbc588a5026f5fcfa93f --- /dev/null +++ b/pointerbench-text/data/test/0233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eea4b4c5cdbbe4224105b8a147b319c8eab7aca3de106df3af06fa98193723 +size 59544 diff --git a/pointerbench-text/data/test/0234.png b/pointerbench-text/data/test/0234.png new file mode 100644 index 0000000000000000000000000000000000000000..fb10fd44587c74a9bd61a47d06d4e3a7090135d2 --- /dev/null +++ b/pointerbench-text/data/test/0234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fa7899c67103ec1fb40f2ace32aff669d17ca7a676f6af9588bbd1edbb32e3 +size 102477 diff --git a/pointerbench-text/data/test/0235.png b/pointerbench-text/data/test/0235.png new file mode 100644 index 0000000000000000000000000000000000000000..7a44d40a06df32110d6e03c29680b2279d7da16d --- /dev/null +++ b/pointerbench-text/data/test/0235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1cf41b50c57eaada80738ddbb7948d49b67ceb7a0a6a7c17629d4af6236787 +size 97817 diff --git a/pointerbench-text/data/test/0236.png b/pointerbench-text/data/test/0236.png new file mode 100644 index 0000000000000000000000000000000000000000..20e8342ff17281acc0941e7c81ed3771e3e54fc5 --- /dev/null +++ b/pointerbench-text/data/test/0236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d909429523ffbd106b4d1e67965194f240a8c6030a4f130e1e78142e78122e +size 83123 diff --git a/pointerbench-text/data/test/0237.png b/pointerbench-text/data/test/0237.png new file mode 100644 index 0000000000000000000000000000000000000000..42f4b5ceece8476f7a6756c5dee07f99580a5b07 --- /dev/null +++ b/pointerbench-text/data/test/0237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ddce81f143839fd4a716f8ca35381274eebab9876c10870cc3b1fb35f99a04 +size 77566 diff --git a/pointerbench-text/data/test/0238.png b/pointerbench-text/data/test/0238.png new file mode 100644 index 0000000000000000000000000000000000000000..3e164ba0907b86782bf4b4c533527fb27161f209 --- /dev/null +++ b/pointerbench-text/data/test/0238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7db556fb05a98b5f2e64e284ba0ea2e919fb9b2de760a85787fcd0eee7eb09f +size 150563 diff --git a/pointerbench-text/data/test/0239.png b/pointerbench-text/data/test/0239.png new file mode 100644 index 0000000000000000000000000000000000000000..3978230ac8303ad208f6a0f2156510a75657f254 --- /dev/null +++ b/pointerbench-text/data/test/0239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bfe72d737e4b261fc2cb37b7a813ba9055dcb8e9d070c6f0926bcb66376360 +size 879990 diff --git a/pointerbench-text/data/test/0240.png b/pointerbench-text/data/test/0240.png new file mode 100644 index 0000000000000000000000000000000000000000..c1882da798190a778c7013d833dbd9ceff21d9fa --- /dev/null +++ b/pointerbench-text/data/test/0240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f868e9fd93b6c1d95d9dbb75f6b73b620a91ed73fabaf019da5b70ac879e340e +size 91617 diff --git a/pointerbench-text/data/test/0241.png b/pointerbench-text/data/test/0241.png new file mode 100644 index 0000000000000000000000000000000000000000..2f74b3f3148d37c63d4cfc7cdcb1938b9e124fd9 --- /dev/null +++ b/pointerbench-text/data/test/0241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a36a86c3406e061406d29fe3adf3e6c26fb912b49262563df2f99974e73429 +size 47804 diff --git a/pointerbench-text/data/test/0242.png b/pointerbench-text/data/test/0242.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a0cad1af89a5db17fabca4817fb0c630348468 --- /dev/null +++ b/pointerbench-text/data/test/0242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e42925dbcbe5eb78b01065abca1c1ff8cb425d0988638dcfc13117bc2ac360 +size 50530 diff --git a/pointerbench-text/data/test/0243.png b/pointerbench-text/data/test/0243.png new file mode 100644 index 0000000000000000000000000000000000000000..a60f393d310f20d3fc90c8039280c76c5520881d --- /dev/null +++ b/pointerbench-text/data/test/0243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e4d44eede6cd648cbe184d5efa3386d8f9ba30fb047e56a4a6c44430f788ee +size 79645 diff --git a/pointerbench-text/data/test/0244.png b/pointerbench-text/data/test/0244.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b1acbcc38082107f7c87ae39838878670fbfd0 --- /dev/null +++ b/pointerbench-text/data/test/0244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af003fbda52b1c40800eaa3304da68c7287789ddce2e6ad3d188e0ab07b50307 +size 202049 diff --git a/pointerbench-text/data/test/0245.png b/pointerbench-text/data/test/0245.png new file mode 100644 index 0000000000000000000000000000000000000000..d606e80e286d02ab695365111457720ff59dfe5b --- /dev/null +++ b/pointerbench-text/data/test/0245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2d9eb3c85400966c619a33e241db66d71f2888f464f8602625e1fb91614250 +size 103018 diff --git a/pointerbench-text/data/test/0246.png b/pointerbench-text/data/test/0246.png new file mode 100644 index 0000000000000000000000000000000000000000..0efd80c0cda5ccfa9f3cd444dfbd99cbc5340f64 --- /dev/null +++ b/pointerbench-text/data/test/0246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd01ada26798c47e239148e8bef85187b9ea7908e0aeec146797a2183e04c3f0 +size 1023018 diff --git a/pointerbench-text/data/test/0247.png b/pointerbench-text/data/test/0247.png new file mode 100644 index 0000000000000000000000000000000000000000..73f9eb90d5a456094886e117db77307992aa1390 --- /dev/null +++ b/pointerbench-text/data/test/0247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc664eb0d231e166ffa0780353e23f6db24f26731d4465cca121eb4fc6d560f7 +size 111733 diff --git a/pointerbench-text/data/test/0248.png b/pointerbench-text/data/test/0248.png new file mode 100644 index 0000000000000000000000000000000000000000..8d964758d0de6ecbec28fa5cd945d016cf3605bb --- /dev/null +++ b/pointerbench-text/data/test/0248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088260098bb903d3c4f011406d48d066c4cdb85d049d399fe100814d2ad6348c +size 435743 diff --git a/pointerbench-text/data/test/0249.png b/pointerbench-text/data/test/0249.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaa777d3a0eb37d704ff80b0477f9666ae718ea --- /dev/null +++ b/pointerbench-text/data/test/0249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1db54dbd5dc07baee76c3c463a1aa9febb79df8bd5021ad5322c1c2e1cc495f +size 115606 diff --git a/pointerbench-text/data/test/0250.png b/pointerbench-text/data/test/0250.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ebbf00fb83a5e3c516a355f8eaa9c21de31541 --- /dev/null +++ b/pointerbench-text/data/test/0250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d28d38674ccf8c86c4b5d1fa062d42b06a3fb8bbeccccbeaa1fb60767458250 +size 53861 diff --git a/pointerbench-text/data/test/0251.png b/pointerbench-text/data/test/0251.png new file mode 100644 index 0000000000000000000000000000000000000000..2db2b85578627d790297b26e1b9634b0e97f1c23 --- /dev/null +++ b/pointerbench-text/data/test/0251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ee5f5df8aa0e8728afc38fb350ce4745f0d9b002f8bbceb22554d6d132d606 +size 57445 diff --git a/pointerbench-text/data/test/0252.png b/pointerbench-text/data/test/0252.png new file mode 100644 index 0000000000000000000000000000000000000000..5875965debbd76167ac0e449f2506300f9705dae --- /dev/null +++ b/pointerbench-text/data/test/0252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aacc6e4d2dc509101b7a6655dba028679e70ad06f27f0ec46251bb6ced5651 +size 93649 diff --git a/pointerbench-text/data/test/0253.png b/pointerbench-text/data/test/0253.png new file mode 100644 index 0000000000000000000000000000000000000000..c6e39d3908ca3dd2958cc0b76d659b622b412c78 --- /dev/null +++ b/pointerbench-text/data/test/0253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9141a63c67c56e7af7aa29cca3e48f39d0eb104eb02a715fbb22d9ec31e39d69 +size 50705 diff --git a/pointerbench-text/data/test/0254.png b/pointerbench-text/data/test/0254.png new file mode 100644 index 0000000000000000000000000000000000000000..c8fc55ae798405ad604c6b0a0c2f3ba7a56d8303 --- /dev/null +++ b/pointerbench-text/data/test/0254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719ab75acf3941ba7100c392b9c0bc9959111b7278bdecab6e36384e716f7a19 +size 1042613 diff --git a/pointerbench-text/data/test/0255.png b/pointerbench-text/data/test/0255.png new file mode 100644 index 0000000000000000000000000000000000000000..4c64372e7a8ddef38cf959b961a25a72cc3ed389 --- /dev/null +++ b/pointerbench-text/data/test/0255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710500f08a2fdde6e0714103f2237555aa1e4bea95a15266980faf84d696c7e8 +size 50833 diff --git a/pointerbench-text/data/test/0256.png b/pointerbench-text/data/test/0256.png new file mode 100644 index 0000000000000000000000000000000000000000..377797347a5586593a2e79d07a67571b2693dea8 --- /dev/null +++ b/pointerbench-text/data/test/0256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7510ed1d8252712f70c95de0c29404a6c8ae88a89575e7a7d49bd015a0f9cc +size 162901 diff --git a/pointerbench-text/data/test/0257.png b/pointerbench-text/data/test/0257.png new file mode 100644 index 0000000000000000000000000000000000000000..9ef9b40a24c0e76d9f4e9da6971334a7c4ac4de3 --- /dev/null +++ b/pointerbench-text/data/test/0257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e276dec913d75c14cae82a14b74de81904d62ec89738f3b68c24530c4def82da +size 46529 diff --git a/pointerbench-text/data/test/0258.png b/pointerbench-text/data/test/0258.png new file mode 100644 index 0000000000000000000000000000000000000000..a039bed6c7c159a7189cfc02b928b12d205b4249 --- /dev/null +++ b/pointerbench-text/data/test/0258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111eb1ecaa8fdd9d729aa0bdb475391fb4cbfbbba132b5b65351a78344ded9b1 +size 74652 diff --git a/pointerbench-text/data/test/0259.png b/pointerbench-text/data/test/0259.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec52053ef954f299e2bf961335d442fc9d15437 --- /dev/null +++ b/pointerbench-text/data/test/0259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826c0a1efe170945dbed1e4253f886a824b03a82719e9b1bebe88dce0a59c11b +size 311015 diff --git a/pointerbench-text/data/test/0260.png b/pointerbench-text/data/test/0260.png new file mode 100644 index 0000000000000000000000000000000000000000..945c932f96689e9ccb084ab882f372f26ba13944 --- /dev/null +++ b/pointerbench-text/data/test/0260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dccbe415e7d6cce193cc0ff734dceeee9c3a66a62c61f1d2cadb640040952fe +size 74447 diff --git a/pointerbench-text/data/test/0261.png b/pointerbench-text/data/test/0261.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f42eb09925faaf318829f3990221475b7749ef --- /dev/null +++ b/pointerbench-text/data/test/0261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45c8b688283ca6177ca727e5c29c4e2e249f6ab2b786fceae5296e6266e08ab +size 53017 diff --git a/pointerbench-text/data/test/0262.png b/pointerbench-text/data/test/0262.png new file mode 100644 index 0000000000000000000000000000000000000000..efb1c036132d99c2785f8229d030ad6b760e9c09 --- /dev/null +++ b/pointerbench-text/data/test/0262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db585b5bd736d3c6f1ab38309de8e75889586db7cc3ee6531ba4ac23838b8ba +size 85805 diff --git a/pointerbench-text/data/test/0263.png b/pointerbench-text/data/test/0263.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc990c11e69c6a6780594152cb1803669590322 --- /dev/null +++ b/pointerbench-text/data/test/0263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c03d6fb76bd1efc55063a4bb48ff7d73bf83f90eda50edaef01f5565a6e3c0 +size 86769 diff --git a/pointerbench-text/data/test/0264.png b/pointerbench-text/data/test/0264.png new file mode 100644 index 0000000000000000000000000000000000000000..d05339bb6b10b54ec79ee7ab84457da99173fdac --- /dev/null +++ b/pointerbench-text/data/test/0264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8d3b2e2a8af2218ab61d51bce41c5bc9b50ebf9958d6e7b3d0d819081daaf5 +size 234213 diff --git a/pointerbench-text/data/test/0265.png b/pointerbench-text/data/test/0265.png new file mode 100644 index 0000000000000000000000000000000000000000..962cb3aa59dc21b9a5955ead6d38d833d524a475 --- /dev/null +++ b/pointerbench-text/data/test/0265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce12874a80006088e5b3d8c57f3e7d8aad39909d63551185368d15eea2629e9e +size 93887 diff --git a/pointerbench-text/data/test/0266.png b/pointerbench-text/data/test/0266.png new file mode 100644 index 0000000000000000000000000000000000000000..e925708ee8715bb87e9f3f0aea02a14e0b45f6ac --- /dev/null +++ b/pointerbench-text/data/test/0266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf846706d97979408f0ce8927abe381ecc373c75e2a44ff46dbcb496f20acfb +size 154811 diff --git a/pointerbench-text/data/test/0267.png b/pointerbench-text/data/test/0267.png new file mode 100644 index 0000000000000000000000000000000000000000..28a18a30b4d4a9c3e53e55ba09aaade73a75f332 --- /dev/null +++ b/pointerbench-text/data/test/0267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876565b4f20df363d066eb4c9f1e4ab48b9064a6f3f4f44c052e8f7eb6871b24 +size 30946 diff --git a/pointerbench-text/data/test/0268.png b/pointerbench-text/data/test/0268.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4a822f0edf420bdda4c0b93a863ca7bd792359 --- /dev/null +++ b/pointerbench-text/data/test/0268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04ee6f2ab1a20edc134e8780686b972ce38c2584d19d31f3642b581387dcf7a +size 119856 diff --git a/pointerbench-text/data/test/0269.png b/pointerbench-text/data/test/0269.png new file mode 100644 index 0000000000000000000000000000000000000000..44ca2c580307ba0ddc24f2dc95db26cf818e62f0 --- /dev/null +++ b/pointerbench-text/data/test/0269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b798dc036b83412e3077ee6c5fcd5e66bf9148c424f1f67c4a254191e2370d +size 636462 diff --git a/pointerbench-text/data/test/0270.png b/pointerbench-text/data/test/0270.png new file mode 100644 index 0000000000000000000000000000000000000000..3199fc6c1ddb168230b96eba8665304246d5e6c0 --- /dev/null +++ b/pointerbench-text/data/test/0270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd68a0554681d206fb1191d0c489630cc5a4fc7b324d0411511e5eec15684cb5 +size 323735 diff --git a/pointerbench-text/data/test/0271.png b/pointerbench-text/data/test/0271.png new file mode 100644 index 0000000000000000000000000000000000000000..8a8b36c299f15b9980d752d513941de874ce0f20 --- /dev/null +++ b/pointerbench-text/data/test/0271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bc9b2097843493d687dc64d73127c123ec259c717de19b67c306ec36a2f061 +size 803368 diff --git a/pointerbench-text/data/test/0272.png b/pointerbench-text/data/test/0272.png new file mode 100644 index 0000000000000000000000000000000000000000..7060cc446f0661e4874b68d4b64509a681de6c5f --- /dev/null +++ b/pointerbench-text/data/test/0272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750ebd314a8be9e8ea0cd014bdcaeb02a83b17ec0211f7b1b8360257f1c30acb +size 411530 diff --git a/pointerbench-text/data/test/0273.png b/pointerbench-text/data/test/0273.png new file mode 100644 index 0000000000000000000000000000000000000000..a1deccec840c08f3ac9dad67ab2713aff52da944 --- /dev/null +++ b/pointerbench-text/data/test/0273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af909ec2666e20a369de23a4e6ff9ac9c8b0234e44256da78c4a8eb6e43187a +size 48000 diff --git a/pointerbench-text/data/test/0274.png b/pointerbench-text/data/test/0274.png new file mode 100644 index 0000000000000000000000000000000000000000..4cec5dec579ae4fd5c7a93b14f34139126dc3000 --- /dev/null +++ b/pointerbench-text/data/test/0274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c25241c59372c36c95f59b9682299beb1f4220b27d9ece548a4104e78e832d +size 52219 diff --git a/pointerbench-text/data/test/0275.png b/pointerbench-text/data/test/0275.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d95a62d7ff76f583c7628e174165caa5feb1c5 --- /dev/null +++ b/pointerbench-text/data/test/0275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff5f95b4e8692157baf2ad423299eec09f212e1f7d2b44352826883510285bd +size 58794 diff --git a/pointerbench-text/data/test/0276.png b/pointerbench-text/data/test/0276.png new file mode 100644 index 0000000000000000000000000000000000000000..286a7d7488a33cfb106d62ab8908530f3710e7ec --- /dev/null +++ b/pointerbench-text/data/test/0276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc2c162a9eba8082f39301acd6aa40db6813d24a14a9f298d456d7377aa8753 +size 83147 diff --git a/pointerbench-text/data/test/0277.png b/pointerbench-text/data/test/0277.png new file mode 100644 index 0000000000000000000000000000000000000000..3e35bcd6551d02f9764390bec7898eb2ac9f2c9f --- /dev/null +++ b/pointerbench-text/data/test/0277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41959596042fa118e6b28dc8d9ec187a495e0b449f220d218d6dc5b66cc9d7bc +size 59114 diff --git a/pointerbench-text/data/test/0278.png b/pointerbench-text/data/test/0278.png new file mode 100644 index 0000000000000000000000000000000000000000..215bdf26814c2865641078c95ef1fdfdc4c02eb7 --- /dev/null +++ b/pointerbench-text/data/test/0278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65425c8b447e758a7516b3ad4273a9ae2576c810f506749aeeb088b9ca32e37c +size 58990 diff --git a/pointerbench-text/data/test/0279.png b/pointerbench-text/data/test/0279.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa931427be7b7d1beef3fd12b385600a91e130b --- /dev/null +++ b/pointerbench-text/data/test/0279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c8ffa7857cec0327d0e37d4b0c2a15277a8dbebb0a2311ee9bcbd410637577 +size 213525 diff --git a/pointerbench-text/data/test/0280.png b/pointerbench-text/data/test/0280.png new file mode 100644 index 0000000000000000000000000000000000000000..0aa02b1890d5e87857b3d0a41b352d0204005a10 --- /dev/null +++ b/pointerbench-text/data/test/0280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cfed23e137f49eb1484821342614bdd6e3644002843ebe79e0b8f017eae53e +size 367785 diff --git a/pointerbench-text/data/test/0281.png b/pointerbench-text/data/test/0281.png new file mode 100644 index 0000000000000000000000000000000000000000..931bd7af600d36b079056a49f9cc3c8b4ee61ab1 --- /dev/null +++ b/pointerbench-text/data/test/0281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b4fe898392e806a072c966d0bda757a7b3d0376a7d0eea8caf1e2eb435b18e +size 102391 diff --git a/pointerbench-text/data/test/0282.png b/pointerbench-text/data/test/0282.png new file mode 100644 index 0000000000000000000000000000000000000000..1fd99ff1fbd832cf530548f6c0f78843768cb3ba --- /dev/null +++ b/pointerbench-text/data/test/0282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f2876eca2b2e5e032967cc477cb92cc2405cd631c41b7d37ee694dc341d66e +size 702178 diff --git a/pointerbench-text/data/test/0283.png b/pointerbench-text/data/test/0283.png new file mode 100644 index 0000000000000000000000000000000000000000..7c97d311e10fd4aa7cc1ba0e9f85d69ff20a401d --- /dev/null +++ b/pointerbench-text/data/test/0283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1b8a6f05f7af0dcf5c5bef27025fc02a5567129985171ac103453cac5aeedf +size 104385 diff --git a/pointerbench-text/data/test/0284.png b/pointerbench-text/data/test/0284.png new file mode 100644 index 0000000000000000000000000000000000000000..de8eabf56fb884b5007f52133252ffdd64da5fbe --- /dev/null +++ b/pointerbench-text/data/test/0284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5beb7da76fae95467952d4b337bf3351665b540d73d2788d60effa45055f36d +size 137834 diff --git a/pointerbench-text/data/test/0285.png b/pointerbench-text/data/test/0285.png new file mode 100644 index 0000000000000000000000000000000000000000..0a60e4d55bfa7902470b7910147930f4da2402e0 --- /dev/null +++ b/pointerbench-text/data/test/0285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e37f2c37481e057e4228df0a6ee9e0eb0ac60e2e3fa6efbc580bb6518b3ef7a +size 839097 diff --git a/pointerbench-text/data/test/0286.png b/pointerbench-text/data/test/0286.png new file mode 100644 index 0000000000000000000000000000000000000000..7a66cb0856c333d7a08ecc29fca4e2c0eebc16d7 --- /dev/null +++ b/pointerbench-text/data/test/0286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fe9303d61769eaf13e253feae2b1d4aa822145a353ee7c2b8df58a0be71f43 +size 846132 diff --git a/pointerbench-text/data/test/0287.png b/pointerbench-text/data/test/0287.png new file mode 100644 index 0000000000000000000000000000000000000000..4f37a2f56378186a6e3d78d0a4e776ecf37565f2 --- /dev/null +++ b/pointerbench-text/data/test/0287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c908bf3c29fcb4bd751c241543c6ec6c5035ebae91f44e2a3a17365caaa188c6 +size 55556 diff --git a/pointerbench-text/data/test/0288.png b/pointerbench-text/data/test/0288.png new file mode 100644 index 0000000000000000000000000000000000000000..4796eb79d1674c3123fc351634ad493c9abe26d7 --- /dev/null +++ b/pointerbench-text/data/test/0288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf3768ad47408c770a720524509a10b5c0dfea949145d32d860dc2725fb8a01 +size 74314 diff --git a/pointerbench-text/data/test/0289.png b/pointerbench-text/data/test/0289.png new file mode 100644 index 0000000000000000000000000000000000000000..b13949c9ea70366252f57f2bb40296b4a40ccce8 --- /dev/null +++ b/pointerbench-text/data/test/0289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8628462a647cbff626b2f3b9ad8bdd7c494e66816b0a8e9c49a20b222d010977 +size 899308 diff --git a/pointerbench-text/data/test/0290.png b/pointerbench-text/data/test/0290.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6b9c3615aac8dcf1c414191669fc886e717d8c --- /dev/null +++ b/pointerbench-text/data/test/0290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ea7039665f4cd37072ed1d025884381e712f0e7a6fea72b42826c56f737326 +size 99046 diff --git a/pointerbench-text/data/test/0291.png b/pointerbench-text/data/test/0291.png new file mode 100644 index 0000000000000000000000000000000000000000..561311ca42906c3f69b84901024ebb017aa039e3 --- /dev/null +++ b/pointerbench-text/data/test/0291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664a1cad974ee759586abb20f7f8b3f444e91fd08aead1ed9a59ba923e22357a +size 228612 diff --git a/pointerbench-text/data/test/0292.png b/pointerbench-text/data/test/0292.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4b9e9441362960bee3fe4522ed2dcd4750ffc9 --- /dev/null +++ b/pointerbench-text/data/test/0292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302da03f7ba564be5ce57801e936f159e6c0fa6a9795243440731592d67d944c +size 44020 diff --git a/pointerbench-text/data/test/0293.png b/pointerbench-text/data/test/0293.png new file mode 100644 index 0000000000000000000000000000000000000000..ba935e2434af9169b439ba8cc92b00a0e482d3a0 --- /dev/null +++ b/pointerbench-text/data/test/0293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5b599e5da17d8859d5769aa3ddc38e1bb2fba0138b77bfd1cccec1f646eabe +size 87054 diff --git a/pointerbench-text/data/test/0294.png b/pointerbench-text/data/test/0294.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a99b31515be824aae3346847034a3e76e8b125 --- /dev/null +++ b/pointerbench-text/data/test/0294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb27dbc8fc3017ff452363d40c9e403c13ab546687ebd434a738eaec5ee03a9 +size 719414 diff --git a/pointerbench-text/data/test/0295.png b/pointerbench-text/data/test/0295.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e4af9e7e1646ec90c05c3f9b4caefb60003262 --- /dev/null +++ b/pointerbench-text/data/test/0295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528e4d5f43770c7589bc1eec645c67d81ed336a7f49d2a034bf43f44b1d896bf +size 97635 diff --git a/pointerbench-text/data/test/0296.png b/pointerbench-text/data/test/0296.png new file mode 100644 index 0000000000000000000000000000000000000000..96a9eba45f7158b60db4ef2aef4c18777d41640d --- /dev/null +++ b/pointerbench-text/data/test/0296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4777e1d3182da465db751527b7d9afca8d8c769a0a956809a51f4cca58cb94c9 +size 90324 diff --git a/pointerbench-text/data/test/0297.png b/pointerbench-text/data/test/0297.png new file mode 100644 index 0000000000000000000000000000000000000000..e1adcd66c887afd3bb2f7786dd15dab7827c7559 --- /dev/null +++ b/pointerbench-text/data/test/0297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e083a89b2a78041266681d37f5ddc2c6db8fcd3d8538055d7f8fcb8fc1cf2eb +size 53312 diff --git a/pointerbench-text/data/test/0298.png b/pointerbench-text/data/test/0298.png new file mode 100644 index 0000000000000000000000000000000000000000..6d67a54f644a14747340c2e4cb9f800f9488a224 --- /dev/null +++ b/pointerbench-text/data/test/0298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4bdfc037e566759371e335d99e409c510b41b65b2fdfe8cf072c7a1f2f79a0 +size 93298 diff --git a/pointerbench-text/data/test/0299.png b/pointerbench-text/data/test/0299.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f2cb7a82a807509d9f269520ae3080fdf405c1 --- /dev/null +++ b/pointerbench-text/data/test/0299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0008c488b71cce4737465ea678e3792b32f72e676f0407d8687c7367ee8858b +size 84064 diff --git a/pointerbench-text/data/test/0300.png b/pointerbench-text/data/test/0300.png new file mode 100644 index 0000000000000000000000000000000000000000..7081641a5c6f58be1e93f40f73f3773574ff2324 --- /dev/null +++ b/pointerbench-text/data/test/0300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2273e7aee6b646936432d29b8ba4a30d5d56758b50a860454b09aeee713690cf +size 68502 diff --git a/pointerbench-text/data/test/0301.png b/pointerbench-text/data/test/0301.png new file mode 100644 index 0000000000000000000000000000000000000000..532c12ba943e74ad54ced95ff4ebeb0dfc0ae10e --- /dev/null +++ b/pointerbench-text/data/test/0301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781d470af7c36fc088492d38609bbe329e3292fb511b8e6cc1ce168dbef3052f +size 45482 diff --git a/pointerbench-text/data/test/0302.png b/pointerbench-text/data/test/0302.png new file mode 100644 index 0000000000000000000000000000000000000000..ef255e5bb961e85a6e957332d3d80b07236563f3 --- /dev/null +++ b/pointerbench-text/data/test/0302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2debb4ca9889f64caa41b8d2f17f6495915a77c528fbc3609d9db7a34de2bc8a +size 109240 diff --git a/pointerbench-text/data/test/0303.png b/pointerbench-text/data/test/0303.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5d3a998b6d6c1c97311b31d65404815c1cabbe --- /dev/null +++ b/pointerbench-text/data/test/0303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dee43e41a044c1b1ea0de7b3a6cb8b78f5a7e16c2a51a5540beb8d76077ef6 +size 102421 diff --git a/pointerbench-text/data/test/0304.png b/pointerbench-text/data/test/0304.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7b6b0f8dfa71cd225bb6e767a02cb6081695f4 --- /dev/null +++ b/pointerbench-text/data/test/0304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61aa1d72431ae1dfe142ab2c3ee14cab05675bcfac946fe780e52a29bd8ed7a +size 758193 diff --git a/pointerbench-text/data/test/0305.png b/pointerbench-text/data/test/0305.png new file mode 100644 index 0000000000000000000000000000000000000000..cdee916479b0402bb5db4f8a8ffa60565eb958ec --- /dev/null +++ b/pointerbench-text/data/test/0305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1115fd4261f1ce8ba2179034ba656b975d8c367c694caf2249a4e509cf976f3b +size 523529 diff --git a/pointerbench-text/data/test/0306.png b/pointerbench-text/data/test/0306.png new file mode 100644 index 0000000000000000000000000000000000000000..db66848dee0b93fe7c2edccbbc5716f91e99efb4 --- /dev/null +++ b/pointerbench-text/data/test/0306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4fb496f7c30e389bbf6d223006f27283fbdc8dc9a38f74a93bcc426e3baed4 +size 75237 diff --git a/pointerbench-text/data/test/0307.png b/pointerbench-text/data/test/0307.png new file mode 100644 index 0000000000000000000000000000000000000000..3fa30a650b33a6d98c7c2decd6c86e6a7ab92f1a --- /dev/null +++ b/pointerbench-text/data/test/0307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d556b1893cd62bfd01e7cda1547683c76920a8cad9510f478705b3da7739f3b0 +size 119733 diff --git a/pointerbench-text/data/test/0308.png b/pointerbench-text/data/test/0308.png new file mode 100644 index 0000000000000000000000000000000000000000..0c48dd7375bb8406caf2e6b9b6cf9eed42469ed3 --- /dev/null +++ b/pointerbench-text/data/test/0308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0b3b5a52f14ef58cbf5c8f8937dd8b99a704c09b305a43c506482b0c161bbb +size 29345 diff --git a/pointerbench-text/data/test/0309.png b/pointerbench-text/data/test/0309.png new file mode 100644 index 0000000000000000000000000000000000000000..13642c81319fbac6b1794bc355f747194823e1cf --- /dev/null +++ b/pointerbench-text/data/test/0309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cd5048623cca0ffb3ab7349e8ef9d19732619306476fcb56189ed39d2fe9f6 +size 105539 diff --git a/pointerbench-text/data/test/0310.png b/pointerbench-text/data/test/0310.png new file mode 100644 index 0000000000000000000000000000000000000000..5e766e7b7a17d5585fc0322fc848214840cc4163 --- /dev/null +++ b/pointerbench-text/data/test/0310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f413473e9aba1eec0382f72a33eb75ecad2ccea3b7be78bfb0080f1b5431001 +size 688012 diff --git a/pointerbench-text/data/test/0311.png b/pointerbench-text/data/test/0311.png new file mode 100644 index 0000000000000000000000000000000000000000..76deead52816739db8dc036062a8e8f26da91253 --- /dev/null +++ b/pointerbench-text/data/test/0311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c8b6edb850dc0db64e7c9013696abfd238c68865863a5a6a7b1bbdd32cfe2b +size 65496 diff --git a/pointerbench-text/data/test/0312.png b/pointerbench-text/data/test/0312.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e0813e1d42c3241136654cf7931f59cc3ed356 --- /dev/null +++ b/pointerbench-text/data/test/0312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99eabde1bd9fd3915e7954a086120a4f0e8ea267722038aa2b9eeb285921317 +size 41700 diff --git a/pointerbench-text/data/test/0313.png b/pointerbench-text/data/test/0313.png new file mode 100644 index 0000000000000000000000000000000000000000..951e92c340af97264516e6677148c162d6f6d893 --- /dev/null +++ b/pointerbench-text/data/test/0313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c24015668e13f805919b3e39f0ef1098a08f495eb13a052bd23dd99d4c556a +size 49152 diff --git a/pointerbench-text/data/test/0314.png b/pointerbench-text/data/test/0314.png new file mode 100644 index 0000000000000000000000000000000000000000..35aa9ab81233bd41ee27f513feed9473f6479bbf --- /dev/null +++ b/pointerbench-text/data/test/0314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55917ab7a40325d5397b7de0947ffe085559409e00d66552f2a7570c54a715ba +size 57610 diff --git a/pointerbench-text/data/test/0315.png b/pointerbench-text/data/test/0315.png new file mode 100644 index 0000000000000000000000000000000000000000..c937d9f917956dabb3a0cc4764a95131d4d952b2 --- /dev/null +++ b/pointerbench-text/data/test/0315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f5a0bddfd37c4e1caeebf44ac122a6df3940237c0687ad1aa2a87ed034abae +size 59133 diff --git a/pointerbench-text/data/test/0316.png b/pointerbench-text/data/test/0316.png new file mode 100644 index 0000000000000000000000000000000000000000..db5c88115bec0d346253a163bbe7c97ab4108b5d --- /dev/null +++ b/pointerbench-text/data/test/0316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7733ca4b65250806bf8237da6a6e7fe863a7b7ad920b82570599550fd90ed25 +size 518859 diff --git a/pointerbench-text/data/test/0317.png b/pointerbench-text/data/test/0317.png new file mode 100644 index 0000000000000000000000000000000000000000..8c8f1ae246c585635dd62cdadf16a2a2097924b1 --- /dev/null +++ b/pointerbench-text/data/test/0317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a067ac0189723d0ab0c6bffd72dc64a1fe8b11d7763b86a509dcd054d989d4c +size 132932 diff --git a/pointerbench-text/data/test/0318.png b/pointerbench-text/data/test/0318.png new file mode 100644 index 0000000000000000000000000000000000000000..4fdcf7f370a0e84c181dee22cd3cdaa375acd494 --- /dev/null +++ b/pointerbench-text/data/test/0318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192121aa097e7663e2e8e048d969c08c3a441b6fbb86409c4ea649dc64ec632c +size 35694 diff --git a/pointerbench-text/data/test/0319.png b/pointerbench-text/data/test/0319.png new file mode 100644 index 0000000000000000000000000000000000000000..8ddc99a04b719cd27379087617155ae28f54006c --- /dev/null +++ b/pointerbench-text/data/test/0319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f6bad5f1d32cf24b91403cf9dc468db7d8bc85ac071af4e8544078afe609c9 +size 42105 diff --git a/pointerbench-text/data/test/0320.png b/pointerbench-text/data/test/0320.png new file mode 100644 index 0000000000000000000000000000000000000000..a872406d412665a56a118c588df74313fe8d2c15 --- /dev/null +++ b/pointerbench-text/data/test/0320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3603cfe1a45b822af4e77c8266ebf1cb0c6840edbfab368468bac43a52c7aa9b +size 946647 diff --git a/pointerbench-text/data/test/0321.png b/pointerbench-text/data/test/0321.png new file mode 100644 index 0000000000000000000000000000000000000000..76e7b11142007e3424e4de93b1e8553f5ca72ba9 --- /dev/null +++ b/pointerbench-text/data/test/0321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00ffb3bb24cbff5739f84b73ba1bf48f6782b9281ee5fcb27fa21524c9c643b +size 72412 diff --git a/pointerbench-text/data/test/0322.png b/pointerbench-text/data/test/0322.png new file mode 100644 index 0000000000000000000000000000000000000000..62891ee3f85abbd1da65ee63c88c99e9ebb980e2 --- /dev/null +++ b/pointerbench-text/data/test/0322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb9a20bf1b93d843fc5b208720fe72d72505bc23935f11e428a88367092030d +size 252416 diff --git a/pointerbench-text/data/test/0323.png b/pointerbench-text/data/test/0323.png new file mode 100644 index 0000000000000000000000000000000000000000..7761f1b06deb8c5b2cdf157c034a961b14debe67 --- /dev/null +++ b/pointerbench-text/data/test/0323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0a0cf746edb54309ab195d243116a16d269e7637ebd15e0163d691aab7408b +size 15584 diff --git a/pointerbench-text/data/test/0324.png b/pointerbench-text/data/test/0324.png new file mode 100644 index 0000000000000000000000000000000000000000..77e2168921f502401d219f2b96771853b767aca5 --- /dev/null +++ b/pointerbench-text/data/test/0324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a78544441f06312ae9e05e8f1b00fb2fb443910dce5ae349a43451654a535a +size 87382 diff --git a/pointerbench-text/data/test/0325.png b/pointerbench-text/data/test/0325.png new file mode 100644 index 0000000000000000000000000000000000000000..090bb1c5e8595b8a8e2033de4121082211c506a4 --- /dev/null +++ b/pointerbench-text/data/test/0325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b3ee0e1ca1d15130be532c7ca5fa23b88dff76a6ffcf5d42ebe1bef78fbe78 +size 254267 diff --git a/pointerbench-text/data/test/0326.png b/pointerbench-text/data/test/0326.png new file mode 100644 index 0000000000000000000000000000000000000000..c300fa05ecc0822d84a3ea93e81d5b4b4b811ad4 --- /dev/null +++ b/pointerbench-text/data/test/0326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd13f6613d5dcb9297365364c087f96fa6d6bac4fdc918154ac311c7482feb5 +size 215384 diff --git a/pointerbench-text/data/test/0327.png b/pointerbench-text/data/test/0327.png new file mode 100644 index 0000000000000000000000000000000000000000..67ae4b9c9653509f30aa92b90fd1398fbe56c614 --- /dev/null +++ b/pointerbench-text/data/test/0327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf683681d089166a4ee04bbf356b02e5e8681cfda9a8c6a806d11c07491716d +size 43301 diff --git a/pointerbench-text/data/test/0328.png b/pointerbench-text/data/test/0328.png new file mode 100644 index 0000000000000000000000000000000000000000..2644c780b6e20b6a8b08d34e3b85c08960f58ef1 --- /dev/null +++ b/pointerbench-text/data/test/0328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe3aecefc133fde69d4840e27c823a621b37186208820552df091c161596c1d +size 35083 diff --git a/pointerbench-text/data/test/0329.png b/pointerbench-text/data/test/0329.png new file mode 100644 index 0000000000000000000000000000000000000000..4ba310053fb9981ba1c22b9de727285004b19587 --- /dev/null +++ b/pointerbench-text/data/test/0329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b03b7a252cf2e5e83a6d0ded5170acb1ad073a88d196531ae2acbd864ae6a08 +size 68077 diff --git a/pointerbench-text/data/test/0330.png b/pointerbench-text/data/test/0330.png new file mode 100644 index 0000000000000000000000000000000000000000..89c39675e62483c6096f4ee6c5472c93410ac0fc --- /dev/null +++ b/pointerbench-text/data/test/0330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e60208b8c24aeeb4db66a64018db268efcdcdac8dee6c7aee1d88b3cfc8e21 +size 70592 diff --git a/pointerbench-text/data/test/0331.png b/pointerbench-text/data/test/0331.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c6cba88b014ab65115902cc80f811d27924fc7 --- /dev/null +++ b/pointerbench-text/data/test/0331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5c59a97bed649ca3584ce14a0c635036d959842ca4001c89f717b7ec0b21a6 +size 65733 diff --git a/pointerbench-text/data/test/0332.png b/pointerbench-text/data/test/0332.png new file mode 100644 index 0000000000000000000000000000000000000000..76c03dbe5f35ee5c327c805ddfe0085edbf31e68 --- /dev/null +++ b/pointerbench-text/data/test/0332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fb1a007952172969cce8187cce8ebaa5054bd85595d7cf626a1b802229034f +size 203851 diff --git a/pointerbench-text/data/test/0333.png b/pointerbench-text/data/test/0333.png new file mode 100644 index 0000000000000000000000000000000000000000..f095fef5c91d34eaa42e95bd9b09f9ace28954e1 --- /dev/null +++ b/pointerbench-text/data/test/0333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d322d16935293d24173df01eb662de1aeaf04ce075dd472e0b943d88bb712f0d +size 124880 diff --git a/pointerbench-text/data/test/0334.png b/pointerbench-text/data/test/0334.png new file mode 100644 index 0000000000000000000000000000000000000000..93f40ed42be6b28eaa5e757fda9048918f7d8a7c --- /dev/null +++ b/pointerbench-text/data/test/0334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3519de49d2a74286216d7c3f025dd1695faab0fbabbf0c27fc4830a2c470c8a7 +size 56600 diff --git a/pointerbench-text/data/test/0335.png b/pointerbench-text/data/test/0335.png new file mode 100644 index 0000000000000000000000000000000000000000..f03f59148b7a2e1e05fc39d2b7264ebebdc21d42 --- /dev/null +++ b/pointerbench-text/data/test/0335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abed763ead21f4e8887bd72f36d0ffba0489a3f7fe4ec0d2465d03bbee2eb00 +size 47841 diff --git a/pointerbench-text/data/test/0336.png b/pointerbench-text/data/test/0336.png new file mode 100644 index 0000000000000000000000000000000000000000..3cee2b9db27938f56ff786e0d1043620e3a2a1bb --- /dev/null +++ b/pointerbench-text/data/test/0336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac35a20b12d40b6a115b6cbe8d9ef30e665ad0745186473356b66d12c2bab77 +size 51731 diff --git a/pointerbench-text/data/test/0337.png b/pointerbench-text/data/test/0337.png new file mode 100644 index 0000000000000000000000000000000000000000..caf2aeb911e51045d89a99099b98792396275948 --- /dev/null +++ b/pointerbench-text/data/test/0337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a56cd438986ff66e7e695a81e12ae86d7eefa7c0a2d6ecf37e4296d4048f83 +size 1005013 diff --git a/pointerbench-text/data/test/0338.png b/pointerbench-text/data/test/0338.png new file mode 100644 index 0000000000000000000000000000000000000000..bb77ab77b569773772f8d111aa21510b58b72fc9 --- /dev/null +++ b/pointerbench-text/data/test/0338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd94b7d7d499897cf0c2a6881c3f73e585337a8276a37695195f93ce51a9d3c +size 86927 diff --git a/pointerbench-text/data/test/0339.png b/pointerbench-text/data/test/0339.png new file mode 100644 index 0000000000000000000000000000000000000000..47080db78e38ab3e3d79ea065ffc10a67a366a4b --- /dev/null +++ b/pointerbench-text/data/test/0339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e055db0db0d05018dc1bd95450f8dfe1c52e66fe5a12df5ae4595b09a097e8 +size 885491 diff --git a/pointerbench-text/data/test/0340.png b/pointerbench-text/data/test/0340.png new file mode 100644 index 0000000000000000000000000000000000000000..3c79caea3395dbcc684a82e0475fd529a2c77dba --- /dev/null +++ b/pointerbench-text/data/test/0340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5da9c530a0ca4270b5ab0da414cf2dabee99764a08ec550fe99ada5a959956a +size 65496 diff --git a/pointerbench-text/data/test/0341.png b/pointerbench-text/data/test/0341.png new file mode 100644 index 0000000000000000000000000000000000000000..8a8d2ded77126c00d16502529fcc3b135b9b0001 --- /dev/null +++ b/pointerbench-text/data/test/0341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27407118bcfbe98ceb00a1802c59736fce0deeb1a013065fc9abad5c46f61198 +size 70042 diff --git a/pointerbench-text/data/test/0342.png b/pointerbench-text/data/test/0342.png new file mode 100644 index 0000000000000000000000000000000000000000..57a3b5a6f2f04d0b66a666f2dcb8a6fd2528a3b0 --- /dev/null +++ b/pointerbench-text/data/test/0342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad309a3db75b79d01e26103b0649d00e6a0140f3c4271c90a2af902b6daed894 +size 97177 diff --git a/pointerbench-text/data/test/0343.png b/pointerbench-text/data/test/0343.png new file mode 100644 index 0000000000000000000000000000000000000000..60bdf0f3bd91cf31c17ff3cff0c26e0399baa6aa --- /dev/null +++ b/pointerbench-text/data/test/0343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fd7a680b300b0c7d3a8dcc873387b285d9ba9bb5c9ad43471aabad9ba15972 +size 90644 diff --git a/pointerbench-text/data/test/0344.png b/pointerbench-text/data/test/0344.png new file mode 100644 index 0000000000000000000000000000000000000000..25c1908b6558dd26104ee81e8c583da9f7f785d2 --- /dev/null +++ b/pointerbench-text/data/test/0344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be81572caeb45b6ba214916c795376ead0394671037db832cf975efcbe3ea81 +size 51223 diff --git a/pointerbench-text/data/test/0345.png b/pointerbench-text/data/test/0345.png new file mode 100644 index 0000000000000000000000000000000000000000..f4416c53959d2bb580e0afe582257433b35e2b39 --- /dev/null +++ b/pointerbench-text/data/test/0345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8270f822bc079486ded1c737c5e332c94d0551547f1b0f16e2fc94080b359987 +size 37743 diff --git a/pointerbench-text/data/test/0346.png b/pointerbench-text/data/test/0346.png new file mode 100644 index 0000000000000000000000000000000000000000..18df38b1f4e6a213dbbb305dc3afc8f3c97d7092 --- /dev/null +++ b/pointerbench-text/data/test/0346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a8a94f70c8e2f16dfb74ab3bcc84b74ccc06aa67b21afee1b4d016e7e54c92 +size 126773 diff --git a/pointerbench-text/data/test/0347.png b/pointerbench-text/data/test/0347.png new file mode 100644 index 0000000000000000000000000000000000000000..1192edc50d74e6ab11bbfa79a06d3a1accebc663 --- /dev/null +++ b/pointerbench-text/data/test/0347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aecce7eadb4d036cab4a1e930b575d515184b5991a7c1fcf1ad69481c001a2 +size 880439 diff --git a/pointerbench-text/data/test/0348.png b/pointerbench-text/data/test/0348.png new file mode 100644 index 0000000000000000000000000000000000000000..856ad32d5bdf45cef8c6c80d93bde16a71af3034 --- /dev/null +++ b/pointerbench-text/data/test/0348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22fb9f5cf51596df15bf3d1554b9c684280fa4777d45eb2686e709347c5da5a +size 579825 diff --git a/pointerbench-text/data/test/0349.png b/pointerbench-text/data/test/0349.png new file mode 100644 index 0000000000000000000000000000000000000000..01aebf0e00b6bc969b729718e8887f053887a919 --- /dev/null +++ b/pointerbench-text/data/test/0349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2621fc006411f4ca81c936d026879edca6c2561354bbb602b64965bc8d69992f +size 79115 diff --git a/pointerbench-text/data/test/0350.png b/pointerbench-text/data/test/0350.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ce5d2fbb40006f896274181b64793dd24d4b29 --- /dev/null +++ b/pointerbench-text/data/test/0350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ee50219bf99ecf187e76b9d45d3f5760068906837981221b09f26d04360815 +size 57825 diff --git a/pointerbench-text/data/test/0351.png b/pointerbench-text/data/test/0351.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb65ecbe73dde2f2a53fe46436c918e1746dbf9 --- /dev/null +++ b/pointerbench-text/data/test/0351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fffb3145a20fb641256f076d8e10e448dddb25a31da9762bdf6a7eb2a78fe9 +size 134159 diff --git a/pointerbench-text/data/test/0352.png b/pointerbench-text/data/test/0352.png new file mode 100644 index 0000000000000000000000000000000000000000..766c83f6770c2352114f68d1ee7cc4f60d5823eb --- /dev/null +++ b/pointerbench-text/data/test/0352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe637828b7ccc0c8b2d066481f65c108664f087b7c73b0d7d695425d14d5f80 +size 53936 diff --git a/pointerbench-text/data/test/0353.png b/pointerbench-text/data/test/0353.png new file mode 100644 index 0000000000000000000000000000000000000000..8affe3102374909c920e55564a15f8ec002cf090 --- /dev/null +++ b/pointerbench-text/data/test/0353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813ab0ca4c59abef5ab0ef2817524ddb8083f24136be1ae763afc14930e0ae09 +size 34537 diff --git a/pointerbench-text/data/test/0354.png b/pointerbench-text/data/test/0354.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f9045c95e110bff99d132fd7bb62818b785e9d --- /dev/null +++ b/pointerbench-text/data/test/0354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857748759093f70154792d8d81901d4da5626dd7c7b026855555a5204c2c184c +size 47539 diff --git a/pointerbench-text/data/test/0355.png b/pointerbench-text/data/test/0355.png new file mode 100644 index 0000000000000000000000000000000000000000..94a4c56ad80447e039cb5545c150c501b5c03e15 --- /dev/null +++ b/pointerbench-text/data/test/0355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a555f32c62a6d4617e42956f5ee6377ccb8b587a63ff9921d37f7c8b1fc79b0b +size 41674 diff --git a/pointerbench-text/data/test/0356.png b/pointerbench-text/data/test/0356.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1bc3a058fd0810bf0c75741cdaeb6db4f87164 --- /dev/null +++ b/pointerbench-text/data/test/0356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae3f26547171df6321a0dc0751732d94b661425224c8044d2e064e7f0b6166d +size 49877 diff --git a/pointerbench-text/data/test/0357.png b/pointerbench-text/data/test/0357.png new file mode 100644 index 0000000000000000000000000000000000000000..2c136f2a468dd1df5c336aec8122dbfe91151709 --- /dev/null +++ b/pointerbench-text/data/test/0357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3459c00ffa99bcd159d2fe0fcfb38d1ab9e1acc0fc70abaf5b5de3682732d26c +size 74797 diff --git a/pointerbench-text/data/test/0358.png b/pointerbench-text/data/test/0358.png new file mode 100644 index 0000000000000000000000000000000000000000..d4adb8378d0e86d828fd2d735cd6000972f7f046 --- /dev/null +++ b/pointerbench-text/data/test/0358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f63bf244ece40b75789d28d789ab17bd9e39135010b12353ae1143d42039d5c +size 95098 diff --git a/pointerbench-text/data/test/0359.png b/pointerbench-text/data/test/0359.png new file mode 100644 index 0000000000000000000000000000000000000000..99a759915433b33369a15c5582b0106086a3bd73 --- /dev/null +++ b/pointerbench-text/data/test/0359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e7f3b3fceabd6a33034be18f931b8ef6249387f6f722f3e418d20a507e04c8 +size 68360 diff --git a/pointerbench-text/data/test/0360.png b/pointerbench-text/data/test/0360.png new file mode 100644 index 0000000000000000000000000000000000000000..f980db69d548f83bcd7f2623db2ee17756928e51 --- /dev/null +++ b/pointerbench-text/data/test/0360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2137e40d3e37430c4b23febc4cc3edddf5d6e4b7d5f271cbba748db3316f6b +size 51940 diff --git a/pointerbench-text/data/test/0361.png b/pointerbench-text/data/test/0361.png new file mode 100644 index 0000000000000000000000000000000000000000..9d0d81bc6c5329623bbd1e83200c9fad22f82490 --- /dev/null +++ b/pointerbench-text/data/test/0361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5785c4672733ff826992d82dc12fc1d13341c8c593f49dbf4c1beaeebdffaa2 +size 98822 diff --git a/pointerbench-text/data/test/0362.png b/pointerbench-text/data/test/0362.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3b83a84667f66f846f7b8942aac9293a7faa3b --- /dev/null +++ b/pointerbench-text/data/test/0362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395e9513e1fed4c253dd0c9dd8613500a0c5caca9919f08f4212c918d29d1618 +size 151778 diff --git a/pointerbench-text/data/test/0363.png b/pointerbench-text/data/test/0363.png new file mode 100644 index 0000000000000000000000000000000000000000..39cef6c238ca4adcbefe71f8b5d5edc593d7ca4f --- /dev/null +++ b/pointerbench-text/data/test/0363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad0bb90857f194df04d3a92572097472c403728be39ecb49d91e7b188ae039d +size 82974 diff --git a/pointerbench-text/data/test/0364.png b/pointerbench-text/data/test/0364.png new file mode 100644 index 0000000000000000000000000000000000000000..886d3d16c8298b3b782d6918d69c938dfb4f8697 --- /dev/null +++ b/pointerbench-text/data/test/0364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4c547d1033c3afd33837e9b781a3aeeaf58bbeec021b57fd33daa8e161fefd +size 99650 diff --git a/pointerbench-text/data/test/0365.png b/pointerbench-text/data/test/0365.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf3d587f13125e46cd956cb5f019d1c0adf5987 --- /dev/null +++ b/pointerbench-text/data/test/0365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5074db37efbfb02f7eb1a7c43d255e94f50dc83a00db9d7fd037180be37ace59 +size 56005 diff --git a/pointerbench-text/data/test/0366.png b/pointerbench-text/data/test/0366.png new file mode 100644 index 0000000000000000000000000000000000000000..5af8b997d13ba8c89fb3e2c5fec9c902a23e3faf --- /dev/null +++ b/pointerbench-text/data/test/0366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35811af7310985035d1a2bc4a229cf98924ae8ff3c03f795faad6eff9fa2049a +size 79147 diff --git a/pointerbench-text/data/test/0367.png b/pointerbench-text/data/test/0367.png new file mode 100644 index 0000000000000000000000000000000000000000..35969a65aa41bbd2c6d19ff14c2291cac50ecdfe --- /dev/null +++ b/pointerbench-text/data/test/0367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5126a08e26c38758b86ea2f67491c2c112d4df9b81b14a15eefa8cd2452442c4 +size 49354 diff --git a/pointerbench-text/data/test/0368.png b/pointerbench-text/data/test/0368.png new file mode 100644 index 0000000000000000000000000000000000000000..416b3474450bf237411951a0920f09dd017d52d0 --- /dev/null +++ b/pointerbench-text/data/test/0368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ddb511cd404c139c96aa3d709c22cbec690a315c62dbc736826156a7857ce4 +size 84463 diff --git a/pointerbench-text/data/test/0369.png b/pointerbench-text/data/test/0369.png new file mode 100644 index 0000000000000000000000000000000000000000..bff543f879b5fd7a92362e6fb1b721412c8e065a --- /dev/null +++ b/pointerbench-text/data/test/0369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999bfc73d692bb14e5579e041697b1683062abebc52a1cc081aef4e940bd329 +size 31000 diff --git a/pointerbench-text/data/test/0370.png b/pointerbench-text/data/test/0370.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f125e8de5de7acbc384b32b1a8337433cdbb93 --- /dev/null +++ b/pointerbench-text/data/test/0370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f7502e5bf117c14c0e7e480104e08c974dd64d294eac74cd512465bd382615 +size 368798 diff --git a/pointerbench-text/data/test/0371.png b/pointerbench-text/data/test/0371.png new file mode 100644 index 0000000000000000000000000000000000000000..999d981357567a6529bfa73e7e3cdb64097a5abd --- /dev/null +++ b/pointerbench-text/data/test/0371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0299f1c87645ec3a2f7cf9e9e30d34fd3c510fae9a1bf65c79aadf5705f74c +size 29800 diff --git a/pointerbench-text/data/test/0372.png b/pointerbench-text/data/test/0372.png new file mode 100644 index 0000000000000000000000000000000000000000..b009c6d65785f2ae88f4fbe738d8178ebe05cd41 --- /dev/null +++ b/pointerbench-text/data/test/0372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccf0f06144884dc84ef2b4843aad8068cb2e0a92c44ed75c12f1d46a479a20a +size 1097062 diff --git a/pointerbench-text/data/test/0373.png b/pointerbench-text/data/test/0373.png new file mode 100644 index 0000000000000000000000000000000000000000..62cb1c9daf610ad7e11ee253b71b03be38a8ba1e --- /dev/null +++ b/pointerbench-text/data/test/0373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06270381b6c8b8de68e75438dad2d4b350abbe6ea07901fa69b22223319751a3 +size 65847 diff --git a/pointerbench-text/data/test/0374.png b/pointerbench-text/data/test/0374.png new file mode 100644 index 0000000000000000000000000000000000000000..64c64f17279b5ccd52031a2d914acc9f0e9427b1 --- /dev/null +++ b/pointerbench-text/data/test/0374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511c1c725452acf1c8830f7155783e88437dd7c17a956287d724a46d7042e261 +size 702586 diff --git a/pointerbench-text/data/test/0375.png b/pointerbench-text/data/test/0375.png new file mode 100644 index 0000000000000000000000000000000000000000..0fab49d2728109425c4c1d84ad255f6c1714b954 --- /dev/null +++ b/pointerbench-text/data/test/0375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce5d94a05b0bf51f03e7e9dec9a0e612067f8fc98403f3287fe2041fba7d5ad +size 101886 diff --git a/pointerbench-text/data/test/0376.png b/pointerbench-text/data/test/0376.png new file mode 100644 index 0000000000000000000000000000000000000000..b38deda7491ab23c2cb509db3947b20fddb022e8 --- /dev/null +++ b/pointerbench-text/data/test/0376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe05ab29ad6b0428119349306102bcf1a318fe23433468a5ad689d8baada2dc +size 738276 diff --git a/pointerbench-text/data/test/0377.png b/pointerbench-text/data/test/0377.png new file mode 100644 index 0000000000000000000000000000000000000000..1c79aceb16d54625d9915b7f34b95e5100ba29cf --- /dev/null +++ b/pointerbench-text/data/test/0377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9aef233146a43a469d469d338f8ef241c67ee70b183040c06b6d85e85a36b8 +size 86951 diff --git a/pointerbench-text/data/test/0378.png b/pointerbench-text/data/test/0378.png new file mode 100644 index 0000000000000000000000000000000000000000..4edf4f9f615752b09b5747af571301fb15d6d6b1 --- /dev/null +++ b/pointerbench-text/data/test/0378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7de29d16447737f9814914fe01542e4b1fc288cb18b57facf6b7ed4764381d +size 69718 diff --git a/pointerbench-text/data/test/0379.png b/pointerbench-text/data/test/0379.png new file mode 100644 index 0000000000000000000000000000000000000000..bd32b9b8fec792cc9844b1b3b4fc1498b202dc54 --- /dev/null +++ b/pointerbench-text/data/test/0379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14913f68e9d8e5151633adc16827384eca06faa259eb36ab9230e3464befbe01 +size 135287 diff --git a/pointerbench-text/data/test/0380.png b/pointerbench-text/data/test/0380.png new file mode 100644 index 0000000000000000000000000000000000000000..f91772d413ad8d6a53a480086e6d46c87404446b --- /dev/null +++ b/pointerbench-text/data/test/0380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8b9d706689251e0b9aeeba3e5e5b194b504eb47eae0d2acb4a7bd7dc3469e2 +size 47311 diff --git a/pointerbench-text/data/test/0381.png b/pointerbench-text/data/test/0381.png new file mode 100644 index 0000000000000000000000000000000000000000..fb889a99e409ffbfd6da259d3cca1ef3c40ebdc7 --- /dev/null +++ b/pointerbench-text/data/test/0381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db00eb4b000575ad067c63ddf2d9a4bb6e4540a8469bb6d8c5a9746b0e42a20 +size 51086 diff --git a/pointerbench-text/data/test/0382.png b/pointerbench-text/data/test/0382.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf7c8f10cf4cc346679300890c1ca07306d3269 --- /dev/null +++ b/pointerbench-text/data/test/0382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2862dd80ea28a50fb200a5514400a25d4be773f7041b0e9aef359558b9d3ad4 +size 46483 diff --git a/pointerbench-text/data/test/0383.png b/pointerbench-text/data/test/0383.png new file mode 100644 index 0000000000000000000000000000000000000000..98a10d40af70b3fd472429debcd99ee7321e50a6 --- /dev/null +++ b/pointerbench-text/data/test/0383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a7d8773be30b668e388afc0c1ecfae74172459e63145bf9d77adc86e0eb428 +size 47446 diff --git a/pointerbench-text/data/test/0384.png b/pointerbench-text/data/test/0384.png new file mode 100644 index 0000000000000000000000000000000000000000..b108d4d32d3830d6b357458186212b08c288f49f --- /dev/null +++ b/pointerbench-text/data/test/0384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c336df1e7f98f1d33a830d28d11c3cf2da81c761f91848aa9c75a9bdb4b9e5 +size 105993 diff --git a/pointerbench-text/data/test/0385.png b/pointerbench-text/data/test/0385.png new file mode 100644 index 0000000000000000000000000000000000000000..a47efcea9e493f902041001b1c5af4e5be873573 --- /dev/null +++ b/pointerbench-text/data/test/0385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49531fbfddb6f35916e9b9a967bf94ec383b7182e3da3a8655d8040596fbec69 +size 973985 diff --git a/pointerbench-text/data/test/0386.png b/pointerbench-text/data/test/0386.png new file mode 100644 index 0000000000000000000000000000000000000000..14feca47c20d739bb5ea9d2713c9e145c80d19bc --- /dev/null +++ b/pointerbench-text/data/test/0386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e296aa57b5f72cf0188f1dc41029af94e3318171f6c5c0fc349959d2e856ec5 +size 110485 diff --git a/pointerbench-text/data/test/0387.png b/pointerbench-text/data/test/0387.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec1edf85c40b8ff1ac989d05866ce46f223be28 --- /dev/null +++ b/pointerbench-text/data/test/0387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ab3e60687288f1dc4a0b9ee548400c1e3a7c2f6ef9097325eabb45d27448a5 +size 168427 diff --git a/pointerbench-text/data/test/0388.png b/pointerbench-text/data/test/0388.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2297c602cb6ce8fa87b150ce95119167e10dde --- /dev/null +++ b/pointerbench-text/data/test/0388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f9b3338cb216fe08de004afa5a5f150e9b949206da5db36f1f21771cc066d6 +size 109235 diff --git a/pointerbench-text/data/test/0389.png b/pointerbench-text/data/test/0389.png new file mode 100644 index 0000000000000000000000000000000000000000..1510c38c077bd579700e922a756c711a2fd06e66 --- /dev/null +++ b/pointerbench-text/data/test/0389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a5db5f2cddeb2b12cec0d33d246bc55be57b141de198dad50901679f31a6c9 +size 51986 diff --git a/pointerbench-text/data/test/0390.png b/pointerbench-text/data/test/0390.png new file mode 100644 index 0000000000000000000000000000000000000000..fe958912cc2852476a5e3b14dd868373c3562b48 --- /dev/null +++ b/pointerbench-text/data/test/0390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f718726e3657b1d1d8585441915a40aa3af7c46ab20913258a11deda8b098ae +size 355028 diff --git a/pointerbench-text/data/test/0391.png b/pointerbench-text/data/test/0391.png new file mode 100644 index 0000000000000000000000000000000000000000..099137800c78459defcca2b9f31519b6fb03b300 --- /dev/null +++ b/pointerbench-text/data/test/0391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717a433a318cd3b547ce8d2aa6c003995498e8e4612738eb3f8c266ffd805304 +size 231649 diff --git a/pointerbench-text/data/test/0392.png b/pointerbench-text/data/test/0392.png new file mode 100644 index 0000000000000000000000000000000000000000..354396e657946f953a2db7c36ca0fe1db86228c4 --- /dev/null +++ b/pointerbench-text/data/test/0392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf30717c0b9a52aa5bb5f934a9294223f90b969d82b8069b82f368b9a0c333c7 +size 106983 diff --git a/pointerbench-text/data/test/0393.png b/pointerbench-text/data/test/0393.png new file mode 100644 index 0000000000000000000000000000000000000000..3569ff32e0f06a0369bd6307f64455627b013890 --- /dev/null +++ b/pointerbench-text/data/test/0393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1c47b3bf1806d562ae59c0ff68cf5dfcd03834a9372b4b371ee3dcd7de6335 +size 70079 diff --git a/pointerbench-text/data/test/0394.png b/pointerbench-text/data/test/0394.png new file mode 100644 index 0000000000000000000000000000000000000000..464375adc0ba8575116414f82bd926ac9a4e8426 --- /dev/null +++ b/pointerbench-text/data/test/0394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac0e148dc624445c7997e7ba4795b7f508827933697d9df822a9ab771ee6e04 +size 78378 diff --git a/pointerbench-text/data/test/0395.png b/pointerbench-text/data/test/0395.png new file mode 100644 index 0000000000000000000000000000000000000000..aba5efbedd879eb831204af4ad7fae06e81405b0 --- /dev/null +++ b/pointerbench-text/data/test/0395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5113320e82a43cb187c0821b6ab301009d14c2ff2940ed62588ffe9eccb23fd +size 942081 diff --git a/pointerbench-text/data/test/0396.png b/pointerbench-text/data/test/0396.png new file mode 100644 index 0000000000000000000000000000000000000000..b04bddff787015a61eb7606f577cd2c7176c9ad0 --- /dev/null +++ b/pointerbench-text/data/test/0396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556de1ab0f33026e1e0a8b76046b8093d62dc72c7cbe0c7ba350fb98d1338df9 +size 71381 diff --git a/pointerbench-text/data/test/0397.png b/pointerbench-text/data/test/0397.png new file mode 100644 index 0000000000000000000000000000000000000000..8e6808f5b1d0cf3bca8ccd69c632fdf1a054fe73 --- /dev/null +++ b/pointerbench-text/data/test/0397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e095bfd5d2a569d9f0df76b6b256f1e89fff0bbc7e8378641225dca50faf5938 +size 77112 diff --git a/pointerbench-text/data/test/0398.png b/pointerbench-text/data/test/0398.png new file mode 100644 index 0000000000000000000000000000000000000000..84aa91a63c9632095e1ba392e4d30e6bfd55f62f --- /dev/null +++ b/pointerbench-text/data/test/0398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3cc9be5400c360ba83a370d7b72e184e7967dc10e204d1163eb1bc1be46801 +size 388505 diff --git a/pointerbench-text/data/test/0399.png b/pointerbench-text/data/test/0399.png new file mode 100644 index 0000000000000000000000000000000000000000..545ddbb91ae5a96ea3befd589f38f0cbae270e69 --- /dev/null +++ b/pointerbench-text/data/test/0399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea540463df400270197af30d7199361cc906bd90cfc265afca5b871911c4c17 +size 294542 diff --git a/pointerbench-text/data/test/0400.png b/pointerbench-text/data/test/0400.png new file mode 100644 index 0000000000000000000000000000000000000000..14798a54ae75c6a18dcdd1e5d45eb9bebceb1b29 --- /dev/null +++ b/pointerbench-text/data/test/0400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116c64e476b53c48b0992bcdf53b444871e773790c849c33845b48b2ddb664c0 +size 88378 diff --git a/pointerbench-text/data/test/0401.png b/pointerbench-text/data/test/0401.png new file mode 100644 index 0000000000000000000000000000000000000000..3ea8fa16456d52acee42d4ba802ca3a82f699124 --- /dev/null +++ b/pointerbench-text/data/test/0401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e701b5251f1cc9ffd9fc993d559a1e606b831138cb6f718e8c572d8a3fbd478 +size 126730 diff --git a/pointerbench-text/data/test/0402.png b/pointerbench-text/data/test/0402.png new file mode 100644 index 0000000000000000000000000000000000000000..3124d15766ab518eaa7c073fd286effe1542cd12 --- /dev/null +++ b/pointerbench-text/data/test/0402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adf8c1e50752227d8b47d9d07d5ee8f54e9d38733a1236330cfee17b23fee4f +size 107630 diff --git a/pointerbench-text/data/test/0403.png b/pointerbench-text/data/test/0403.png new file mode 100644 index 0000000000000000000000000000000000000000..70b54231cfaabcc6b19b53852076a4a0a3a7451e --- /dev/null +++ b/pointerbench-text/data/test/0403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4783c97c1cc88d2ec1493f847b15294dfb0f298de6775a086ba355e47b855864 +size 93855 diff --git a/pointerbench-text/data/test/0404.png b/pointerbench-text/data/test/0404.png new file mode 100644 index 0000000000000000000000000000000000000000..f1da10cdc50358d2f7ce608512ddecbdab61de07 --- /dev/null +++ b/pointerbench-text/data/test/0404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb87c65de9083b83fe840ce0ff3931d7b25ddbcf124e8a2c4c349a6d1e30231f +size 511586 diff --git a/pointerbench-text/data/test/0405.png b/pointerbench-text/data/test/0405.png new file mode 100644 index 0000000000000000000000000000000000000000..22ae17fdd51d98880207fb85e18cd1d144f5bbfe --- /dev/null +++ b/pointerbench-text/data/test/0405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b61d2e19b41324f59b21e89d773d91cae8492826c6d3b52cc9265d934841518 +size 78593 diff --git a/pointerbench-text/data/test/0406.png b/pointerbench-text/data/test/0406.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7f4a28c75bda39421739fd706a37a361b189a8 --- /dev/null +++ b/pointerbench-text/data/test/0406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7748229dd8e956c3d0ae1b3722ca6022e442ed2edaaddced5cfa5e3ea866efc2 +size 65871 diff --git a/pointerbench-text/data/test/0407.png b/pointerbench-text/data/test/0407.png new file mode 100644 index 0000000000000000000000000000000000000000..fa54ab6be58b9de1a7c2ff6406c7acdeb2bf6929 --- /dev/null +++ b/pointerbench-text/data/test/0407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91283f9f92992330f16cef9443b261accd01dcc7552f6a7cf3767b82da6ada04 +size 851350 diff --git a/pointerbench-text/data/test/0408.png b/pointerbench-text/data/test/0408.png new file mode 100644 index 0000000000000000000000000000000000000000..84844ea1a5c293a9852091a69a6c00f2da0df503 --- /dev/null +++ b/pointerbench-text/data/test/0408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d3ba0e460b0a64aa01f20b0691f5bf1b157f0cdee5560b036258fdaa89c0a5 +size 90150 diff --git a/pointerbench-text/data/test/0409.png b/pointerbench-text/data/test/0409.png new file mode 100644 index 0000000000000000000000000000000000000000..b065bd54c1eb8c03d5e8394a01e758ea2e048e3c --- /dev/null +++ b/pointerbench-text/data/test/0409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c06522f40cbe3ba769f7138ad35e3d291e36ad494dc92c0b17efcc69def2d8f +size 684185 diff --git a/pointerbench-text/data/test/0410.png b/pointerbench-text/data/test/0410.png new file mode 100644 index 0000000000000000000000000000000000000000..958ac619fe1e5ad97ff2f34a52c8a94694a5a7d8 --- /dev/null +++ b/pointerbench-text/data/test/0410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8361b3cadbfe83d2699ba04f01dbc84936ed235a268fd3cfee02b2c0d84420 +size 78945 diff --git a/pointerbench-text/data/test/0411.png b/pointerbench-text/data/test/0411.png new file mode 100644 index 0000000000000000000000000000000000000000..7edd0f05cdfb1d11937fdbc0519648e3781b6913 --- /dev/null +++ b/pointerbench-text/data/test/0411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4642a2efd0aa5b870a36a506afad9a3180fa209bc97d85bfd0aeda0e4b8b9d82 +size 103263 diff --git a/pointerbench-text/data/test/0412.png b/pointerbench-text/data/test/0412.png new file mode 100644 index 0000000000000000000000000000000000000000..15c67e521b477561d24c5ce3193b1e688620c245 --- /dev/null +++ b/pointerbench-text/data/test/0412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a40806ddaa4c35190701b99aa7cf7ba5c5f525a00c841be2298654173ef647 +size 72583 diff --git a/pointerbench-text/data/test/0413.png b/pointerbench-text/data/test/0413.png new file mode 100644 index 0000000000000000000000000000000000000000..9793d9513e5de0fb83edc5f742d24cf4412ed433 --- /dev/null +++ b/pointerbench-text/data/test/0413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a165e6d9411af870d9287645882b48d0a142e576792b46477538b9b09c929c65 +size 55642 diff --git a/pointerbench-text/data/test/0414.png b/pointerbench-text/data/test/0414.png new file mode 100644 index 0000000000000000000000000000000000000000..518a167ada96c936d6e801e3af6ce9b5546a2295 --- /dev/null +++ b/pointerbench-text/data/test/0414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc581869b5dea63b5fb6e77cbe9b86650efac4d29593ee37d472928753899da5 +size 99837 diff --git a/pointerbench-text/data/test/0415.png b/pointerbench-text/data/test/0415.png new file mode 100644 index 0000000000000000000000000000000000000000..9d97234753f779aa711c97f6cec28eaaa34c2c5e --- /dev/null +++ b/pointerbench-text/data/test/0415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c7ee1a155b5491c2b958f727abf681ccb93463fb4c777a0101f5dfc9cbfb7b +size 142505 diff --git a/pointerbench-text/data/test/0416.png b/pointerbench-text/data/test/0416.png new file mode 100644 index 0000000000000000000000000000000000000000..7af9055916f267d7942c08d4c9659ce333679a55 --- /dev/null +++ b/pointerbench-text/data/test/0416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3b907ad32b9676dcd003fbe3ceecafe2715885cfb64a1c996193ebdb99db54 +size 45650 diff --git a/pointerbench-text/data/test/0417.png b/pointerbench-text/data/test/0417.png new file mode 100644 index 0000000000000000000000000000000000000000..0e95c921f80b5dbbc163a6b8192570c5eec1417e --- /dev/null +++ b/pointerbench-text/data/test/0417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d031fe8e4e53c2d01b60889eda4f6f6cdb24ee928307bece8d171ed2afb247c +size 105440 diff --git a/pointerbench-text/data/test/0418.png b/pointerbench-text/data/test/0418.png new file mode 100644 index 0000000000000000000000000000000000000000..8ca79405b147c955d8b6edb8869dd51549950d8f --- /dev/null +++ b/pointerbench-text/data/test/0418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee71c287034fa0b4904298684cc6effed8f25a26386c0c926d5ab138e458599 +size 169467 diff --git a/pointerbench-text/data/test/0419.png b/pointerbench-text/data/test/0419.png new file mode 100644 index 0000000000000000000000000000000000000000..e280f6d17b7262fa4e41eff91a5554da72b79bbc --- /dev/null +++ b/pointerbench-text/data/test/0419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f261cf7003fbdd504728702c83316cd65c01a7766862b245bd26ac122edaaf66 +size 122775 diff --git a/pointerbench-text/data/test/0420.png b/pointerbench-text/data/test/0420.png new file mode 100644 index 0000000000000000000000000000000000000000..a94c5aa2181570e824cc1b00030c7c60d077d89b --- /dev/null +++ b/pointerbench-text/data/test/0420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb0bd811a0338b97a23a200a2279184945ec90efaaaac2d8173045a53d14728 +size 137695 diff --git a/pointerbench-text/data/test/0421.png b/pointerbench-text/data/test/0421.png new file mode 100644 index 0000000000000000000000000000000000000000..1eda0142f5de289fab1e75c3d9b24aded9b03900 --- /dev/null +++ b/pointerbench-text/data/test/0421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc4fe7060e8721fb7bac703766aaba2f23130eb7e66f4e097612d112656826 +size 132378 diff --git a/pointerbench-text/data/test/0422.png b/pointerbench-text/data/test/0422.png new file mode 100644 index 0000000000000000000000000000000000000000..281494256257b97e8d6df60f842191a7e90184d1 --- /dev/null +++ b/pointerbench-text/data/test/0422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750435cd2a8da8a4ce992e19fb4097bdcadd9024b79ea0dea8e640e8daa8f880 +size 186848 diff --git a/pointerbench-text/data/test/0423.png b/pointerbench-text/data/test/0423.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad54c7ca5dd176647cd1a131be47f450c42b6b6 --- /dev/null +++ b/pointerbench-text/data/test/0423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8f890f16cce4795409d54b9ff653d1586807c32c0be42bc1b5df403bfccb13 +size 66295 diff --git a/pointerbench-text/data/test/0424.png b/pointerbench-text/data/test/0424.png new file mode 100644 index 0000000000000000000000000000000000000000..226b0ffcc76b376fb5b60f679b16cf6dedc63b72 --- /dev/null +++ b/pointerbench-text/data/test/0424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba47001f52d8a9fb61b9199f27f76185583a7aabd4ff914a8a4937ad22c61b70 +size 61111 diff --git a/pointerbench-text/data/test/0425.png b/pointerbench-text/data/test/0425.png new file mode 100644 index 0000000000000000000000000000000000000000..dc1484204318ff0ea1489e690680158b9fb75c8f --- /dev/null +++ b/pointerbench-text/data/test/0425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4df726998fba1a90dc72058705d4c92e51cfbf04d8b197919d62d4be89bd5fa +size 314309 diff --git a/pointerbench-text/data/test/0426.png b/pointerbench-text/data/test/0426.png new file mode 100644 index 0000000000000000000000000000000000000000..f66c733549e80f547fbb3fdfe580c0295eea4fe9 --- /dev/null +++ b/pointerbench-text/data/test/0426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474ab94e021de6e12bc6502b2d9e3c11e478e2a7ac8dd090abd5eb4360ebb583 +size 117296 diff --git a/pointerbench-text/data/test/0427.png b/pointerbench-text/data/test/0427.png new file mode 100644 index 0000000000000000000000000000000000000000..36ce6bc60aaff0d79bde095cdfa28cbea0d8e88e --- /dev/null +++ b/pointerbench-text/data/test/0427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2058d96f7b7bac8accb17b96e582ce6d57f4fd22b7fd9d5a72c8ccf8e00a32f5 +size 80968 diff --git a/pointerbench-text/data/test/0428.png b/pointerbench-text/data/test/0428.png new file mode 100644 index 0000000000000000000000000000000000000000..cbbdd18e735b0f0d8c78de441c5bc116c7dcad6a --- /dev/null +++ b/pointerbench-text/data/test/0428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5309cf8eb576042149232d9e643de3cb1bc9e1461e32e141af5853090f9adcd8 +size 944150 diff --git a/pointerbench-text/data/test/0429.png b/pointerbench-text/data/test/0429.png new file mode 100644 index 0000000000000000000000000000000000000000..b908e92dc3ec2b9bd375f0b11bda0ebad8d22c15 --- /dev/null +++ b/pointerbench-text/data/test/0429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2114d48396318f970bc96032666bb2d812f71db137c2c199d49fe53147480b0 +size 779458 diff --git a/pointerbench-text/data/test/0430.png b/pointerbench-text/data/test/0430.png new file mode 100644 index 0000000000000000000000000000000000000000..133f6ec35e1e6129399feb462ac57c6bc36b092d --- /dev/null +++ b/pointerbench-text/data/test/0430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c154fd99fb792c283692fd3791958da513784811aa981f9b067d18fa3fc783fa +size 109117 diff --git a/pointerbench-text/data/test/0431.png b/pointerbench-text/data/test/0431.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d9caf2130bc2a10fcf36eb842061f6af37cdc4 --- /dev/null +++ b/pointerbench-text/data/test/0431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6aeff7f780ec8f6379f83b98e925199459461431eded25fb1e55c586fd887b +size 881336 diff --git a/pointerbench-text/data/test/0432.png b/pointerbench-text/data/test/0432.png new file mode 100644 index 0000000000000000000000000000000000000000..905843b164b6e2e2de7be963c0e081fdf4061590 --- /dev/null +++ b/pointerbench-text/data/test/0432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb10342686b86b886ef7c228bc728a47bc449519d529fba036f096387ef4c9e +size 107655 diff --git a/pointerbench-text/data/test/0433.png b/pointerbench-text/data/test/0433.png new file mode 100644 index 0000000000000000000000000000000000000000..efb47aa10e1831f6591939774d4a606502325862 --- /dev/null +++ b/pointerbench-text/data/test/0433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4360bef0bab420f0328c6937cd05ccdef5dc23a971f95a37c81920848f2c8298 +size 77274 diff --git a/pointerbench-text/data/test/0434.png b/pointerbench-text/data/test/0434.png new file mode 100644 index 0000000000000000000000000000000000000000..c7bd279c708eb08fd340ecb885a47545b965ac49 --- /dev/null +++ b/pointerbench-text/data/test/0434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4113bd193b13345f7afdfcf31e1fea2c983cb8242f4e02901c9f46b946dc246 +size 92797 diff --git a/pointerbench-text/data/test/0435.png b/pointerbench-text/data/test/0435.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1bd0e047625fa8a8e799467fd27bf28353dc97 --- /dev/null +++ b/pointerbench-text/data/test/0435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20748fa3882ceeb283fb03a7dd97d5cea0c6263637480ef96c0ec5eb45c4bb72 +size 54719 diff --git a/pointerbench-text/data/test/0436.png b/pointerbench-text/data/test/0436.png new file mode 100644 index 0000000000000000000000000000000000000000..4b33e0cb5febf0b6b35be40fe1b9b8db98cb6c70 --- /dev/null +++ b/pointerbench-text/data/test/0436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822be030dfa1ec11e7f36dbafe8213ae08d93c0a1a348ef9ff2e72d9c01eb162 +size 731875 diff --git a/pointerbench-text/data/test/0437.png b/pointerbench-text/data/test/0437.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b963b39d3043a1b7896cbb7f777d3e92a7f724 --- /dev/null +++ b/pointerbench-text/data/test/0437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171f091090d7d5403c0b37428d5a57a0145816a2216a4442486f845d9cf122c4 +size 40471 diff --git a/pointerbench-text/data/test/0438.png b/pointerbench-text/data/test/0438.png new file mode 100644 index 0000000000000000000000000000000000000000..8c722afd58ad6e5cee86446fdf68c4b85c6f04e2 --- /dev/null +++ b/pointerbench-text/data/test/0438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f90464b7a702ab6f61b1965aa0ec4f75c778695bbfc3dff563b12b5e0e7a64 +size 82162 diff --git a/pointerbench-text/data/test/0439.png b/pointerbench-text/data/test/0439.png new file mode 100644 index 0000000000000000000000000000000000000000..608240c41463c99c4ae1e80662d1004b0f1d42ba --- /dev/null +++ b/pointerbench-text/data/test/0439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b291533566181fd62e8616561ede1fee6dc4b359ee98060b10328876f9f3a5a3 +size 44836 diff --git a/pointerbench-text/data/test/0440.png b/pointerbench-text/data/test/0440.png new file mode 100644 index 0000000000000000000000000000000000000000..77fe056a5171f8cbf9300ee887c8bead10a59e8d --- /dev/null +++ b/pointerbench-text/data/test/0440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c89abaf1d6b37d72ef5f5d70b9c6d2602a7509d3c8ac4fe77245003ed630d13 +size 180829 diff --git a/pointerbench-text/data/test/0441.png b/pointerbench-text/data/test/0441.png new file mode 100644 index 0000000000000000000000000000000000000000..9e875b39817b08dc79e6d173584f535c42afd27d --- /dev/null +++ b/pointerbench-text/data/test/0441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f8d7c1937ba81953041a68257c7799efcf8390f2beb1494ba671df21300b1a +size 87477 diff --git a/pointerbench-text/data/test/0442.png b/pointerbench-text/data/test/0442.png new file mode 100644 index 0000000000000000000000000000000000000000..f1bcef37fe4fc25a8a189ceb668320704a69e111 --- /dev/null +++ b/pointerbench-text/data/test/0442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f4c662d8bc88360a0636ee3cb91169e58786a3c52fcc89a6f9474339a6f6b5 +size 85819 diff --git a/pointerbench-text/data/test/0443.png b/pointerbench-text/data/test/0443.png new file mode 100644 index 0000000000000000000000000000000000000000..42b3e5f72ef3cf3e8bbd6e3deaef84c208e10af9 --- /dev/null +++ b/pointerbench-text/data/test/0443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9ad143c07911fc1a9dc6450218e0e5ef9caf9b80c272ec9c5133d913af5a05 +size 69568 diff --git a/pointerbench-text/data/test/0444.png b/pointerbench-text/data/test/0444.png new file mode 100644 index 0000000000000000000000000000000000000000..e31a14a3e1975f4e7358182a90a771a9f9662aa8 --- /dev/null +++ b/pointerbench-text/data/test/0444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156b60b76842b90c2f133b868913bd06aa58e72b4fad8eee28ee960d0785c3f0 +size 67675 diff --git a/pointerbench-text/data/test/0445.png b/pointerbench-text/data/test/0445.png new file mode 100644 index 0000000000000000000000000000000000000000..404f44171ba36e230e5066bd538b5efbbd416a47 --- /dev/null +++ b/pointerbench-text/data/test/0445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d22274681347e1443a9057b924afd2c2faabf9e01975e2d21c52ae8c0f6fbcb +size 41232 diff --git a/pointerbench-text/data/test/0446.png b/pointerbench-text/data/test/0446.png new file mode 100644 index 0000000000000000000000000000000000000000..77ccd250c4073aeb2911ff9465086daf1854486c --- /dev/null +++ b/pointerbench-text/data/test/0446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd88ec145e0a89111be578dfe10285a588da1182776e2d7cdaa505a6cd6e935 +size 74926 diff --git a/pointerbench-text/data/test/0447.png b/pointerbench-text/data/test/0447.png new file mode 100644 index 0000000000000000000000000000000000000000..5462072f2c9dac5bfc8a0f4a94bb1d987a3c15fc --- /dev/null +++ b/pointerbench-text/data/test/0447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd5fc60bb2187997eddd798b667588e5985fd0dd4a0891ffff244eb0837eab0 +size 650553 diff --git a/pointerbench-text/data/test/0448.png b/pointerbench-text/data/test/0448.png new file mode 100644 index 0000000000000000000000000000000000000000..c744dfad833cc1d5db15dd890ef74f95c3f5f92a --- /dev/null +++ b/pointerbench-text/data/test/0448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69abcd591bd7e7ba10ff941b0ac2a668c5525b5068502e74df33d6831ef730ed +size 141871 diff --git a/pointerbench-text/data/test/0449.png b/pointerbench-text/data/test/0449.png new file mode 100644 index 0000000000000000000000000000000000000000..0da4168a6450cb340442527226d84294b2904d5a --- /dev/null +++ b/pointerbench-text/data/test/0449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae62d1d6f0720a751b1efe1e1e32ac184473e83eb4eb43fddc3cedd1b4e4f2d5 +size 106102 diff --git a/pointerbench-text/data/test/0450.png b/pointerbench-text/data/test/0450.png new file mode 100644 index 0000000000000000000000000000000000000000..b478f091e7323266664ed5d57681f32e79ac4b22 --- /dev/null +++ b/pointerbench-text/data/test/0450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60bc60c2f6480a781b656ce7aa76546ded89cddd28ea6ed7a0ec48bd49e2b2b +size 89887 diff --git a/pointerbench-text/data/test/0451.png b/pointerbench-text/data/test/0451.png new file mode 100644 index 0000000000000000000000000000000000000000..cd51fcd294adc9a8c2680d139cf49585d8dea61f --- /dev/null +++ b/pointerbench-text/data/test/0451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d53b1e4906c99fa8c9786356f899798091cc8b37289dd7de626847891d7d782 +size 187521 diff --git a/pointerbench-text/data/test/0452.png b/pointerbench-text/data/test/0452.png new file mode 100644 index 0000000000000000000000000000000000000000..42e419a101d04f20979d2eb1a668b060e9b8d99a --- /dev/null +++ b/pointerbench-text/data/test/0452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762b99eb9616817cf17f4fc25449a7569ecab332dcc31dd04ed8ad635c989d5a +size 55390 diff --git a/pointerbench-text/data/test/0453.png b/pointerbench-text/data/test/0453.png new file mode 100644 index 0000000000000000000000000000000000000000..1aedf22348e4abe2b138257c87c24a433aded3a1 --- /dev/null +++ b/pointerbench-text/data/test/0453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab041237e4fc0d6b67f9f85e89aa87de8b42cd09ce97a9a4b231eff87dde634c +size 64363 diff --git a/pointerbench-text/data/test/0454.png b/pointerbench-text/data/test/0454.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1f55495734babd432073912f2d40561397157b --- /dev/null +++ b/pointerbench-text/data/test/0454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276975592ccf2493cca1153694379fa52ad02a21ea4ae7eb782e0cd0faa34f1c +size 62176 diff --git a/pointerbench-text/data/test/0455.png b/pointerbench-text/data/test/0455.png new file mode 100644 index 0000000000000000000000000000000000000000..556d521241703c6aab336304c8d8e383f5a824a8 --- /dev/null +++ b/pointerbench-text/data/test/0455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f90ace15017dc2a2dea58de01aa30786c91bcd8d11168b3f77c9aaa1b0c853c +size 70491 diff --git a/pointerbench-text/data/test/0456.png b/pointerbench-text/data/test/0456.png new file mode 100644 index 0000000000000000000000000000000000000000..285963aa87a6d9ec5111fb4b5a695d8e550ad97b --- /dev/null +++ b/pointerbench-text/data/test/0456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89431c13c5d3a1192da9c39b4488fff4b1da8dcf75daae2b9cdadb8d9548bbaf +size 33999 diff --git a/pointerbench-text/data/test/0457.png b/pointerbench-text/data/test/0457.png new file mode 100644 index 0000000000000000000000000000000000000000..af1cc289a05a3319e230bcfce532b47e9f472274 --- /dev/null +++ b/pointerbench-text/data/test/0457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0de8f7ed04ae2d0d3351202c5fbaa709c3641aa03500750782cf60e3c1d4a65 +size 270469 diff --git a/pointerbench-text/data/test/0458.png b/pointerbench-text/data/test/0458.png new file mode 100644 index 0000000000000000000000000000000000000000..4d8563a4f6aa877cc704e20911da0f18911916ff --- /dev/null +++ b/pointerbench-text/data/test/0458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636a89b29c50aeaaae09e51a32fb16e89b888d405202a9fb87022a1485f742be +size 272300 diff --git a/pointerbench-text/data/test/0459.png b/pointerbench-text/data/test/0459.png new file mode 100644 index 0000000000000000000000000000000000000000..9961df0e42551a2e29e31c063145c148a65d406b --- /dev/null +++ b/pointerbench-text/data/test/0459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841099a9598722c675ff6b9ad014d6a85b44b9ba5526c83d0e924cb1351381c2 +size 65714 diff --git a/pointerbench-text/data/test/0460.png b/pointerbench-text/data/test/0460.png new file mode 100644 index 0000000000000000000000000000000000000000..46f7637055a78556c5a54e52206e3c9ccfd8f147 --- /dev/null +++ b/pointerbench-text/data/test/0460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec21ecdb158b67913381e9080cb451235110b1fc2547fcf1bb632e204d821bed +size 174935 diff --git a/pointerbench-text/data/test/0461.png b/pointerbench-text/data/test/0461.png new file mode 100644 index 0000000000000000000000000000000000000000..4123e323ec98dd6c756dbfc03db43a54185bb36b --- /dev/null +++ b/pointerbench-text/data/test/0461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b641425953c3adc9302ccac4f6644fcd22186d3bb588e1015f6a998891ba347a +size 46082 diff --git a/pointerbench-text/data/test/0462.png b/pointerbench-text/data/test/0462.png new file mode 100644 index 0000000000000000000000000000000000000000..5479e5b54ff9f5a7422dc257a60cd27a4497302f --- /dev/null +++ b/pointerbench-text/data/test/0462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b2fae2be91113266e47cfb4a41b9861b9ca37d02e74e7893f540a45bffff67 +size 585800 diff --git a/pointerbench-text/data/test/0463.png b/pointerbench-text/data/test/0463.png new file mode 100644 index 0000000000000000000000000000000000000000..70f3e67b118196f20ba44da04e4f0589b9f5f6b7 --- /dev/null +++ b/pointerbench-text/data/test/0463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9944cf79cef03ce182af29d1456101ad9af12c83f0daceb940f6cbb0910cd9ca +size 52257 diff --git a/pointerbench-text/data/test/0464.png b/pointerbench-text/data/test/0464.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7cc4dc7cc18924b345159709fe00c98b877869 --- /dev/null +++ b/pointerbench-text/data/test/0464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d0013be87115fc0d61d52ad2306fa79406cea4a222045426ffebe553022491 +size 79773 diff --git a/pointerbench-text/data/test/0465.png b/pointerbench-text/data/test/0465.png new file mode 100644 index 0000000000000000000000000000000000000000..7c16b65b9ef5a5a800355c2639cf8a64247b8138 --- /dev/null +++ b/pointerbench-text/data/test/0465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55687eab4ca5240c83aae68db7340eb3d4821c5c92aa162499bf0d7315f4c011 +size 98004 diff --git a/pointerbench-text/data/test/0466.png b/pointerbench-text/data/test/0466.png new file mode 100644 index 0000000000000000000000000000000000000000..874e609dc7d6949e4eba41973b727ee8805a6f68 --- /dev/null +++ b/pointerbench-text/data/test/0466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0d5fff1b1b02c36784720720b40a34c9ff60057b39832ff3ed981276a077b9 +size 278902 diff --git a/pointerbench-text/data/test/0467.png b/pointerbench-text/data/test/0467.png new file mode 100644 index 0000000000000000000000000000000000000000..d253778eb663eb1cc4240887a69d2c12af99dc10 --- /dev/null +++ b/pointerbench-text/data/test/0467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e25ff5b513f3287b223f91b1dc8fbc4b3028415a59d4c05aefe4bcaf36f0282 +size 97796 diff --git a/pointerbench-text/data/test/0468.png b/pointerbench-text/data/test/0468.png new file mode 100644 index 0000000000000000000000000000000000000000..5756f22f1c55d91c998c692b83d7deaad370ed03 --- /dev/null +++ b/pointerbench-text/data/test/0468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55df5e484225a7e53b6f88cc3671a0ee969722ff3704fa1ed59b1996c5b4f20 +size 34515 diff --git a/pointerbench-text/data/test/0469.png b/pointerbench-text/data/test/0469.png new file mode 100644 index 0000000000000000000000000000000000000000..3cfab0a0b765204ae78df6bddd278651de6c6c86 --- /dev/null +++ b/pointerbench-text/data/test/0469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e936c5240c7a521eca3d043614b91dbd9ea197b34f564e22af19766717a57eab +size 80747 diff --git a/pointerbench-text/data/test/0470.png b/pointerbench-text/data/test/0470.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9a93be2687a5b00aea75b48c5b70dada5d8f69 --- /dev/null +++ b/pointerbench-text/data/test/0470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97206384a2d1ef67964dcff6c57124a52d6c290636da43fb6d3d17bfb39dc8df +size 842302 diff --git a/pointerbench-text/data/test/0471.png b/pointerbench-text/data/test/0471.png new file mode 100644 index 0000000000000000000000000000000000000000..79d2db2bcf2cb90365cbb8264b82d48d291e9088 --- /dev/null +++ b/pointerbench-text/data/test/0471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccac20d6d0eed8b1347c006a3e76fe2c92f0754d703be1a677afc36f81399a67 +size 415015 diff --git a/pointerbench-text/data/test/0472.png b/pointerbench-text/data/test/0472.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5572e6038aa57a97ebc86628013f8ae167eeb6 --- /dev/null +++ b/pointerbench-text/data/test/0472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c402b5f9a50575e3c5832d8741dd610d9be481294ac2a9f225d695e60d140 +size 594887 diff --git a/pointerbench-text/data/test/0473.png b/pointerbench-text/data/test/0473.png new file mode 100644 index 0000000000000000000000000000000000000000..be0ec133ef84f9a7a0ccdca1ad51206e0dd33c0b --- /dev/null +++ b/pointerbench-text/data/test/0473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6a2976c9f892a8370cfe167c8d6bf7f8b31f8eaf3dbb2b90d8dcb865804c7b +size 126660 diff --git a/pointerbench-text/data/test/0474.png b/pointerbench-text/data/test/0474.png new file mode 100644 index 0000000000000000000000000000000000000000..b97b13c2ab8c5f2aec8f2f4f4d8e62272649e838 --- /dev/null +++ b/pointerbench-text/data/test/0474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9e61982af1f01c62985f1e1932ef42b5c6b32d63bb02c063f16b801258c74d +size 682464 diff --git a/pointerbench-text/data/test/0475.png b/pointerbench-text/data/test/0475.png new file mode 100644 index 0000000000000000000000000000000000000000..4e690afe1517e1d1f71878809a76604d26e4902c --- /dev/null +++ b/pointerbench-text/data/test/0475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d6fe8344bc6087d45d039a73d4d0a8e8315059b6d66acd0184049104d30674 +size 753307 diff --git a/pointerbench-text/data/test/0476.png b/pointerbench-text/data/test/0476.png new file mode 100644 index 0000000000000000000000000000000000000000..095f99e2d203344ad1ff311e57836ead3c3500c6 --- /dev/null +++ b/pointerbench-text/data/test/0476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f4ba7dd6cd8a203af580a1a5c528c63cb9074859d05a41a4e769d8cd56f60 +size 96866 diff --git a/pointerbench-text/data/test/0477.png b/pointerbench-text/data/test/0477.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0c66dd8ff7bfd6196502f6989c3538a488f062 --- /dev/null +++ b/pointerbench-text/data/test/0477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10132777d5c151a52e871bfaef671b1dd19e97da208e9af665d360b908791936 +size 68283 diff --git a/pointerbench-text/data/test/0478.png b/pointerbench-text/data/test/0478.png new file mode 100644 index 0000000000000000000000000000000000000000..76349ebca10ba0bd0f4d9c274d837ad3750a5614 --- /dev/null +++ b/pointerbench-text/data/test/0478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8645cf6357e4dc53b9ec7f551cc663fbc3c11e181819873a22de03a68a13de13 +size 73296 diff --git a/pointerbench-text/data/test/0479.png b/pointerbench-text/data/test/0479.png new file mode 100644 index 0000000000000000000000000000000000000000..79e90b1b679ba5dd516114c1720b5a3ea356ad2f --- /dev/null +++ b/pointerbench-text/data/test/0479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79130446688108007a3756530e2ff319e5cb439b8f9fe5379164f9dddc64575a +size 107259 diff --git a/pointerbench-text/data/test/0480.png b/pointerbench-text/data/test/0480.png new file mode 100644 index 0000000000000000000000000000000000000000..45d926f2dcc897a29c4acffd1fc8ce55456f26aa --- /dev/null +++ b/pointerbench-text/data/test/0480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a64e6457ab7e2fa8bfca77815c1110f5d4dd2f57f9873fc4de2a412fa3985dc +size 82908 diff --git a/pointerbench-text/data/test/0481.png b/pointerbench-text/data/test/0481.png new file mode 100644 index 0000000000000000000000000000000000000000..26ff84966bc640fa60f87d9f617323159fafe3c8 --- /dev/null +++ b/pointerbench-text/data/test/0481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebafbd65b9c58464d97f349bd1d0afc3e8c090e2ea391e5bc90ed8aed1a5a5a4 +size 72733 diff --git a/pointerbench-text/data/test/0482.png b/pointerbench-text/data/test/0482.png new file mode 100644 index 0000000000000000000000000000000000000000..9d187ee0202337b19a18ca0bd518dce69e35d44c --- /dev/null +++ b/pointerbench-text/data/test/0482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67f846a407207880cea12e8067887a0561cccb4315f5cbf08f8e336a57d1e67 +size 74882 diff --git a/pointerbench-text/data/test/0483.png b/pointerbench-text/data/test/0483.png new file mode 100644 index 0000000000000000000000000000000000000000..83cae2112576b23d1ece8065652d47f07cc5f5c3 --- /dev/null +++ b/pointerbench-text/data/test/0483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a74b3dd1f0cd85bdab89b183ee0a2fef4237fea1a345f805378e160e73e630 +size 76360 diff --git a/pointerbench-text/data/test/0484.png b/pointerbench-text/data/test/0484.png new file mode 100644 index 0000000000000000000000000000000000000000..262242095db0680c53520e6bebc3e56bf546f9e8 --- /dev/null +++ b/pointerbench-text/data/test/0484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a5673f28fe997a2814c4d3150421fd804bf5ba014f522830ec6a40cbdb5253 +size 497541 diff --git a/pointerbench-text/data/test/0485.png b/pointerbench-text/data/test/0485.png new file mode 100644 index 0000000000000000000000000000000000000000..61bceef4254b82de2dbc77b85888025dd6e403d4 --- /dev/null +++ b/pointerbench-text/data/test/0485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5220967121ec30ade7e4f9544995a4a4cef24e1aed1acba33d616296c012fe8e +size 112364 diff --git a/pointerbench-text/data/test/0486.png b/pointerbench-text/data/test/0486.png new file mode 100644 index 0000000000000000000000000000000000000000..413f0dcca8dd35b77a336e0ee5c4dac892896966 --- /dev/null +++ b/pointerbench-text/data/test/0486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbafed02510720b527f06873b96f1b58469f1e28615c8a46d6155993f4b6cc4 +size 514277 diff --git a/pointerbench-text/data/test/0487.png b/pointerbench-text/data/test/0487.png new file mode 100644 index 0000000000000000000000000000000000000000..851ef25fd18fdeec5326d4c9f04e889a28d5685e --- /dev/null +++ b/pointerbench-text/data/test/0487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b28860f14f310aa340239d52aa6b1e1377be9ddc006fd5bf10023c94ec6036 +size 44307 diff --git a/pointerbench-text/data/test/0488.png b/pointerbench-text/data/test/0488.png new file mode 100644 index 0000000000000000000000000000000000000000..f4c5d97bcf5de55fc9d64abb3e5d086e6b9e60a6 --- /dev/null +++ b/pointerbench-text/data/test/0488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d61d2971c421c673604f2114281fbad0eee4e0b034326d6bb47a44db933379 +size 140760 diff --git a/pointerbench-text/data/test/0489.png b/pointerbench-text/data/test/0489.png new file mode 100644 index 0000000000000000000000000000000000000000..197df0c373ba5089cf07f45154122042af921bca --- /dev/null +++ b/pointerbench-text/data/test/0489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe5b2b56d3fadcdd2373fa04f73caa86c83acc367bb2c6c2b2d9527f6e58d9e +size 899395 diff --git a/pointerbench-text/data/test/0490.png b/pointerbench-text/data/test/0490.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3507b48511b5374d3173d922673c2d4e2d7e74 --- /dev/null +++ b/pointerbench-text/data/test/0490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb032b382f7ae35c007117c9f44b27230946e2e13c8dd794449590370a7f09b9 +size 44883 diff --git a/pointerbench-text/data/test/0491.png b/pointerbench-text/data/test/0491.png new file mode 100644 index 0000000000000000000000000000000000000000..2fab40883f46251a4b51e8d864cf8824ca7fa7d8 --- /dev/null +++ b/pointerbench-text/data/test/0491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dd2d8dadc995e38f3d8c92c11fa3e92153956aaef7831f6f7f41441f386dc5 +size 43731 diff --git a/pointerbench-text/data/test/0492.png b/pointerbench-text/data/test/0492.png new file mode 100644 index 0000000000000000000000000000000000000000..b710010ae3d318ea1ce9739f3cf3d226c4a58dd0 --- /dev/null +++ b/pointerbench-text/data/test/0492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3a13632ae2b88162eb1296052a167a40eea495fec6d57763a39ff3e371a6fd +size 48063 diff --git a/pointerbench-text/data/test/0493.png b/pointerbench-text/data/test/0493.png new file mode 100644 index 0000000000000000000000000000000000000000..aedd0d304fae12182d3dabfd3bcb01e5f028c870 --- /dev/null +++ b/pointerbench-text/data/test/0493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4474f39d04cb5b16fbb9478183feec721b5edab4b8d7159dbcb8354e11177e7 +size 87980 diff --git a/pointerbench-text/data/test/0494.png b/pointerbench-text/data/test/0494.png new file mode 100644 index 0000000000000000000000000000000000000000..1206b9808b559bdbc42d3fe0e5be11e43c98c6fe --- /dev/null +++ b/pointerbench-text/data/test/0494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7bbe4064c4064b1bd5069246a613135d8e397a60d4075d61304b8a04d0c1a5 +size 38220 diff --git a/pointerbench-text/data/test/0495.png b/pointerbench-text/data/test/0495.png new file mode 100644 index 0000000000000000000000000000000000000000..d3948a9963e44ddf6c4f523c855cf45476814d83 --- /dev/null +++ b/pointerbench-text/data/test/0495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6df6353a095cc0c390e4f19718c2ce4030cd41d388ffa1bac8dc53831df4a6 +size 91872 diff --git a/pointerbench-text/data/test/0496.png b/pointerbench-text/data/test/0496.png new file mode 100644 index 0000000000000000000000000000000000000000..3e23eebefb11005a3dc68e2de26e846ca84239b1 --- /dev/null +++ b/pointerbench-text/data/test/0496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b050ec9016b8c4b440bd38ed977b3d2fbf089c6af822fb370ef9fe75c91c34fa +size 80793 diff --git a/pointerbench-text/data/test/0497.png b/pointerbench-text/data/test/0497.png new file mode 100644 index 0000000000000000000000000000000000000000..29140872f517193295350eaa13934bba09fca910 --- /dev/null +++ b/pointerbench-text/data/test/0497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36587e56868973633c6f3274d01115585f8a8dd9d478356eb0a0e54dce996c69 +size 78220 diff --git a/pointerbench-text/data/test/0498.png b/pointerbench-text/data/test/0498.png new file mode 100644 index 0000000000000000000000000000000000000000..a41f9c7fa657c9d40352e35677b06359d359dcd1 --- /dev/null +++ b/pointerbench-text/data/test/0498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f39e49f4ed335438ed5f1fd78b8a53463c5adc6cb1dda0148927152b54a9010 +size 153200 diff --git a/pointerbench-text/data/test/0499.png b/pointerbench-text/data/test/0499.png new file mode 100644 index 0000000000000000000000000000000000000000..e31f07eca2eb7c86675943e49602a4241ae62dc4 --- /dev/null +++ b/pointerbench-text/data/test/0499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae4b8b4f0ce5bc0a298470a8d7a1dca27324bc9de6228b44756c4479888530d +size 282065 diff --git a/pointerbench-text/data/test/metadata.jsonl b/pointerbench-text/data/test/metadata.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bd039fb95b9e6f8d72ebffdd6dae9b77744c210b --- /dev/null +++ b/pointerbench-text/data/test/metadata.jsonl @@ -0,0 +1,500 @@ +{"file_name": "0000.png", "id": "pbt_0000", "instruction": "Dammi la coordinata di \"documentation\".", "bbox": [282, 550, 363, 560], "point": [322, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [282, 550, 363, 560]}, "data_type": "word", "category": "word_center", "surface": "status_page", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0001.png", "id": "pbt_0001", "instruction": "Schreibstelle: das erste «Gegenstand» auf der Seite", "bbox": [178, 286, 238, 296], "point": [208, 291], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [178, 286, 238, 296]}, "data_type": "word", "category": "word_center", "surface": "invoice_detail", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0002.png", "id": "pbt_0002", "instruction": "Grab the bounding area for \"aloof\" directly behind «act».", "bbox": [306, 560, 340, 579], "point": [323, 569], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [306, 560, 340, 579], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "personal_blog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0003.png", "id": "pbt_0003", "instruction": "Klik op \"birželio\".", "bbox": [756, 140, 805, 153], "point": [780, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 140, 805, 153]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0004.png", "id": "pbt_0004", "instruction": "Outline 'Enter' immediately preceding \"the\" with the smallest fitting box.", "bbox": [318, 151, 348, 160], "point": [333, 155], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [318, 151, 348, 160], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "password_reset", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0005.png", "id": "pbt_0005", "instruction": "Mark the center of `loaf` just before '17.99'.", "bbox": [420, 125, 448, 133], "point": [434, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 125, 448, 133]}, "data_type": "word", "category": "word_center", "surface": "store_receipt", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0006.png", "id": "pbt_0006", "instruction": "Dame la coordenada de `Erika`.", "bbox": [372, 327, 402, 337], "point": [387, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [372, 327, 402, 337]}, "data_type": "chrome", "category": "structural_text", "surface": "video_call_chat", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0007.png", "id": "pbt_0007", "instruction": "Resolve coordinates for the struck-through `at`.", "bbox": [281, 65, 296, 76], "point": [288, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [281, 65, 296, 76]}, "data_type": "word", "category": "word_center", "surface": "system_dialog", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0008.png", "id": "pbt_0008", "instruction": "Haz clic en \"kolleegid\".", "bbox": [408, 564, 472, 578], "point": [440, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [408, 564, 472, 578]}, "data_type": "word", "category": "word_center", "surface": "quiz_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0009.png", "id": "pbt_0009", "instruction": "Klik op 'ceisteanna'.", "bbox": [158, 292, 281, 310], "point": [219, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 292, 281, 310]}, "data_type": "chrome", "category": "structural_text", "surface": "faq_page", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0010.png", "id": "pbt_0010", "instruction": "prepend before the 'firms' in bold", "bbox": [327, 111, 333, 129], "point": [330, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [327, 111, 333, 129]}, "data_type": "caret", "category": "caret_before_word", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0011.png", "id": "pbt_0011", "instruction": "Clique sur 'design'.", "bbox": [931, 248, 989, 264], "point": [960, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [931, 248, 989, 264]}, "data_type": "word", "category": "word_center", "surface": "server_inventory", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0012.png", "id": "pbt_0012", "instruction": "Klicke direkt vor 'def' direkt vor 'order_id(data):'.", "bbox": [72, 60, 80, 79], "point": [76, 69], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 60, 80, 79]}, "data_type": "caret", "category": "caret_before_word", "surface": "code_editor", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0013.png", "id": "pbt_0013", "instruction": "Clicca su `Annwyl`.", "bbox": [444, 480, 488, 492], "point": [466, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [444, 480, 488, 492]}, "data_type": "word", "category": "word_center", "surface": "search_page", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0014.png", "id": "pbt_0014", "instruction": "Dov'è 'STATIC'?", "bbox": [284, 75, 350, 88], "point": [317, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [284, 75, 350, 88]}, "data_type": "chrome", "category": "structural_text", "surface": "bbs_terminal", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0015.png", "id": "pbt_0015", "instruction": "Clique sur \"patch-ul\".", "bbox": [462, 166, 501, 177], "point": [481, 171], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [462, 166, 501, 177]}, "data_type": "word", "category": "word_center", "surface": "recipe_card", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0016.png", "id": "pbt_0016", "instruction": "Clique sur \"checking\".", "bbox": [276, 174, 333, 187], "point": [304, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 174, 333, 187]}, "data_type": "word", "category": "word_center", "surface": "settings_panel", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0017.png", "id": "pbt_0017", "instruction": "Clique sur `New`.", "bbox": [20, 17, 54, 28], "point": [37, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 54, 28]}, "data_type": "chrome", "category": "structural_text", "surface": "email_compose", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0018.png", "id": "pbt_0018", "instruction": "Identify the line edge for the end of the line that starts with «We reported the».", "bbox": [913, 515, 932, 536], "point": [923, 525], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [913, 515, 932, 536]}, "data_type": "caret", "category": "line_end", "surface": "product_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0019.png", "id": "pbt_0019", "instruction": "Dammi la coordinata di \"være\".", "bbox": [421, 328, 456, 336], "point": [438, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [421, 328, 456, 336]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0020.png", "id": "pbt_0020", "instruction": "Map \"Veterans\" right before \"Services\" to x,y.", "bbox": [499, 475, 556, 486], "point": [527, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 475, 556, 486]}, "data_type": "word", "category": "word_center", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0021.png", "id": "pbt_0021", "instruction": "Word suffix symbol: comma for the last \"required\" on the page.", "bbox": [426, 538, 432, 550], "point": [428, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 538, 432, 550]}, "data_type": "punctuation", "category": "punctuation", "surface": "query_results", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0022.png", "id": "pbt_0022", "instruction": "Dov'è \"Tim\"?", "bbox": [116, 334, 137, 343], "point": [126, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 334, 137, 343]}, "data_type": "chrome", "category": "structural_text", "surface": "forum_thread", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0023.png", "id": "pbt_0023", "instruction": "'staging' / `t`", "bbox": [566, 648, 571, 659], "point": [568, 653], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [566, 648, 571, 659]}, "data_type": "char", "category": "char_center", "surface": "todo_app", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0024.png", "id": "pbt_0024", "instruction": "→ the bold \"Keyboard\"", "bbox": [705, 133, 764, 145], "point": [734, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [705, 133, 764, 145]}, "data_type": "word", "category": "word_center", "surface": "product_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0025.png", "id": "pbt_0025", "instruction": "Umschließendes Rechteck um die Zeile, die mit \"https://status.corp.net/tickets nur durch\" beginnt gesucht.", "bbox": [80, 155, 944, 191], "point": [512, 173], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [80, 155, 944, 191], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "system_dialog", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0026.png", "id": "pbt_0026", "instruction": "Haz clic en «Summit».", "bbox": [40, 64, 129, 82], "point": [84, 73], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 64, 129, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0027.png", "id": "pbt_0027", "instruction": "Haz clic en 'clients_eu'.", "bbox": [677, 425, 794, 449], "point": [735, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 425, 794, 449]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0028.png", "id": "pbt_0028", "instruction": "Where in 'cartons' immediately following '6' do the 't' and the \"o\" adjoin?", "bbox": [559, 130, 568, 161], "point": [563, 145], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [559, 130, 568, 161]}, "data_type": "caret", "category": "caret_between_chars", "surface": "streaming_catalog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0029.png", "id": "pbt_0029", "instruction": "Just past the «the» in bold.", "bbox": [413, 185, 419, 200], "point": [416, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [413, 185, 419, 200]}, "data_type": "caret", "category": "caret_after_word", "surface": "recipe_card", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0030.png", "id": "pbt_0030", "instruction": "Où est «Balances» ?", "bbox": [664, 131, 721, 140], "point": [692, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 131, 721, 140]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0031.png", "id": "pbt_0031", "instruction": "Où est \"or\" ?", "bbox": [793, 673, 803, 679], "point": [798, 676], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [793, 673, 803, 679]}, "data_type": "word", "category": "word_center", "surface": "job_application", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0032.png", "id": "pbt_0032", "instruction": "Klicke direkt hinter \"Haben\" im Satz «Haben, bei@mail.com, active, Dem».", "bbox": [92, 672, 100, 689], "point": [96, 680], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 672, 100, 689]}, "data_type": "caret", "category": "caret_after_word", "surface": "csv_preview", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0033.png", "id": "pbt_0033", "instruction": "Wo ist den Punkt hinter das letzte Wort des ersten Absatzes?", "bbox": [519, 191, 527, 204], "point": [522, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 191, 527, 204]}, "data_type": "punctuation", "category": "punctuation", "surface": "quiz_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0034.png", "id": "pbt_0034", "instruction": "Dame la coordenada de `poll`.", "bbox": [206, 309, 225, 320], "point": [215, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [206, 309, 225, 320]}, "data_type": "chrome", "category": "structural_text", "surface": "poll_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0035.png", "id": "pbt_0035", "instruction": "Donne-moi la coordonnée de \"Si\".", "bbox": [735, 400, 744, 408], "point": [739, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [735, 400, 744, 408]}, "data_type": "word", "category": "word_center", "surface": "terms_of_service", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0036.png", "id": "pbt_0036", "instruction": "¿Dónde está \"30s\"?", "bbox": [897, 18, 914, 26], "point": [905, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [897, 18, 914, 26]}, "data_type": "chrome", "category": "structural_text", "surface": "metrics_dashboard", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0037.png", "id": "pbt_0037", "instruction": "I need the bbox of «receive».", "bbox": [871, 290, 919, 301], "point": [895, 295], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [871, 290, 919, 301], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0038.png", "id": "pbt_0038", "instruction": "Klik op 'Krüger'.", "bbox": [64, 14, 113, 28], "point": [88, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 14, 113, 28]}, "data_type": "chrome", "category": "structural_text", "surface": "chat_bubbles", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0039.png", "id": "pbt_0039", "instruction": "Set focus just before \"reports\" right after `literature`.", "bbox": [259, 634, 265, 651], "point": [262, 642], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [259, 634, 265, 651]}, "data_type": "caret", "category": "caret_before_word", "surface": "video_player", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0040.png", "id": "pbt_0040", "instruction": "Dov'è «Index»?", "bbox": [790, 713, 835, 725], "point": [812, 719], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [790, 713, 835, 725]}, "data_type": "chrome", "category": "structural_text", "surface": "teletext_page", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0041.png", "id": "pbt_0041", "instruction": "just the \"m\" in the bold \"Tim\"", "bbox": [51, 368, 64, 378], "point": [57, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 368, 64, 378]}, "data_type": "char", "category": "char_center", "surface": "gmail_inbox", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0042.png", "id": "pbt_0042", "instruction": "Determine where \"Pellegrini\" inside `Marco Pellegrini Led` sits.", "bbox": [745, 292, 792, 303], "point": [768, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 292, 792, 303]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0043.png", "id": "pbt_0043", "instruction": "Label-Aufgabe: \"PDF-Uploads\" direkt vor «zielten,» einboxen.", "bbox": [454, 560, 586, 577], "point": [520, 568], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [454, 560, 586, 577], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "newsletter_email", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0044.png", "id": "pbt_0044", "instruction": "Identify the line edge for the end of the line that starts with '8 (Aeroform Sports'.", "bbox": [547, 388, 562, 403], "point": [555, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [547, 388, 562, 403]}, "data_type": "caret", "category": "line_end", "surface": "search_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0045.png", "id": "pbt_0045", "instruction": "I need the bbox of \"since\" inside the transcription.", "bbox": [410, 184, 444, 194], "point": [427, 189], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [410, 184, 444, 194], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "voicemail_list", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0046.png", "id": "pbt_0046", "instruction": "Geef me de coördinaat van '7fc2258'.", "bbox": [205, 71, 250, 81], "point": [227, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [205, 71, 250, 81]}, "data_type": "chrome", "category": "structural_text", "surface": "diff_viewer", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0047.png", "id": "pbt_0047", "instruction": "¿Dónde está «Seol»?", "bbox": [107, 321, 132, 330], "point": [119, 325], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 321, 132, 330]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0048.png", "id": "pbt_0048", "instruction": "klicke auf 'm' in das orangefarbene \"automatisierte\".", "bbox": [834, 52, 848, 65], "point": [840, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 52, 848, 65]}, "data_type": "char", "category": "char_center", "surface": "comment_section", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0049.png", "id": "pbt_0049", "instruction": "Dame la coordenada de 'Subiect'.", "bbox": [719, 364, 776, 378], "point": [747, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [719, 364, 776, 378]}, "data_type": "word", "category": "word_center", "surface": "server_inventory", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0050.png", "id": "pbt_0050", "instruction": "Où est 'augstāk' ?", "bbox": [859, 673, 902, 686], "point": [880, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [859, 673, 902, 686]}, "data_type": "word", "category": "word_center", "surface": "email_3pane", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0051.png", "id": "pbt_0051", "instruction": "Dame la coordenada de \"tre\".", "bbox": [777, 206, 793, 215], "point": [785, 210], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [777, 206, 793, 215]}, "data_type": "word", "category": "word_center", "surface": "ereader", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0052.png", "id": "pbt_0052", "instruction": "'pallets' right after '9' →", "bbox": [480, 493, 486, 507], "point": [483, 500], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [480, 493, 486, 507]}, "data_type": "caret", "category": "caret_after_word", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0053.png", "id": "pbt_0053", "instruction": "annotation: gap between 'than' and \"six\"", "bbox": [831, 386, 835, 405], "point": [833, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 386, 835, 405]}, "data_type": "caret", "category": "between_words", "surface": "compliance_checklist", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0054.png", "id": "pbt_0054", "instruction": "Klicke genau zwischen 'b' und `i` in das letzte `Mobile` auf der Seite.", "bbox": [255, 556, 263, 581], "point": [259, 568], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 556, 263, 581]}, "data_type": "caret", "category": "caret_between_chars", "surface": "music_lyrics", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0055.png", "id": "pbt_0055", "instruction": "Start typing location for the 'Hawthorne' with the underline.", "bbox": [450, 324, 456, 344], "point": [453, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 324, 456, 344]}, "data_type": "caret", "category": "caret_before_word", "surface": "docs_site", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0056.png", "id": "pbt_0056", "instruction": "Where to place text between the `s` and the 't' in the first occurrence of «Lindqvist».", "bbox": [265, 92, 271, 110], "point": [268, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [265, 92, 271, 110]}, "data_type": "caret", "category": "caret_between_chars", "surface": "slack_like", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0057.png", "id": "pbt_0057", "instruction": "Où est 'product' ?", "bbox": [519, 447, 558, 458], "point": [538, 452], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 447, 558, 458]}, "data_type": "word", "category": "word_center", "surface": "signup_form", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0058.png", "id": "pbt_0058", "instruction": "xy: the first 'such' on the page", "bbox": [582, 160, 607, 170], "point": [594, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [582, 160, 607, 170]}, "data_type": "word", "category": "word_center", "surface": "system_dialog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0059.png", "id": "pbt_0059", "instruction": "Annotate the prepend location for the dimmed `motorists`.", "bbox": [659, 413, 664, 428], "point": [661, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [659, 413, 664, 428]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0060.png", "id": "pbt_0060", "instruction": "Wo liegen die beiden Ecken des Rechtecks um das letzte \"Juli\" auf der Seite?", "bbox": [450, 573, 481, 593], "point": [465, 583], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [450, 573, 481, 593], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0061.png", "id": "pbt_0061", "instruction": "visual grounding request: the «operation» in the code pill.", "bbox": [233, 288, 275, 299], "point": [254, 293], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [233, 288, 275, 299], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "gmail_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0062.png", "id": "pbt_0062", "instruction": "Click the boundary between the 'L' and the 'D' in \"CALDER\" inside the slide bullets.", "bbox": [338, 198, 347, 217], "point": [342, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 198, 347, 217]}, "data_type": "caret", "category": "caret_between_chars", "surface": "lecture_slide", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0063.png", "id": "pbt_0063", "instruction": "Dame la coordenada de \"Order\".", "bbox": [70, 83, 108, 93], "point": [89, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [70, 83, 108, 93]}, "data_type": "word", "category": "word_center", "surface": "data_table", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0064.png", "id": "pbt_0064", "instruction": "The spot where the \"a\" and the \"n\" meet in `demand`.", "bbox": [580, 516, 586, 533], "point": [582, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [580, 516, 586, 533]}, "data_type": "caret", "category": "caret_between_chars", "surface": "retro_forum", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0065.png", "id": "pbt_0065", "instruction": "Klik op 'amb'.", "bbox": [366, 147, 394, 157], "point": [380, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [366, 147, 394, 157]}, "data_type": "word", "category": "word_center", "surface": "social_feed", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0066.png", "id": "pbt_0066", "instruction": "The cursor position between the 's' and the \"p\" in 'sprint' in the sentence \"The team is working to recover this in the current sprint.\".", "bbox": [375, 414, 381, 430], "point": [378, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [375, 414, 381, 430]}, "data_type": "caret", "category": "caret_between_chars", "surface": "gmail_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0067.png", "id": "pbt_0067", "instruction": "For the last 'records' on the page, isolate the 'd' with a bbox.", "bbox": [218, 386, 226, 396], "point": [221, 391], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [218, 386, 226, 396], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "quiz_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0068.png", "id": "pbt_0068", "instruction": "cursor position before \"than\" immediately following 'more'", "bbox": [742, 548, 748, 564], "point": [745, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [742, 548, 748, 564]}, "data_type": "caret", "category": "caret_before_word", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0069.png", "id": "pbt_0069", "instruction": "Donne-moi la coordonnée de «OPTIONS».", "bbox": [76, 660, 132, 669], "point": [104, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 660, 132, 669]}, "data_type": "chrome", "category": "structural_text", "surface": "man_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0070.png", "id": "pbt_0070", "instruction": "Locate the first \"Mechanical\"", "bbox": [649, 509, 655, 523], "point": [652, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [649, 509, 655, 523]}, "data_type": "caret", "category": "paragraph_start", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0071.png", "id": "pbt_0071", "instruction": "gib mir die position für `durchzuführen` im bereich „speaker notes“.", "bbox": [713, 522, 800, 532], "point": [756, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 522, 800, 532]}, "data_type": "word", "category": "word_center", "surface": "lecture_slide", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0072.png", "id": "pbt_0072", "instruction": "Tap target center: «January» inside \"cohort, January 2026)\"", "bbox": [819, 514, 871, 527], "point": [845, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [819, 514, 871, 527]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0073.png", "id": "pbt_0073", "instruction": "pixel position trailing «we»", "bbox": [744, 372, 751, 387], "point": [747, 379], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 372, 751, 387]}, "data_type": "caret", "category": "caret_after_word", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0074.png", "id": "pbt_0074", "instruction": "Clique sur 'Refills'.", "bbox": [101, 473, 140, 483], "point": [120, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [101, 473, 140, 483]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0075.png", "id": "pbt_0075", "instruction": "'hear' in the sentence \"Where we consistently hear demand, and where we fall short today, is on the advisory and implementation services side.\", bounding box?", "bbox": [165, 93, 187, 101], "point": [176, 97], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [165, 93, 187, 101], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0076.png", "id": "pbt_0076", "instruction": "Frame the last occurrence of 'Workshop' for me.", "bbox": [132, 530, 220, 548], "point": [176, 539], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [132, 530, 220, 548], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0077.png", "id": "pbt_0077", "instruction": "Klicke auf den Punkt nach \"dokumentiert\".", "bbox": [895, 121, 902, 131], "point": [898, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [895, 121, 902, 131]}, "data_type": "punctuation", "category": "punctuation", "surface": "compliance_checklist", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0078.png", "id": "pbt_0078", "instruction": "¿Dónde está `BTC`?", "bbox": [664, 192, 691, 200], "point": [677, 196], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 192, 691, 200]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0079.png", "id": "pbt_0079", "instruction": "Editing mark: post-the first 'January' in the message body", "bbox": [801, 200, 807, 218], "point": [804, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [801, 200, 807, 218]}, "data_type": "caret", "category": "caret_after_word", "surface": "gmail_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0080.png", "id": "pbt_0080", "instruction": "Dammi la coordinata di `EUR`.", "bbox": [232, 87, 253, 96], "point": [242, 91], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [232, 87, 253, 96]}, "data_type": "chrome", "category": "structural_text", "surface": "accounting_ledger", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0081.png", "id": "pbt_0081", "instruction": "Tap the italicized 'CSM' on the page.", "bbox": [105, 669, 113, 688], "point": [109, 678], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [105, 669, 113, 688]}, "data_type": "caret", "category": "paragraph_start", "surface": "order_confirmation", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0082.png", "id": "pbt_0082", "instruction": "Rendered center of \"modern\" right after \"for\"", "bbox": [341, 262, 407, 273], "point": [374, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 262, 407, 273]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0083.png", "id": "pbt_0083", "instruction": "Waar staat «pozdrav»?", "bbox": [293, 150, 348, 167], "point": [320, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 150, 348, 167]}, "data_type": "word", "category": "word_center", "surface": "streaming_catalog", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0084.png", "id": "pbt_0084", "instruction": "Wo ist `m` in das Wort 'primären'?", "bbox": [850, 329, 862, 342], "point": [856, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [850, 329, 862, 342]}, "data_type": "char", "category": "char_center", "surface": "chat_bubbles", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0085.png", "id": "pbt_0085", "instruction": "identify center of `a` in 'plans' immediately following \"Payment\"", "bbox": [551, 505, 558, 519], "point": [554, 512], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 505, 558, 519]}, "data_type": "char", "category": "char_center", "surface": "metrics_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0086.png", "id": "pbt_0086", "instruction": "Haz clic en 'licencí'.", "bbox": [495, 347, 544, 359], "point": [519, 353], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 347, 544, 359]}, "data_type": "chrome", "category": "structural_text", "surface": "search_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0087.png", "id": "pbt_0087", "instruction": "the gap between \"forming\" and «approximately»", "bbox": [173, 536, 178, 548], "point": [175, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [173, 536, 178, 548]}, "data_type": "caret", "category": "between_words", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0088.png", "id": "pbt_0088", "instruction": "The caret point between the `a` and the \"c\" in the first `each` in the answer 2.", "bbox": [266, 206, 272, 221], "point": [269, 213], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 206, 272, 221]}, "data_type": "caret", "category": "caret_between_chars", "surface": "faq_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0089.png", "id": "pbt_0089", "instruction": "Verify placement: «of» within the snippet 'replacement of like-for-like'", "bbox": [686, 617, 712, 634], "point": [699, 625], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [686, 617, 712, 634]}, "data_type": "word", "category": "word_center", "surface": "cron_schedule", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0090.png", "id": "pbt_0090", "instruction": "Checklist: center of the first \"Canal\" in the return policy", "bbox": [603, 548, 633, 556], "point": [618, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 548, 633, 556]}, "data_type": "word", "category": "word_center", "surface": "store_receipt", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0091.png", "id": "pbt_0091", "instruction": "Dammi la coordinata di \"Sommer\".", "bbox": [64, 353, 117, 362], "point": [90, 357], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 353, 117, 362]}, "data_type": "chrome", "category": "structural_text", "surface": "voicemail_list", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0092.png", "id": "pbt_0092", "instruction": "what's the center of the \"floodway\" with the underline?", "bbox": [857, 212, 933, 230], "point": [895, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [857, 212, 933, 230]}, "data_type": "word", "category": "word_center", "surface": "email_compose", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0093.png", "id": "pbt_0093", "instruction": "Dame la coordenada de 'Betreff'.", "bbox": [706, 307, 760, 317], "point": [733, 312], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 307, 760, 317]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0094.png", "id": "pbt_0094", "instruction": "Setze den Cursor zwischen 'd' und 'r' in das rosafarbene «drei».", "bbox": [79, 487, 85, 503], "point": [82, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [79, 487, 85, 503]}, "data_type": "caret", "category": "caret_between_chars", "surface": "realestate_listing", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0095.png", "id": "pbt_0095", "instruction": "I'd like the coordinates of the `exposure` in the code pill, please.", "bbox": [776, 721, 884, 736], "point": [830, 728], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [776, 721, 884, 736]}, "data_type": "word", "category": "word_center", "surface": "banking_dashboard", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0096.png", "id": "pbt_0096", "instruction": "Où est «built» ?", "bbox": [234, 116, 264, 126], "point": [249, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [234, 116, 264, 126]}, "data_type": "chrome", "category": "structural_text", "surface": "realestate_listing", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0097.png", "id": "pbt_0097", "instruction": "Dov'è «INV-4932»?", "bbox": [70, 152, 134, 163], "point": [102, 157], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [70, 152, 134, 163]}, "data_type": "chrome", "category": "structural_text", "surface": "data_table", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0098.png", "id": "pbt_0098", "instruction": "Dammi la coordinata di 'Booking'.", "bbox": [106, 44, 149, 56], "point": [127, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [106, 44, 149, 56]}, "data_type": "chrome", "category": "structural_text", "surface": "trip_itinerary", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0099.png", "id": "pbt_0099", "instruction": "place cursor in the gap after `Monitor`, before `arm`", "bbox": [363, 406, 367, 420], "point": [365, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [363, 406, 367, 420]}, "data_type": "caret", "category": "between_words", "surface": "data_table", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0100.png", "id": "pbt_0100", "instruction": "The cursor between the «h» and the \"e\" in «scheduled».", "bbox": [304, 241, 311, 260], "point": [307, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [304, 241, 311, 260]}, "data_type": "caret", "category": "caret_between_chars", "surface": "flashcard_deck", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0101.png", "id": "pbt_0101", "instruction": "Field check: the italicized 'environments'", "bbox": [294, 431, 399, 443], "point": [346, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 431, 399, 443]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0102.png", "id": "pbt_0102", "instruction": "Haz clic en \"committed\".", "bbox": [130, 71, 187, 82], "point": [158, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 71, 187, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "diff_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0103.png", "id": "pbt_0103", "instruction": "show me where 'coupling' is", "bbox": [892, 197, 933, 208], "point": [912, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [892, 197, 933, 208]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0104.png", "id": "pbt_0104", "instruction": "Where the `k` and the 'i' connect in the boldfaced 'wiki'.", "bbox": [915, 174, 920, 187], "point": [917, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 174, 920, 187]}, "data_type": "caret", "category": "caret_between_chars", "surface": "file_manager", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0105.png", "id": "pbt_0105", "instruction": "x,y for the gap between the \"o\" and the «r» in \"indicators\" in the sentence «Leading indicators https://docs.acme.io/api/v2 employee engagement index; lagging review tracks cash conversion cycle.»", "bbox": [185, 228, 191, 245], "point": [188, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [185, 228, 191, 245]}, "data_type": "caret", "category": "caret_between_chars", "surface": "forum_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0106.png", "id": "pbt_0106", "instruction": "Dammi la coordinata di \"Market\".", "bbox": [652, 313, 698, 326], "point": [675, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [652, 313, 698, 326]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0107.png", "id": "pbt_0107", "instruction": "Box in the entire paragraph that opens with the last \"In\".", "bbox": [64, 604, 960, 709], "point": [512, 656], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [64, 604, 960, 709], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0108.png", "id": "pbt_0108", "instruction": "Box in the \"t\" of 'study' in the phrase 'archive: study GR-7721-TQ-26-041'.", "bbox": [211, 540, 218, 558], "point": [214, 549], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [211, 540, 218, 558], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "email_compose", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0109.png", "id": "pbt_0109", "instruction": "Label: \"revenue\" immediately following \"tim.petrov@example.com\"", "bbox": [288, 383, 384, 396], "point": [336, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 383, 384, 396]}, "data_type": "word", "category": "word_center", "surface": "installer_wizard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0110.png", "id": "pbt_0110", "instruction": "Highlight the start of the line that starts with 'Read the architecture'.", "bbox": [83, 528, 98, 545], "point": [91, 536], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [83, 528, 98, 545]}, "data_type": "caret", "category": "line_start", "surface": "restaurant_menu", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0111.png", "id": "pbt_0111", "instruction": "Dov'è 'en'?", "bbox": [949, 713, 960, 719], "point": [954, 716], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [949, 713, 960, 719]}, "data_type": "word", "category": "word_center", "surface": "ci_pipeline", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0112.png", "id": "pbt_0112", "instruction": "Klik op 'to'.", "bbox": [60, 136, 69, 144], "point": [64, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [60, 136, 69, 144]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_thread", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0113.png", "id": "pbt_0113", "instruction": "Geef me de coördinaat van \"Cables\".", "bbox": [34, 218, 74, 228], "point": [54, 223], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 218, 74, 228]}, "data_type": "chrome", "category": "structural_text", "surface": "product_listing", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0114.png", "id": "pbt_0114", "instruction": "Waar staat 'Full'?", "bbox": [40, 109, 56, 117], "point": [48, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 109, 56, 117]}, "data_type": "chrome", "category": "structural_text", "surface": "checkout_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0115.png", "id": "pbt_0115", "instruction": "Cursor auf das fettgedruckte \"Suites\" setzen.", "bbox": [260, 84, 307, 96], "point": [283, 90], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 84, 307, 96]}, "data_type": "chrome", "category": "structural_text", "surface": "hotel_listing", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0116.png", "id": "pbt_0116", "instruction": "Return the visible center of «Visigoths».", "bbox": [487, 606, 532, 617], "point": [509, 611], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 606, 532, 617]}, "data_type": "word", "category": "word_center", "surface": "hotel_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0117.png", "id": "pbt_0117", "instruction": "Ground to the last 'Q2' in the fare rules.", "bbox": [701, 492, 718, 502], "point": [709, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [701, 492, 718, 502]}, "data_type": "word", "category": "word_center", "surface": "flight_booking", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0118.png", "id": "pbt_0118", "instruction": "[after `DEBUG` immediately preceding \"user\"]", "bbox": [226, 261, 234, 280], "point": [230, 270], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 261, 234, 280]}, "data_type": "caret", "category": "caret_after_word", "surface": "terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0119.png", "id": "pbt_0119", "instruction": "Waar staat \"Lang\"?", "bbox": [717, 385, 745, 397], "point": [731, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 385, 745, 397]}, "data_type": "word", "category": "word_center", "surface": "event_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0120.png", "id": "pbt_0120", "instruction": "Donne-moi la coordonnée de `prod-eu1`.", "bbox": [78, 17, 150, 30], "point": [114, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 17, 150, 30]}, "data_type": "chrome", "category": "structural_text", "surface": "log_viewer", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0121.png", "id": "pbt_0121", "instruction": "'stem' in the news story, center coordinates", "bbox": [404, 435, 444, 448], "point": [424, 441], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 435, 444, 448]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0122.png", "id": "pbt_0122", "instruction": "Wo ist 's' in «oscar» in der Passage `ERROR user oscar logged`?", "bbox": [512, 103, 521, 111], "point": [516, 107], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [512, 103, 521, 111]}, "data_type": "char", "category": "char_center", "surface": "ci_pipeline", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0123.png", "id": "pbt_0123", "instruction": "Haz clic en 'PullDn'.", "bbox": [834, 749, 882, 759], "point": [858, 754], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 749, 882, 759]}, "data_type": "chrome", "category": "structural_text", "surface": "dos_file_manager", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0124.png", "id": "pbt_0124", "instruction": "Dov'è «stand»?", "bbox": [363, 312, 395, 321], "point": [379, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [363, 312, 395, 321]}, "data_type": "chrome", "category": "structural_text", "surface": "data_table", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0125.png", "id": "pbt_0125", "instruction": "Geometric center of the first word of the fourth paragraph", "bbox": [56, 598, 106, 606], "point": [81, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [56, 598, 106, 606]}, "data_type": "word", "category": "word_center", "surface": "status_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0126.png", "id": "pbt_0126", "instruction": "Donne-moi la coordonnée de 'Ingredients'.", "bbox": [88, 134, 169, 151], "point": [128, 142], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [88, 134, 169, 151]}, "data_type": "chrome", "category": "structural_text", "surface": "recipe_card", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0127.png", "id": "pbt_0127", "instruction": "Haz clic en \"Webcam\".", "bbox": [151, 419, 207, 429], "point": [179, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [151, 419, 207, 429]}, "data_type": "chrome", "category": "structural_text", "surface": "order_confirmation", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0128.png", "id": "pbt_0128", "instruction": "Koordinate bitte: das violette «RA-2026-18»", "bbox": [525, 606, 566, 613], "point": [545, 609], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [525, 606, 566, 613]}, "data_type": "word", "category": "word_center", "surface": "wikipedia", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0129.png", "id": "pbt_0129", "instruction": "Donne-moi la coordonnée de \"Exchange\".", "bbox": [20, 17, 88, 31], "point": [54, 24], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 88, 31]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0130.png", "id": "pbt_0130", "instruction": "Map 'RC-S3-Aisle12-Bay4' to screen coordinates.", "bbox": [623, 378, 629, 396], "point": [626, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 378, 629, 396]}, "data_type": "caret", "category": "paragraph_end", "surface": "man_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0131.png", "id": "pbt_0131", "instruction": "Dov'è 'Diskette'?", "bbox": [95, 123, 167, 135], "point": [131, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 123, 167, 135]}, "data_type": "chrome", "category": "structural_text", "surface": "bios_screen", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0132.png", "id": "pbt_0132", "instruction": "Wo ist zweite 'e' in \"geschlossen\" in der Passage «M1 geschlossen ist.»?", "bbox": [671, 600, 680, 614], "point": [675, 607], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [671, 600, 680, 614]}, "data_type": "char", "category": "char_center", "surface": "man_page", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0133.png", "id": "pbt_0133", "instruction": "Waar staat `mai`?", "bbox": [731, 207, 752, 217], "point": [741, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 207, 752, 217]}, "data_type": "word", "category": "word_center", "surface": "personal_blog", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0134.png", "id": "pbt_0134", "instruction": "I'd like to insert after \"school\" right after `high`", "bbox": [871, 519, 877, 536], "point": [873, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [871, 519, 877, 536]}, "data_type": "caret", "category": "caret_after_word", "surface": "court_filing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0135.png", "id": "pbt_0135", "instruction": "What is the position of the semicolon after \"tokens\" inside 'Bearer tokens; scopes'?", "bbox": [268, 389, 274, 400], "point": [270, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [268, 389, 274, 400]}, "data_type": "punctuation", "category": "punctuation", "surface": "product_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0136.png", "id": "pbt_0136", "instruction": "Clique sur \"Kæru\".", "bbox": [376, 400, 407, 410], "point": [391, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 400, 407, 410]}, "data_type": "word", "category": "word_center", "surface": "restaurant_menu", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0137.png", "id": "pbt_0137", "instruction": "point me to the «Non-goals» with the highlight behind it", "bbox": [246, 100, 302, 113], "point": [274, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 100, 302, 113]}, "data_type": "word", "category": "word_center", "surface": "todo_app", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0138.png", "id": "pbt_0138", "instruction": "Single character \"s\" in the bold «physical».", "bbox": [118, 605, 126, 620], "point": [121, 612], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [118, 605, 126, 620]}, "data_type": "char", "category": "char_center", "surface": "kanban_board", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0139.png", "id": "pbt_0139", "instruction": "Clique sur \"10h\".", "bbox": [366, 172, 387, 181], "point": [376, 176], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [366, 172, 387, 181]}, "data_type": "chrome", "category": "structural_text", "surface": "social_feed", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0140.png", "id": "pbt_0140", "instruction": "Map the 'FY' colored orange to x,y.", "bbox": [531, 317, 543, 324], "point": [537, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [531, 317, 543, 324]}, "data_type": "word", "category": "word_center", "surface": "podcast_app", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0141.png", "id": "pbt_0141", "instruction": "Click the colon after 'Remediation' immediately preceding `Mon`.", "bbox": [118, 99, 124, 107], "point": [120, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [118, 99, 124, 107]}, "data_type": "punctuation", "category": "punctuation", "surface": "compliance_checklist", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0142.png", "id": "pbt_0142", "instruction": "Box um \"t\" in das türkise «Barrierefreiheit»?", "bbox": [345, 558, 353, 571], "point": [348, 564], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [345, 558, 353, 571], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "checkout_form", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0143.png", "id": "pbt_0143", "instruction": "Where does the `device` in bold render?", "bbox": [829, 601, 879, 612], "point": [854, 606], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [829, 601, 879, 612]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0144.png", "id": "pbt_0144", "instruction": "identify center of \"a\" in the word \"range\"", "bbox": [267, 501, 275, 510], "point": [271, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [267, 501, 275, 510]}, "data_type": "char", "category": "char_center", "surface": "patent_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0145.png", "id": "pbt_0145", "instruction": "Center of the displayed word `the` right before `email`.", "bbox": [326, 167, 344, 177], "point": [335, 172], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [326, 167, 344, 177]}, "data_type": "word", "category": "word_center", "surface": "password_reset", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0146.png", "id": "pbt_0146", "instruction": "Setze den Cursor unmittelbar hinter \"Norddeutschland\".", "bbox": [517, 590, 523, 603], "point": [520, 596], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [517, 590, 523, 603]}, "data_type": "caret", "category": "caret_after_word", "surface": "flight_booking", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0147.png", "id": "pbt_0147", "instruction": "post-the last occurrence of 'distinct' caret", "bbox": [875, 384, 880, 398], "point": [877, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [875, 384, 880, 398]}, "data_type": "caret", "category": "caret_after_word", "surface": "court_filing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0148.png", "id": "pbt_0148", "instruction": "Donne-moi la coordonnée de 'environments'.", "bbox": [658, 248, 756, 261], "point": [707, 254], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [658, 248, 756, 261]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0149.png", "id": "pbt_0149", "instruction": "land on `p` in 'product' directly behind 'highlight'", "bbox": [721, 330, 732, 346], "point": [726, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [721, 330, 732, 346]}, "data_type": "char", "category": "char_center", "surface": "recipe_card", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0150.png", "id": "pbt_0150", "instruction": "Region of Interest um \"können\" direkt vor «ohne».", "bbox": [671, 332, 720, 342], "point": [695, 337], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [671, 332, 720, 342], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "api_client", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0151.png", "id": "pbt_0151", "instruction": "Coordinates for the point following the second 'Health' in the security notice.", "bbox": [669, 385, 679, 411], "point": [674, 398], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [669, 385, 679, 411]}, "data_type": "caret", "category": "caret_after_word", "surface": "banking_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0152.png", "id": "pbt_0152", "instruction": "Haz clic en `juri`.", "bbox": [296, 419, 310, 429], "point": [303, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 419, 310, 429]}, "data_type": "word", "category": "word_center", "surface": "compliance_checklist", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0153.png", "id": "pbt_0153", "instruction": "Dame la coordenada de «David».", "bbox": [809, 243, 835, 250], "point": [822, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [809, 243, 835, 250]}, "data_type": "chrome", "category": "structural_text", "surface": "music_lyrics", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0154.png", "id": "pbt_0154", "instruction": "Haz clic en 'linjën'.", "bbox": [708, 311, 750, 321], "point": [729, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [708, 311, 750, 321]}, "data_type": "word", "category": "word_center", "surface": "api_client", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0155.png", "id": "pbt_0155", "instruction": "Où est \"POST\" ?", "bbox": [196, 55, 266, 74], "point": [231, 64], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [196, 55, 266, 74]}, "data_type": "chrome", "category": "structural_text", "surface": "shipping_label", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0156.png", "id": "pbt_0156", "instruction": "i-beam location between «caused» and \"by\"", "bbox": [664, 241, 668, 261], "point": [666, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 241, 668, 261]}, "data_type": "caret", "category": "between_words", "surface": "quiz_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0157.png", "id": "pbt_0157", "instruction": "the semicolon resting after the 'delegates' in the code pill", "bbox": [830, 170, 839, 179], "point": [834, 174], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [830, 170, 839, 179]}, "data_type": "punctuation", "category": "punctuation", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0158.png", "id": "pbt_0158", "instruction": "Hit box center for 'said' in the phrase `day,\" said Jordan`", "bbox": [221, 196, 241, 205], "point": [231, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [221, 196, 241, 205]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0159.png", "id": "pbt_0159", "instruction": "Dame la coordenada de 'zoals'.", "bbox": [169, 449, 195, 458], "point": [182, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [169, 449, 195, 458]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0160.png", "id": "pbt_0160", "instruction": "End of 'east' inside 'I-40 east at', not inside it.", "bbox": [486, 346, 492, 367], "point": [489, 356], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [486, 346, 492, 367]}, "data_type": "caret", "category": "caret_after_word", "surface": "social_feed", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0161.png", "id": "pbt_0161", "instruction": "Give the bounding box of the paragraph that starts with «No» inside 'criteria. No extra': top-left then bottom-right.", "bbox": [532, 588, 980, 725], "point": [756, 656], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [532, 588, 980, 725], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "plain_text", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0162.png", "id": "pbt_0162", "instruction": "Dov'è 'Headlines'?", "bbox": [40, 713, 121, 723], "point": [80, 718], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 713, 121, 723]}, "data_type": "chrome", "category": "structural_text", "surface": "teletext_page", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0163.png", "id": "pbt_0163", "instruction": "Dov'è `this`?", "bbox": [78, 554, 99, 563], "point": [88, 558], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 554, 99, 563]}, "data_type": "chrome", "category": "structural_text", "surface": "pivot_summary", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0164.png", "id": "pbt_0164", "instruction": "Donne-moi la coordonnée de \"adatokat\".", "bbox": [305, 335, 354, 345], "point": [329, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [305, 335, 354, 345]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0165.png", "id": "pbt_0165", "instruction": "target='Solvent' in the sentence `Solvent control DMSO 0.5 percent v4.6.6 showed no effect on baseline NADPH oxidation rate (delta RFU/min 412 versus 408).`", "bbox": [140, 442, 149, 482], "point": [144, 462], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [140, 442, 149, 482]}, "data_type": "caret", "category": "paragraph_start", "surface": "plain_text", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0166.png", "id": "pbt_0166", "instruction": "TARGET: after the slanted 'OL-4'", "bbox": [416, 80, 422, 94], "point": [419, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [416, 80, 422, 94]}, "data_type": "caret", "category": "caret_after_word", "surface": "restaurant_menu", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0167.png", "id": "pbt_0167", "instruction": "Clicca su `fx`.", "bbox": [92, 12, 102, 21], "point": [97, 16], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 12, 102, 21]}, "data_type": "chrome", "category": "structural_text", "surface": "spreadsheet_grid", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0168.png", "id": "pbt_0168", "instruction": "Clicca su 'vo'.", "bbox": [470, 164, 491, 175], "point": [480, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [470, 164, 491, 175]}, "data_type": "word", "category": "word_center", "surface": "realestate_listing", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0169.png", "id": "pbt_0169", "instruction": "Dame la coordenada de \"Viðhald\".", "bbox": [311, 336, 353, 346], "point": [332, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 336, 353, 346]}, "data_type": "word", "category": "word_center", "surface": "system_dialog", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0170.png", "id": "pbt_0170", "instruction": "append to \"where\" in the phrase `entries where user-visible`", "bbox": [560, 306, 568, 324], "point": [564, 315], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 306, 568, 324]}, "data_type": "caret", "category": "caret_after_word", "surface": "api_client", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0171.png", "id": "pbt_0171", "instruction": "Dov'è \"vahetuse\"?", "bbox": [101, 52, 209, 71], "point": [155, 61], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [101, 52, 209, 71]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0172.png", "id": "pbt_0172", "instruction": "Where the line continues into `96.9K`.", "bbox": [201, 256, 207, 271], "point": [204, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [201, 256, 207, 271]}, "data_type": "caret", "category": "caret_before_word", "surface": "finance_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0173.png", "id": "pbt_0173", "instruction": "yeah after the code-formatted 'job'", "bbox": [395, 386, 401, 403], "point": [398, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 386, 401, 403]}, "data_type": "caret", "category": "caret_after_word", "surface": "faq_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0174.png", "id": "pbt_0174", "instruction": "Waar staat 'Predmet'?", "bbox": [107, 259, 161, 272], "point": [134, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 259, 161, 272]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0175.png", "id": "pbt_0175", "instruction": "Dame la coordenada de 'canal'.", "bbox": [714, 595, 764, 609], "point": [739, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [714, 595, 764, 609]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0176.png", "id": "pbt_0176", "instruction": "Need a tight box for the line that starts with «Database reporting: if».", "bbox": [40, 599, 671, 611], "point": [355, 605], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [40, 599, 671, 611], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0177.png", "id": "pbt_0177", "instruction": "The cursor position between the \"c\" and the 'h' in 'March' inside the product overview.", "bbox": [212, 557, 222, 581], "point": [217, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 557, 222, 581]}, "data_type": "caret", "category": "caret_between_chars", "surface": "signup_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0178.png", "id": "pbt_0178", "instruction": "grounding target \"d\" / the first `verified`", "bbox": [748, 111, 756, 120], "point": [751, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [748, 111, 756, 120]}, "data_type": "char", "category": "char_center", "surface": "nutrition_label", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0179.png", "id": "pbt_0179", "instruction": "show me where \"my\" in the entry 2 message is", "bbox": [870, 306, 888, 316], "point": [879, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [870, 306, 888, 316]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0180.png", "id": "pbt_0180", "instruction": "Box um 'Z' in das dritte `Zonenlogik` in: lyrics?", "bbox": [375, 298, 386, 314], "point": [380, 306], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [375, 298, 386, 314], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "music_lyrics", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0181.png", "id": "pbt_0181", "instruction": "label: caret after the \"on\" flagged by spellcheck", "bbox": [806, 306, 815, 327], "point": [810, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [806, 306, 815, 327]}, "data_type": "caret", "category": "caret_after_word", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0182.png", "id": "pbt_0182", "instruction": "Dov'è `kunt`?", "bbox": [261, 249, 285, 259], "point": [273, 254], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [261, 249, 285, 259]}, "data_type": "word", "category": "word_center", "surface": "dictionary_entry", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0183.png", "id": "pbt_0183", "instruction": "Mark the center of \"performed\" in the lesson content.", "bbox": [458, 331, 525, 344], "point": [491, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [458, 331, 525, 344]}, "data_type": "word", "category": "word_center", "surface": "course_platform", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0184.png", "id": "pbt_0184", "instruction": "pixel center, «may» right before `be disclosed Exhibits,`", "bbox": [827, 207, 869, 222], "point": [848, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [827, 207, 869, 222]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0185.png", "id": "pbt_0185", "instruction": "If possible, return the center of «run» right before \"build 2026-06-10\".", "bbox": [78, 287, 102, 295], "point": [90, 291], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 287, 102, 295]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0186.png", "id": "pbt_0186", "instruction": "looking for the word 'external''s position", "bbox": [952, 542, 1007, 552], "point": [979, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [952, 542, 1007, 552]}, "data_type": "word", "category": "word_center", "surface": "file_manager", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0187.png", "id": "pbt_0187", "instruction": "Clicca su 'Date'.", "bbox": [672, 124, 695, 132], "point": [683, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [672, 124, 695, 132]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0188.png", "id": "pbt_0188", "instruction": "Waar staat 'Comments'?", "bbox": [90, 451, 153, 461], "point": [121, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [90, 451, 153, 461]}, "data_type": "chrome", "category": "structural_text", "surface": "video_player", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0189.png", "id": "pbt_0189", "instruction": "Where to click the boundary between the \"n\" and the «e» in 'done' immediately preceding \"49\".", "bbox": [150, 220, 156, 235], "point": [153, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [150, 220, 156, 235]}, "data_type": "caret", "category": "caret_between_chars", "surface": "code_editor", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0190.png", "id": "pbt_0190", "instruction": "Center of the heading the boldfaced \"Inbox\".", "bbox": [20, 17, 62, 28], "point": [41, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 62, 28]}, "data_type": "word", "category": "word_center", "surface": "gmail_inbox", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0191.png", "id": "pbt_0191", "instruction": "Click between the «i» and the 'n' in the last \"bring\" on the page.", "bbox": [140, 562, 148, 584], "point": [144, 573], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [140, 562, 148, 584]}, "data_type": "caret", "category": "caret_between_chars", "surface": "sms_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0192.png", "id": "pbt_0192", "instruction": "Klicke auf `i` in das zweite «mit» auf der Seite.", "bbox": [401, 181, 407, 194], "point": [404, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [401, 181, 407, 194]}, "data_type": "char", "category": "char_center", "surface": "music_lyrics", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0193.png", "id": "pbt_0193", "instruction": "center · «o» · 'Rock' immediately following \"freight. Little\"", "bbox": [499, 329, 507, 339], "point": [502, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 329, 507, 339]}, "data_type": "char", "category": "char_center", "surface": "website_article", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0194.png", "id": "pbt_0194", "instruction": "Grounding target: \"cost\" in the role description", "bbox": [356, 179, 378, 189], "point": [367, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [356, 179, 378, 189]}, "data_type": "word", "category": "word_center", "surface": "job_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0195.png", "id": "pbt_0195", "instruction": "x,y just past the word \"but\"", "bbox": [295, 469, 301, 482], "point": [298, 475], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [295, 469, 301, 482]}, "data_type": "caret", "category": "caret_after_word", "surface": "time_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0196.png", "id": "pbt_0196", "instruction": "Center of the phrase \"Filled\" right after \"0\".", "bbox": [198, 480, 229, 490], "point": [213, 485], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 480, 229, 490]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0197.png", "id": "pbt_0197", "instruction": "box coords for the line that starts with 'under sustained traffic'", "bbox": [28, 609, 996, 629], "point": [512, 619], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [28, 609, 996, 629], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "metrics_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0198.png", "id": "pbt_0198", "instruction": "Placeholder for text to prepend to \"cotton\" right before \"textile\".", "bbox": [724, 566, 730, 593], "point": [727, 579], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 566, 730, 593]}, "data_type": "caret", "category": "caret_before_word", "surface": "shipping_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0199.png", "id": "pbt_0199", "instruction": "□ `not` within the snippet 'for not letting' → x,y", "bbox": [198, 638, 218, 647], "point": [208, 642], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 638, 218, 647]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0200.png", "id": "pbt_0200", "instruction": "«do-close» in the property description, bounding box?", "bbox": [60, 322, 112, 332], "point": [86, 327], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [60, 322, 112, 332], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "realestate_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0201.png", "id": "pbt_0201", "instruction": "Dame la coordenada de 'def'.", "bbox": [276, 613, 297, 622], "point": [286, 617], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 613, 297, 622]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0202.png", "id": "pbt_0202", "instruction": "Clicca su \"https://status.corp.net/setup\".", "bbox": [566, 518, 759, 531], "point": [662, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [566, 518, 759, 531]}, "data_type": "word", "category": "word_center", "surface": "slack_like", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0203.png", "id": "pbt_0203", "instruction": "Dammi la coordinata di `Singapore`.", "bbox": [150, 281, 206, 294], "point": [178, 287], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [150, 281, 206, 294]}, "data_type": "chrome", "category": "structural_text", "surface": "train_timetable", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0204.png", "id": "pbt_0204", "instruction": "Dame la coordenada de \"regió\".", "bbox": [219, 210, 244, 220], "point": [231, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [219, 210, 244, 220]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0205.png", "id": "pbt_0205", "instruction": "'wednesday' in the letter body", "bbox": [168, 356, 176, 372], "point": [172, 364], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [168, 356, 176, 372]}, "data_type": "caret", "category": "paragraph_start", "surface": "scanned_letter", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0206.png", "id": "pbt_0206", "instruction": "spot: the word \"committed\"", "bbox": [122, 72, 186, 82], "point": [154, 77], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [122, 72, 186, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0207.png", "id": "pbt_0207", "instruction": "Geef me de coördinaat van «times».", "bbox": [816, 554, 839, 561], "point": [827, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 554, 839, 561]}, "data_type": "word", "category": "word_center", "surface": "flight_booking", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0208.png", "id": "pbt_0208", "instruction": "Need the screen rectangle containing «May» immediately following 'On'.", "bbox": [501, 417, 546, 437], "point": [523, 427], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [501, 417, 546, 437], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0209.png", "id": "pbt_0209", "instruction": "Klik op \"@laura3\".", "bbox": [301, 193, 348, 205], "point": [324, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [301, 193, 348, 205]}, "data_type": "chrome", "category": "structural_text", "surface": "social_feed", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0210.png", "id": "pbt_0210", "instruction": "Clique sur «raise».", "bbox": [276, 495, 311, 504], "point": [293, 499], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 495, 311, 504]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0211.png", "id": "pbt_0211", "instruction": "Determine the enclosing rectangle for the \"on\" in italics.", "bbox": [651, 165, 674, 177], "point": [662, 171], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [651, 165, 674, 177], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "newsletter_email", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0212.png", "id": "pbt_0212", "instruction": "Clique sur \"limitima\".", "bbox": [523, 526, 575, 537], "point": [549, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [523, 526, 575, 537]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0213.png", "id": "pbt_0213", "instruction": "geometric center of 'h' in the underlined \"This\"", "bbox": [53, 127, 62, 137], "point": [57, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [53, 127, 62, 137]}, "data_type": "char", "category": "char_center", "surface": "streaming_catalog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0214.png", "id": "pbt_0214", "instruction": "Dame la coordenada de `hiruhilekoa`.", "bbox": [771, 607, 893, 626], "point": [832, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [771, 607, 893, 626]}, "data_type": "word", "category": "word_center", "surface": "poll_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0215.png", "id": "pbt_0215", "instruction": "second 'e' · «completed» inside 'TN. Phase 1, completed 30 April'", "bbox": [862, 380, 870, 389], "point": [865, 384], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [862, 380, 870, 389]}, "data_type": "char", "category": "char_center", "surface": "stock_overview", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0216.png", "id": "pbt_0216", "instruction": "apostrophe fix after the first occurrence of \"above\"", "bbox": [779, 238, 787, 255], "point": [783, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [779, 238, 787, 255]}, "data_type": "caret", "category": "caret_after_word", "surface": "slack_like", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0217.png", "id": "pbt_0217", "instruction": "Where is \"hold\"?", "bbox": [628, 81, 655, 91], "point": [641, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 81, 655, 91]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0218.png", "id": "pbt_0218", "instruction": "Donne-moi la coordonnée de «Generic».", "bbox": [208, 125, 253, 135], "point": [230, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [208, 125, 253, 135]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0219.png", "id": "pbt_0219", "instruction": "Find the boundary between the \"n\" and the «g» in the `trailing` shown in red text.", "bbox": [879, 48, 884, 66], "point": [881, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [879, 48, 884, 66]}, "data_type": "caret", "category": "caret_between_chars", "surface": "plain_text", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0220.png", "id": "pbt_0220", "instruction": "Klik op «columns».", "bbox": [116, 26, 165, 33], "point": [140, 29], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 26, 165, 33]}, "data_type": "chrome", "category": "structural_text", "surface": "csv_preview", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0221.png", "id": "pbt_0221", "instruction": "Where does 'your' in the phrase \"in your claim\" render?", "bbox": [116, 460, 138, 469], "point": [127, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 460, 138, 469]}, "data_type": "word", "category": "word_center", "surface": "product_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0222.png", "id": "pbt_0222", "instruction": "Geef me de coördinaat van \"vadītājiem\".", "bbox": [419, 703, 490, 717], "point": [454, 710], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [419, 703, 490, 717]}, "data_type": "word", "category": "word_center", "surface": "expense_report", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0223.png", "id": "pbt_0223", "instruction": "Dov'è \"places\"?", "bbox": [28, 56, 68, 70], "point": [48, 63], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [28, 56, 68, 70]}, "data_type": "chrome", "category": "structural_text", "surface": "map_results", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0224.png", "id": "pbt_0224", "instruction": "Report x,y just before the `5x14` in bold.", "bbox": [114, 640, 120, 656], "point": [117, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 640, 120, 656]}, "data_type": "caret", "category": "caret_before_word", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0225.png", "id": "pbt_0225", "instruction": "Setze den Cursor unmittelbar hinter 'oder' direkt nach \"Benachrichtigungsdienste\".", "bbox": [776, 461, 782, 479], "point": [779, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [776, 461, 782, 479]}, "data_type": "caret", "category": "caret_after_word", "surface": "survey_form", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0226.png", "id": "pbt_0226", "instruction": "ich will direkt nach 'ohne' direkt vor «manuelle» weiterschreiben, wo klicke ich?", "bbox": [888, 184, 894, 198], "point": [890, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [888, 184, 894, 198]}, "data_type": "caret", "category": "caret_after_word", "surface": "order_confirmation", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0227.png", "id": "pbt_0227", "instruction": "¿Dónde está `Speed`?", "bbox": [122, 333, 167, 347], "point": [144, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [122, 333, 167, 347]}, "data_type": "chrome", "category": "structural_text", "surface": "bios_screen", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0228.png", "id": "pbt_0228", "instruction": "Einfügen bei \"Die\" in der Passage «08.12.2025 Die Konsolidierung»", "bbox": [860, 527, 884, 538], "point": [872, 532], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [860, 527, 884, 538]}, "data_type": "word", "category": "word_center", "surface": "appointment_portal", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0229.png", "id": "pbt_0229", "instruction": "Donne-moi la coordonnée de «max.name».", "bbox": [245, 477, 306, 483], "point": [275, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [245, 477, 306, 483]}, "data_type": "word", "category": "word_center", "surface": "signup_form", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0230.png", "id": "pbt_0230", "instruction": "Clicca su 'release'.", "bbox": [454, 229, 503, 239], "point": [478, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 229, 503, 239]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0231.png", "id": "pbt_0231", "instruction": "Coordinate at the trailing edge of 'PCK-L03' right before \"to\".", "bbox": [784, 277, 790, 292], "point": [787, 284], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [784, 277, 790, 292]}, "data_type": "caret", "category": "caret_after_word", "surface": "video_call_chat", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0232.png", "id": "pbt_0232", "instruction": "Wo ist das letzte 'mit' auf der Seite?", "bbox": [609, 512, 647, 529], "point": [628, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [609, 512, 647, 529]}, "data_type": "word", "category": "word_center", "surface": "ereader", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0233.png", "id": "pbt_0233", "instruction": "Dame la coordenada de 'Care'.", "bbox": [192, 64, 244, 81], "point": [218, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 64, 244, 81]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0234.png", "id": "pbt_0234", "instruction": "Finde das erste 'Fördertechnik-Steuerrechner' auf der Seite.", "bbox": [223, 659, 378, 668], "point": [300, 663], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [223, 659, 378, 668]}, "data_type": "word", "category": "word_center", "surface": "project_overview", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0235.png", "id": "pbt_0235", "instruction": "Resolve `T` in the bold «Today» to x,y.", "bbox": [706, 610, 716, 623], "point": [710, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 610, 716, 623]}, "data_type": "char", "category": "char_center", "surface": "kanban_board", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0236.png", "id": "pbt_0236", "instruction": "Klicke direkt hinter den Satz, der mit \"Hosting-Partners\" im Satz 'Sam Hoffmann Dermatology Wed Aug 5 15:30 Preparation: NF-012: Alle personenbezogenen Daten in Ruhe verschlüsselt (AES-256); Schlüsselverwaltung über HSM des Hosting-Partners.' endet.", "bbox": [158, 445, 164, 462], "point": [161, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 445, 164, 462]}, "data_type": "caret", "category": "sentence_boundary", "surface": "appointment_portal", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0237.png", "id": "pbt_0237", "instruction": "annotation: insertion after the last 'before'", "bbox": [264, 549, 269, 562], "point": [266, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [264, 549, 269, 562]}, "data_type": "caret", "category": "caret_after_word", "surface": "contract_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0238.png", "id": "pbt_0238", "instruction": "Klicke an den Anfang des Absatzes, der mit das Wort 'Zweck' beginnt.", "bbox": [114, 634, 119, 649], "point": [116, 641], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 634, 119, 649]}, "data_type": "caret", "category": "paragraph_start", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0239.png", "id": "pbt_0239", "instruction": "the \"dates\"-`Section` boundary gap", "bbox": [628, 232, 634, 249], "point": [631, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 232, 634, 249]}, "data_type": "caret", "category": "between_words", "surface": "email_compose", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0240.png", "id": "pbt_0240", "instruction": "Focus point: the bold \"Advisory\"", "bbox": [183, 664, 253, 677], "point": [218, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [183, 664, 253, 677]}, "data_type": "word", "category": "word_center", "surface": "weather_forecast", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0241.png", "id": "pbt_0241", "instruction": "Donne-moi la coordonnée de «Predmet».", "bbox": [512, 158, 557, 167], "point": [534, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [512, 158, 557, 167]}, "data_type": "word", "category": "word_center", "surface": "gradebook", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0242.png", "id": "pbt_0242", "instruction": "Find the drawn center of «previous» in the phrase 'a previous password'.", "bbox": [622, 401, 668, 413], "point": [645, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [622, 401, 668, 413]}, "data_type": "word", "category": "word_center", "surface": "signup_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0243.png", "id": "pbt_0243", "instruction": "Dov'è \"input\"?", "bbox": [353, 549, 388, 561], "point": [370, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [353, 549, 388, 561]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0244.png", "id": "pbt_0244", "instruction": "¿Dónde está \"staf\"?", "bbox": [371, 495, 411, 508], "point": [391, 501], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [371, 495, 411, 508]}, "data_type": "word", "category": "word_center", "surface": "store_receipt", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0245.png", "id": "pbt_0245", "instruction": "Give only the two corners of the rectangle enclosing \"migrations\" right before '2026041201_add_ingest_batch_unique'.", "bbox": [275, 524, 334, 535], "point": [304, 529], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [275, 524, 334, 535], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "boarding_pass", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0246.png", "id": "pbt_0246", "instruction": "The boundary where the two \"p\"'s touch in the word \"Copper\".", "bbox": [80, 90, 86, 106], "point": [83, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 90, 86, 106]}, "data_type": "caret", "category": "caret_between_chars", "surface": "map_results", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0247.png", "id": "pbt_0247", "instruction": "Où est «Liepāja» ?", "bbox": [841, 106, 941, 121], "point": [891, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 106, 941, 121]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0248.png", "id": "pbt_0248", "instruction": "Would you provide the center point of the \"procedural\" flagged by spellcheck?", "bbox": [649, 216, 713, 229], "point": [681, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [649, 216, 713, 229]}, "data_type": "word", "category": "word_center", "surface": "personal_blog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0249.png", "id": "pbt_0249", "instruction": "Spot: `Tuesdays` just before 'This'", "bbox": [771, 299, 781, 324], "point": [775, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [771, 299, 781, 324]}, "data_type": "caret", "category": "paragraph_end", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0250.png", "id": "pbt_0250", "instruction": "Add text ahead of the last `to`.", "bbox": [469, 402, 476, 422], "point": [472, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [469, 402, 476, 422]}, "data_type": "caret", "category": "caret_before_word", "surface": "sms_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0251.png", "id": "pbt_0251", "instruction": "Dammi la coordinata di 'vérifier'.", "bbox": [167, 52, 260, 70], "point": [213, 61], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [167, 52, 260, 70]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0252.png", "id": "pbt_0252", "instruction": "show me where the slanted \"this\" is", "bbox": [78, 474, 97, 485], "point": [87, 479], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 474, 97, 485]}, "data_type": "chrome", "category": "structural_text", "surface": "pivot_summary", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0253.png", "id": "pbt_0253", "instruction": "Wo ist das Semikolon hinter «Login» im Bereich „event details“?", "bbox": [625, 346, 631, 359], "point": [627, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [625, 346, 631, 359]}, "data_type": "punctuation", "category": "punctuation", "surface": "calendar_week", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0254.png", "id": "pbt_0254", "instruction": "Point the start of the line that starts with 'commentary required if'", "bbox": [80, 102, 101, 124], "point": [91, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 102, 101, 124]}, "data_type": "caret", "category": "line_start", "surface": "poll_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0255.png", "id": "pbt_0255", "instruction": "Dame la coordenada de \"ValueError\".", "bbox": [142, 275, 230, 288], "point": [186, 281], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [142, 275, 230, 288]}, "data_type": "word", "category": "word_center", "surface": "diff_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0256.png", "id": "pbt_0256", "instruction": "Klik op 'Time'.", "bbox": [669, 171, 693, 179], "point": [681, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [669, 171, 693, 179]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0257.png", "id": "pbt_0257", "instruction": "pixel center, \"by\" in the answer 1", "bbox": [380, 190, 398, 205], "point": [389, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 190, 398, 205]}, "data_type": "word", "category": "word_center", "surface": "faq_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0258.png", "id": "pbt_0258", "instruction": "Où est `avg` ?", "bbox": [377, 416, 395, 425], "point": [386, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [377, 416, 395, 425]}, "data_type": "chrome", "category": "structural_text", "surface": "metrics_dashboard", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0259.png", "id": "pbt_0259", "instruction": "Setz einen engen Rahmen um «Android» im Bereich „LatencyP99High description“.", "bbox": [286, 478, 333, 490], "point": [309, 484], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [286, 478, 333, 490], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "alert_list", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0260.png", "id": "pbt_0260", "instruction": "character slice of `security` inside 'for security https://wiki.internal/api/v2': 'r'", "bbox": [716, 546, 721, 557], "point": [718, 551], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [716, 546, 721, 557]}, "data_type": "char", "category": "char_center", "surface": "train_timetable", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0261.png", "id": "pbt_0261", "instruction": "Give the bounding box of the whole line starting with `+ # validate`: top-left then bottom-right, one coordinate per line.", "bbox": [53, 268, 245, 283], "point": [149, 275], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [53, 268, 245, 283], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0262.png", "id": "pbt_0262", "instruction": "the second \"s\" glyph inside the italicized 'Sponsored'", "bbox": [96, 524, 102, 537], "point": [98, 530], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [96, 524, 102, 537]}, "data_type": "char", "category": "char_center", "surface": "markdown_notes", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0263.png", "id": "pbt_0263", "instruction": "Dammi la coordinata di \"Promo\".", "bbox": [50, 473, 90, 483], "point": [70, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 473, 90, 483]}, "data_type": "chrome", "category": "structural_text", "surface": "shopping_cart", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0264.png", "id": "pbt_0264", "instruction": "location: `traces`", "bbox": [646, 520, 679, 529], "point": [662, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [646, 520, 679, 529]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0265.png", "id": "pbt_0265", "instruction": "Où est `Oscar` ?", "bbox": [501, 116, 539, 126], "point": [520, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [501, 116, 539, 126]}, "data_type": "chrome", "category": "structural_text", "surface": "signup_form", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0266.png", "id": "pbt_0266", "instruction": "Klik op \"Subtotal\".", "bbox": [712, 426, 760, 435], "point": [736, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [712, 426, 760, 435]}, "data_type": "chrome", "category": "structural_text", "surface": "invoice_detail", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0267.png", "id": "pbt_0267", "instruction": "Où est \"all\" ?", "bbox": [630, 244, 648, 256], "point": [639, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 244, 648, 256]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0268.png", "id": "pbt_0268", "instruction": "In the italicized `Implementing`, right between the 'm' and the «e».", "bbox": [358, 684, 367, 710], "point": [362, 697], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [358, 684, 367, 710]}, "data_type": "caret", "category": "caret_between_chars", "surface": "train_timetable", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0269.png", "id": "pbt_0269", "instruction": "Automation target: the boldfaced 'Lakeside'", "bbox": [40, 62, 131, 82], "point": [85, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 62, 131, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0270.png", "id": "pbt_0270", "instruction": "Clique sur 'support'.", "bbox": [270, 736, 321, 749], "point": [295, 742], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 736, 321, 749]}, "data_type": "chrome", "category": "structural_text", "surface": "faq_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0271.png", "id": "pbt_0271", "instruction": "direkt bei 'Druckvorlagen' in der Passage «der Druckvorlagen für»", "bbox": [818, 113, 900, 126], "point": [859, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [818, 113, 900, 126]}, "data_type": "word", "category": "word_center", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0272.png", "id": "pbt_0272", "instruction": "Clique sur «af».", "bbox": [968, 587, 984, 598], "point": [976, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [968, 587, 984, 598]}, "data_type": "word", "category": "word_center", "surface": "terms_of_service", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0273.png", "id": "pbt_0273", "instruction": "extend sentence after the last `return` on the page", "bbox": [126, 438, 134, 457], "point": [130, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [126, 438, 134, 457]}, "data_type": "caret", "category": "caret_after_word", "surface": "code_editor", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0274.png", "id": "pbt_0274", "instruction": "Geometric center of \"poetic\" in the sentence 'H5 is experimental poetic; copy chief concerns about clarity.'", "bbox": [628, 438, 665, 450], "point": [646, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 438, 665, 450]}, "data_type": "word", "category": "word_center", "surface": "stock_overview", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0275.png", "id": "pbt_0275", "instruction": "Donne-moi la coordonnée de 'Vă'.", "bbox": [16, 154, 33, 164], "point": [24, 159], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 154, 33, 164]}, "data_type": "word", "category": "word_center", "surface": "map_results", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0276.png", "id": "pbt_0276", "instruction": "narrow to first \"e\" inside \"Platelets\" immediately following 'normal'", "bbox": [948, 143, 956, 153], "point": [951, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 143, 956, 153]}, "data_type": "char", "category": "char_center", "surface": "retro_forum", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0277.png", "id": "pbt_0277", "instruction": "Waar staat 'not'?", "bbox": [129, 336, 153, 346], "point": [141, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 336, 153, 346]}, "data_type": "word", "category": "word_center", "surface": "diff_viewer", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0278.png", "id": "pbt_0278", "instruction": "Wo ist «n» in das letzte `Damen` auf der Seite?", "bbox": [153, 546, 161, 555], "point": [156, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 546, 161, 555]}, "data_type": "char", "category": "char_center", "surface": "pivot_summary", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0279.png", "id": "pbt_0279", "instruction": "span boundary between \"for\" and «SCIM-specific»", "bbox": [705, 344, 712, 358], "point": [708, 351], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [705, 344, 712, 358]}, "data_type": "caret", "category": "between_words", "surface": "rss_reader", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0280.png", "id": "pbt_0280", "instruction": "Center of the heading \"Q2\" in the sentence `The prior Q2 allocation was $1,796.0; the net increase funds the Chicago satellite office 22 completion by June 30.`.", "bbox": [295, 255, 316, 270], "point": [305, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [295, 255, 316, 270]}, "data_type": "word", "category": "word_center", "surface": "newsletter_email", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0281.png", "id": "pbt_0281", "instruction": "Où est 'administratorji' ?", "bbox": [682, 537, 750, 548], "point": [716, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [682, 537, 750, 548]}, "data_type": "word", "category": "word_center", "surface": "product_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0282.png", "id": "pbt_0282", "instruction": "Geef me de coördinaat van 'május'.", "bbox": [584, 642, 622, 656], "point": [603, 649], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [584, 642, 622, 656]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0283.png", "id": "pbt_0283", "instruction": "Geef me de coördinaat van 'Obavještenje'.", "bbox": [750, 105, 815, 117], "point": [782, 111], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [750, 105, 815, 117]}, "data_type": "word", "category": "word_center", "surface": "train_timetable", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0284.png", "id": "pbt_0284", "instruction": "I-beam before the underlined \"Offline\"", "bbox": [48, 192, 53, 206], "point": [50, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [48, 192, 53, 206]}, "data_type": "caret", "category": "caret_before_word", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0285.png", "id": "pbt_0285", "instruction": "coordinate pair for first \"R\" in the bold «Reporting»", "bbox": [450, 399, 458, 412], "point": [453, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 399, 458, 412]}, "data_type": "char", "category": "char_center", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0286.png", "id": "pbt_0286", "instruction": "at the end of the line that starts with 'for up to'", "bbox": [677, 315, 692, 331], "point": [685, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 315, 692, 331]}, "data_type": "caret", "category": "line_end", "surface": "project_overview", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0287.png", "id": "pbt_0287", "instruction": "Klik op «AND».", "bbox": [164, 121, 188, 129], "point": [176, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [164, 121, 188, 129]}, "data_type": "word", "category": "word_center", "surface": "query_results", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0288.png", "id": "pbt_0288", "instruction": "Clicca su 'Time'.", "bbox": [660, 171, 684, 179], "point": [672, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [660, 171, 684, 179]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0289.png", "id": "pbt_0289", "instruction": "For the word `approved`, isolate the first 'p' with a bbox.", "bbox": [557, 222, 566, 236], "point": [561, 229], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [557, 222, 566, 236], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "system_dialog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0290.png", "id": "pbt_0290", "instruction": "Genau hier: das fettgedruckte \"Strommarkt\"", "bbox": [794, 312, 909, 330], "point": [851, 321], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [794, 312, 909, 330]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0291.png", "id": "pbt_0291", "instruction": "target=`basis` directly behind «same»", "bbox": [353, 129, 358, 139], "point": [355, 134], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [353, 129, 358, 139]}, "data_type": "caret", "category": "sentence_boundary", "surface": "job_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0292.png", "id": "pbt_0292", "instruction": "Clicca su `avvikelser`.", "bbox": [500, 186, 559, 196], "point": [529, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 186, 559, 196]}, "data_type": "word", "category": "word_center", "surface": "order_confirmation", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0293.png", "id": "pbt_0293", "instruction": "Dov'è 'inviando'?", "bbox": [795, 679, 855, 691], "point": [825, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [795, 679, 855, 691]}, "data_type": "word", "category": "word_center", "surface": "crypto_exchange", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0294.png", "id": "pbt_0294", "instruction": "Wo ist zweite 'r' in \"orientieren\"?", "bbox": [745, 372, 755, 384], "point": [750, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 372, 755, 384]}, "data_type": "char", "category": "char_center", "surface": "word_processor", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0295.png", "id": "pbt_0295", "instruction": "Locate the center of `b` in 'labeled' in the sentence 'ID lanyard, ~/Documents/report.pdf lunch labeled with name, water bottle, v2.17.0 clothing, v4.12.3 shoes mandatory.'", "bbox": [542, 227, 551, 238], "point": [546, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [542, 227, 551, 238]}, "data_type": "char", "category": "char_center", "surface": "social_feed", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0296.png", "id": "pbt_0296", "instruction": "Give only x,y for \"lunch\" immediately following `skiing-just`.", "bbox": [554, 567, 596, 579], "point": [575, 573], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [554, 567, 596, 579]}, "data_type": "word", "category": "word_center", "surface": "quiz_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0297.png", "id": "pbt_0297", "instruction": "Waar staat `Webcam`?", "bbox": [110, 292, 161, 302], "point": [135, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [110, 292, 161, 302]}, "data_type": "chrome", "category": "structural_text", "surface": "query_results", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0298.png", "id": "pbt_0298", "instruction": "Geef me de coördinaat van 'first'.", "bbox": [395, 632, 430, 640], "point": [412, 636], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 632, 430, 640]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0299.png", "id": "pbt_0299", "instruction": "Click to place cursor at \"Earth\".", "bbox": [573, 569, 579, 587], "point": [576, 578], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [573, 569, 579, 587]}, "data_type": "caret", "category": "sentence_boundary", "surface": "wikipedia", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0300.png", "id": "pbt_0300", "instruction": "Dov'è \"this\"?", "bbox": [78, 523, 99, 533], "point": [88, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 523, 99, 533]}, "data_type": "chrome", "category": "structural_text", "surface": "pivot_summary", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0301.png", "id": "pbt_0301", "instruction": "Waar staat 'random'?", "bbox": [34, 93, 81, 103], "point": [57, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 93, 81, 103]}, "data_type": "chrome", "category": "structural_text", "surface": "slack_like", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0302.png", "id": "pbt_0302", "instruction": "nur der punkt bei 'sind' im satz «change-management-schulungen für sachbearbeiterinnen und sachbearbeiter sind dabei kein luxus, sondern voraussetzung order_token akzeptanzmessungen über 70 % in folgebefragungen.»", "bbox": [872, 160, 900, 172], "point": [886, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [872, 160, 900, 172]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0303.png", "id": "pbt_0303", "instruction": "expected target: «e» in the third occurrence of \"Session\"", "bbox": [881, 570, 889, 579], "point": [884, 574], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [881, 570, 889, 579]}, "data_type": "char", "category": "char_center", "surface": "shopping_cart", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0304.png", "id": "pbt_0304", "instruction": "Dame la coordenada de \"steps\".", "bbox": [704, 133, 733, 145], "point": [718, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [704, 133, 733, 145]}, "data_type": "word", "category": "word_center", "surface": "hotel_listing", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0305.png", "id": "pbt_0305", "instruction": "Mark only the full paragraph that starts with \"Above\".", "bbox": [288, 473, 484, 507], "point": [386, 490], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [288, 473, 484, 507], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "kanban_board", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0306.png", "id": "pbt_0306", "instruction": "Click the boundary between the `r` and the \"i\" in \"during\" in the sentence \"Our current Snowflake compute cluster is operating at 89% average utilization during business hours, up from 62% at the start of Q1.\".", "bbox": [740, 238, 745, 252], "point": [742, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 238, 745, 252]}, "data_type": "caret", "category": "caret_between_chars", "surface": "flight_booking", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0307.png", "id": "pbt_0307", "instruction": "Waar staat \"Oct\"?", "bbox": [740, 297, 757, 305], "point": [748, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 297, 757, 305]}, "data_type": "chrome", "category": "structural_text", "surface": "project_overview", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0308.png", "id": "pbt_0308", "instruction": "Can you find the position of the `to` that's a hyperlink?", "bbox": [390, 748, 400, 755], "point": [395, 751], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [390, 748, 400, 755]}, "data_type": "chrome", "category": "structural_text", "surface": "password_reset", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0309.png", "id": "pbt_0309", "instruction": "Klik op 'v9.4.1'.", "bbox": [903, 576, 939, 586], "point": [921, 581], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [903, 576, 939, 586]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0310.png", "id": "pbt_0310", "instruction": "Où est 'Go' ?", "bbox": [797, 723, 815, 732], "point": [806, 727], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [797, 723, 815, 732]}, "data_type": "chrome", "category": "structural_text", "surface": "installer_wizard", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0311.png", "id": "pbt_0311", "instruction": "Dammi la coordinata di \"June\".", "bbox": [121, 231, 146, 241], "point": [133, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [121, 231, 146, 241]}, "data_type": "chrome", "category": "structural_text", "surface": "fax_cover", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0312.png", "id": "pbt_0312", "instruction": "Locate the end of the line that starts with 'Section G -'", "bbox": [775, 365, 790, 382], "point": [783, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [775, 365, 790, 382]}, "data_type": "caret", "category": "line_end", "surface": "search_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0313.png", "id": "pbt_0313", "instruction": "Setze den Cursor unmittelbar hinter \"iOS\" in der Passage \"/ iOS) Vor\".", "bbox": [974, 154, 980, 168], "point": [977, 161], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [974, 154, 980, 168]}, "data_type": "caret", "category": "caret_after_word", "surface": "product_listing", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0314.png", "id": "pbt_0314", "instruction": "Dame la coordenada de 'vremena'.", "bbox": [657, 201, 715, 208], "point": [686, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 201, 715, 208]}, "data_type": "word", "category": "word_center", "surface": "gmail_inbox", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0315.png", "id": "pbt_0315", "instruction": "Clique sur 'Item'.", "bbox": [110, 289, 140, 299], "point": [125, 294], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [110, 289, 140, 299]}, "data_type": "chrome", "category": "structural_text", "surface": "order_confirmation", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0316.png", "id": "pbt_0316", "instruction": "Où est 'Estate' ?", "bbox": [420, 219, 472, 230], "point": [446, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 219, 472, 230]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0317.png", "id": "pbt_0317", "instruction": "Begin the first «job» boundary.", "bbox": [525, 406, 531, 420], "point": [528, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [525, 406, 531, 420]}, "data_type": "caret", "category": "caret_before_word", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0318.png", "id": "pbt_0318", "instruction": "Klicke genau zwischen «raise» und 'ValueError'.", "bbox": [111, 114, 118, 128], "point": [114, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [111, 114, 118, 128]}, "data_type": "caret", "category": "between_words", "surface": "code_editor", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0319.png", "id": "pbt_0319", "instruction": "Annotation target: the line that starts with \"toolchain: Go 1.22.4,\"", "bbox": [209, 147, 815, 162], "point": [512, 154], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [209, 147, 815, 162], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0320.png", "id": "pbt_0320", "instruction": "Return x,y for the start of the line that starts with 'require documented waivers'.", "bbox": [272, 348, 287, 363], "point": [280, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [272, 348, 287, 363]}, "data_type": "caret", "category": "line_start", "surface": "terms_of_service", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0321.png", "id": "pbt_0321", "instruction": "Divide the italicized \"billion\" between the 'b' and the `i`.", "bbox": [790, 535, 795, 554], "point": [792, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [790, 535, 795, 554]}, "data_type": "caret", "category": "caret_between_chars", "surface": "gmail_inbox", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0322.png", "id": "pbt_0322", "instruction": "leading insertion for the 'of' in bold", "bbox": [513, 640, 521, 658], "point": [517, 649], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [513, 640, 521, 658]}, "data_type": "caret", "category": "caret_before_word", "surface": "man_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0323.png", "id": "pbt_0323", "instruction": "Dammi la coordinata di 'utils/parse.py'.", "bbox": [20, 17, 109, 32], "point": [64, 24], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 109, 32]}, "data_type": "chrome", "category": "structural_text", "surface": "code_editor", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0324.png", "id": "pbt_0324", "instruction": "put it right before the boldfaced \"links\"", "bbox": [123, 515, 129, 534], "point": [126, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 515, 129, 534]}, "data_type": "caret", "category": "caret_before_word", "surface": "faq_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0325.png", "id": "pbt_0325", "instruction": "Dammi la coordinata di 'začasno'.", "bbox": [380, 418, 413, 424], "point": [396, 421], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 418, 413, 424]}, "data_type": "word", "category": "word_center", "surface": "magazine_spread", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0326.png", "id": "pbt_0326", "instruction": "Dov'è «Si»?", "bbox": [51, 52, 72, 69], "point": [61, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 52, 72, 69]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0327.png", "id": "pbt_0327", "instruction": "Geef me de coördinaat van 'Location'.", "bbox": [681, 217, 718, 226], "point": [699, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [681, 217, 718, 226]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0328.png", "id": "pbt_0328", "instruction": "¿Dónde está `quarterly`?", "bbox": [748, 76, 815, 88], "point": [781, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [748, 76, 815, 88]}, "data_type": "word", "category": "word_center", "surface": "video_call_chat", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0329.png", "id": "pbt_0329", "instruction": "Marker: insertion after 'February' in the sentence «3) Dark mode for the agent workspace Matches system preference; reduces eye strain complaints in our February survey by a meaningful margin (details in the changelog).»", "bbox": [500, 449, 508, 468], "point": [504, 458], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 449, 508, 468]}, "data_type": "caret", "category": "caret_after_word", "surface": "course_platform", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0330.png", "id": "pbt_0330", "instruction": "what's the center of \"Leadership\"?", "bbox": [234, 554, 329, 571], "point": [281, 562], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [234, 554, 329, 571]}, "data_type": "word", "category": "word_center", "surface": "accounting_ledger", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0331.png", "id": "pbt_0331", "instruction": "¿Dónde está 'Refills'?", "bbox": [132, 469, 167, 478], "point": [149, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 469, 167, 478]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0332.png", "id": "pbt_0332", "instruction": "Dammi la coordinata di \"Under\".", "bbox": [52, 367, 82, 375], "point": [67, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [52, 367, 82, 375]}, "data_type": "word", "category": "word_center", "surface": "tax_form", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0333.png", "id": "pbt_0333", "instruction": "the spot between the \"t\" and the 'h' in \"health\".", "bbox": [669, 353, 675, 369], "point": [672, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [669, 353, 675, 369]}, "data_type": "caret", "category": "caret_between_chars", "surface": "magazine_spread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0334.png", "id": "pbt_0334", "instruction": "Return the bbox of the first \"o\" in the first «toolchain» on the page.", "bbox": [644, 361, 652, 371], "point": [648, 366], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [644, 361, 652, 371], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "fax_cover", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0335.png", "id": "pbt_0335", "instruction": "Inside the first `input` in the code, target the `p`.", "bbox": [193, 88, 203, 103], "point": [197, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [193, 88, 203, 103]}, "data_type": "char", "category": "char_center", "surface": "code_editor", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0336.png", "id": "pbt_0336", "instruction": "Return the coordinate of \"long\" in the sentence 'There’s no emergency leak @mia21 now, but I’m worried about moisture buildup if this sits too long.'.", "bbox": [885, 456, 908, 465], "point": [896, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 456, 908, 465]}, "data_type": "word", "category": "word_center", "surface": "appointment_portal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0337.png", "id": "pbt_0337", "instruction": "expected: insertion point after the word «commitment»", "bbox": [229, 543, 235, 561], "point": [232, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 543, 235, 561]}, "data_type": "caret", "category": "caret_after_word", "surface": "gmail_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0338.png", "id": "pbt_0338", "instruction": "Detect the last `months` in the annotation note and provide its screen rectangle.", "bbox": [890, 694, 968, 712], "point": [929, 703], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [890, 694, 968, 712], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "metrics_dashboard", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0339.png", "id": "pbt_0339", "instruction": "Front of «advantage» inside «military advantage, contributing», not inside it.", "bbox": [724, 151, 732, 169], "point": [728, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 151, 732, 169]}, "data_type": "caret", "category": "caret_before_word", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0340.png", "id": "pbt_0340", "instruction": "locate the midpoint of whitespace between «acceptance» and `checks`", "bbox": [562, 354, 566, 368], "point": [564, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [562, 354, 566, 368]}, "data_type": "caret", "category": "between_words", "surface": "system_dialog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0341.png", "id": "pbt_0341", "instruction": "Only the center coordinate of the grayed-out \"options\".", "bbox": [418, 537, 453, 545], "point": [435, 541], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [418, 537, 453, 545]}, "data_type": "word", "category": "word_center", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0342.png", "id": "pbt_0342", "instruction": "Grounding target: `the` directly behind 'renegotiating'", "bbox": [474, 612, 497, 623], "point": [485, 617], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [474, 612, 497, 623]}, "data_type": "word", "category": "word_center", "surface": "recipe_card", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0343.png", "id": "pbt_0343", "instruction": "¿Dónde está \"cadena\"?", "bbox": [685, 409, 749, 424], "point": [717, 416], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [685, 409, 749, 424]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0344.png", "id": "pbt_0344", "instruction": "«to» directly behind 'up' center", "bbox": [447, 132, 459, 141], "point": [453, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [447, 132, 459, 141]}, "data_type": "word", "category": "word_center", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0345.png", "id": "pbt_0345", "instruction": "Dov'è \"reikalavimams\"?", "bbox": [677, 272, 773, 283], "point": [725, 277], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 272, 773, 283]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0346.png", "id": "pbt_0346", "instruction": "Annotation: bbox for the last \"days\".", "bbox": [40, 486, 84, 502], "point": [62, 494], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [40, 486, 84, 502], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "weather_forecast", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0347.png", "id": "pbt_0347", "instruction": "the word \"i’d\" in the transcription, centered", "bbox": [653, 125, 668, 136], "point": [660, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [653, 125, 668, 136]}, "data_type": "word", "category": "word_center", "surface": "voicemail_list", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0348.png", "id": "pbt_0348", "instruction": "Donne-moi la coordonnée de `Cancel`.", "bbox": [548, 472, 592, 482], "point": [570, 477], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [548, 472, 592, 482]}, "data_type": "chrome", "category": "structural_text", "surface": "system_dialog", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0349.png", "id": "pbt_0349", "instruction": "Où est `Avviż` ?", "bbox": [207, 50, 272, 68], "point": [239, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 50, 272, 68]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0350.png", "id": "pbt_0350", "instruction": "Annotator note: capture «n» inside `sampling` in the settings list.", "bbox": [450, 335, 458, 347], "point": [453, 341], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [450, 335, 458, 347], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "settings_panel", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0351.png", "id": "pbt_0351", "instruction": "Clique sur «Notes».", "bbox": [36, 412, 73, 421], "point": [54, 416], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 412, 73, 421]}, "data_type": "chrome", "category": "structural_text", "surface": "accounting_ledger", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0352.png", "id": "pbt_0352", "instruction": "Où est «ja» ?", "bbox": [372, 478, 380, 489], "point": [376, 483], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [372, 478, 380, 489]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0353.png", "id": "pbt_0353", "instruction": "CV task: localize `news` immediately preceding \"- matches print hed. Editor\" with a tight rectangle.", "bbox": [492, 221, 525, 229], "point": [508, 225], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [492, 221, 525, 229], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "flashcard_deck", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0354.png", "id": "pbt_0354", "instruction": "Validation target: semicolon after `Q3`.", "bbox": [533, 133, 539, 143], "point": [535, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [533, 133, 539, 143]}, "data_type": "punctuation", "category": "punctuation", "surface": "hotel_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0355.png", "id": "pbt_0355", "instruction": "split «results» immediately following 'search' between the «s» and the «u»", "bbox": [481, 159, 486, 176], "point": [483, 167], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [481, 159, 486, 176]}, "data_type": "caret", "category": "caret_between_chars", "surface": "slack_like", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0356.png", "id": "pbt_0356", "instruction": "Geef me de coördinaat van 'canllawiau'.", "bbox": [630, 575, 702, 586], "point": [666, 580], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 575, 702, 586]}, "data_type": "word", "category": "word_center", "surface": "pivot_summary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0357.png", "id": "pbt_0357", "instruction": "new content goes after the last «the»", "bbox": [816, 494, 822, 511], "point": [819, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 494, 822, 511]}, "data_type": "caret", "category": "caret_after_word", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0358.png", "id": "pbt_0358", "instruction": "The period that comes right after 'integrations' just before 'The'.", "bbox": [420, 405, 426, 416], "point": [422, 410], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 405, 426, 416]}, "data_type": "punctuation", "category": "punctuation", "surface": "contract_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0359.png", "id": "pbt_0359", "instruction": "Need the screen rectangle containing 'Permit' in the sentence `Application submission channels Applications may be submitted in person at the Permit`.", "bbox": [856, 153, 908, 166], "point": [882, 159], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [856, 153, 908, 166], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0360.png", "id": "pbt_0360", "instruction": "Rendered center of `an`", "bbox": [791, 234, 806, 242], "point": [798, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [791, 234, 806, 242]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0361.png", "id": "pbt_0361", "instruction": "Dammi la coordinata di `Hoffmann`.", "bbox": [209, 63, 263, 72], "point": [236, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [209, 63, 263, 72]}, "data_type": "chrome", "category": "structural_text", "surface": "email_3pane", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0362.png", "id": "pbt_0362", "instruction": "Klicke direkt hinter 'Endpunkte' im Bereich „claim 6“.", "bbox": [764, 647, 770, 661], "point": [767, 654], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [764, 647, 770, 661]}, "data_type": "caret", "category": "caret_after_word", "surface": "patent_page", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0363.png", "id": "pbt_0363", "instruction": "typographic `j` within `jump` in the phrase \"on jump 3)\"", "bbox": [246, 307, 253, 327], "point": [249, 317], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 307, 253, 327]}, "data_type": "char", "category": "char_center", "surface": "music_lyrics", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0364.png", "id": "pbt_0364", "instruction": "Clique sur 'Nov'.", "bbox": [740, 297, 758, 305], "point": [749, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 297, 758, 305]}, "data_type": "chrome", "category": "structural_text", "surface": "project_overview", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0365.png", "id": "pbt_0365", "instruction": "aim at the comma after 'infrastructure' inside 'data infrastructure, and'", "bbox": [692, 542, 698, 553], "point": [694, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [692, 542, 698, 553]}, "data_type": "punctuation", "category": "punctuation", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0366.png", "id": "pbt_0366", "instruction": "Dame la coordenada de `Oscar`.", "bbox": [190, 722, 217, 730], "point": [203, 726], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [190, 722, 217, 730]}, "data_type": "chrome", "category": "structural_text", "surface": "press_release", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0367.png", "id": "pbt_0367", "instruction": "gap coords: \"covered\" | \"data\"", "bbox": [293, 130, 298, 147], "point": [295, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 130, 298, 147]}, "data_type": "caret", "category": "between_words", "surface": "hotel_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0368.png", "id": "pbt_0368", "instruction": "target the inter-word gap: «refresh» then 'oscar.schäfer@corp.net'", "bbox": [740, 697, 744, 717], "point": [742, 707], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 697, 744, 717]}, "data_type": "caret", "category": "between_words", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0369.png", "id": "pbt_0369", "instruction": "One character left of the \"Monitor\" colored orange.", "bbox": [317, 246, 323, 264], "point": [320, 255], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 246, 323, 264]}, "data_type": "caret", "category": "caret_before_word", "surface": "data_table", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0370.png", "id": "pbt_0370", "instruction": "Give the midpoint coordinates of 'that' immediately following 'managers'.", "bbox": [246, 535, 279, 550], "point": [262, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 535, 279, 550]}, "data_type": "word", "category": "word_center", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0371.png", "id": "pbt_0371", "instruction": "Setze den Cursor unmittelbar vor das Wort «salt».", "bbox": [379, 241, 385, 256], "point": [382, 248], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 241, 385, 256]}, "data_type": "caret", "category": "caret_before_word", "surface": "store_receipt", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0372.png", "id": "pbt_0372", "instruction": "fix typo after the last 'on' in the requirements", "bbox": [561, 530, 567, 546], "point": [564, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [561, 530, 567, 546]}, "data_type": "caret", "category": "caret_after_word", "surface": "job_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0373.png", "id": "pbt_0373", "instruction": "Donne-moi la coordonnée de `și`.", "bbox": [348, 386, 366, 399], "point": [357, 392], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [348, 386, 366, 399]}, "data_type": "word", "category": "word_center", "surface": "man_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0374.png", "id": "pbt_0374", "instruction": "Put a rectangle around the last 'Management' in the lyrics.", "bbox": [295, 302, 411, 321], "point": [353, 311], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [295, 302, 411, 321], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "music_lyrics", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0375.png", "id": "pbt_0375", "instruction": "The insertion point at \"MRPD-2026-1022\" within the snippet \"through MRPD-2026-1022. Detailed\".", "bbox": [783, 295, 791, 312], "point": [787, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [783, 295, 791, 312]}, "data_type": "caret", "category": "sentence_boundary", "surface": "bios_screen", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0376.png", "id": "pbt_0376", "instruction": "Between-letter gap in \"milestone\" directly behind \"by\": the «n» and the \"e\".", "bbox": [253, 60, 259, 80], "point": [256, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [253, 60, 259, 80]}, "data_type": "caret", "category": "caret_between_chars", "surface": "system_dialog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0377.png", "id": "pbt_0377", "instruction": "Clicca su 'rebuild-index'.", "bbox": [220, 126, 300, 136], "point": [260, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 126, 300, 136]}, "data_type": "chrome", "category": "structural_text", "surface": "cron_schedule", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0378.png", "id": "pbt_0378", "instruction": "Dammi la coordinata di \"Care\".", "bbox": [20, 17, 56, 27], "point": [38, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 56, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "appointment_portal", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0379.png", "id": "pbt_0379", "instruction": "Dammi la coordinata di `Accessories`.", "bbox": [34, 99, 99, 109], "point": [66, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 99, 99, 109]}, "data_type": "chrome", "category": "structural_text", "surface": "product_listing", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0380.png", "id": "pbt_0380", "instruction": "¿Dónde está «sistema»?", "bbox": [714, 281, 756, 290], "point": [735, 285], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [714, 281, 756, 290]}, "data_type": "word", "category": "word_center", "surface": "settings_panel", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0381.png", "id": "pbt_0381", "instruction": "Klik op 'shows'.", "bbox": [320, 474, 355, 483], "point": [337, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 474, 355, 483]}, "data_type": "word", "category": "word_center", "surface": "notification_center", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0382.png", "id": "pbt_0382", "instruction": "Donne-moi la coordonnée de «Smo».", "bbox": [30, 232, 57, 242], "point": [43, 237], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 232, 57, 242]}, "data_type": "word", "category": "word_center", "surface": "finance_dashboard", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0383.png", "id": "pbt_0383", "instruction": "position of the word `assets`", "bbox": [886, 243, 932, 256], "point": [909, 249], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [886, 243, 932, 256]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0384.png", "id": "pbt_0384", "instruction": "Just prior to 'forty-five'.", "bbox": [891, 650, 897, 666], "point": [894, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [891, 650, 897, 666]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0385.png", "id": "pbt_0385", "instruction": "`d`, part of \"reported\" directly behind 'Near-miss'", "bbox": [394, 128, 404, 144], "point": [398, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [394, 128, 404, 144]}, "data_type": "char", "category": "char_center", "surface": "lecture_slide", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0386.png", "id": "pbt_0386", "instruction": "Klik op 'Designer'.", "bbox": [756, 373, 798, 383], "point": [777, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 373, 798, 383]}, "data_type": "chrome", "category": "structural_text", "surface": "project_overview", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0387.png", "id": "pbt_0387", "instruction": "Où est «Reset» ?", "bbox": [699, 660, 728, 668], "point": [713, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [699, 660, 728, 668]}, "data_type": "chrome", "category": "structural_text", "surface": "support_chat", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0388.png", "id": "pbt_0388", "instruction": "expected region: gap after 'M-896', before 'updated'", "bbox": [237, 558, 241, 573], "point": [239, 565], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 558, 241, 573]}, "data_type": "caret", "category": "between_words", "surface": "banking_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0389.png", "id": "pbt_0389", "instruction": "Clicca su \"Singapore\".", "bbox": [150, 238, 214, 251], "point": [182, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [150, 238, 214, 251]}, "data_type": "chrome", "category": "structural_text", "surface": "train_timetable", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0390.png", "id": "pbt_0390", "instruction": "Clique sur 'fx'.", "bbox": [92, 11, 101, 20], "point": [96, 15], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 11, 101, 20]}, "data_type": "chrome", "category": "structural_text", "surface": "spreadsheet_grid", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0391.png", "id": "pbt_0391", "instruction": "Clicca su «v4.20.3».", "bbox": [257, 173, 299, 182], "point": [278, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [257, 173, 299, 182]}, "data_type": "word", "category": "word_center", "surface": "map_results", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0392.png", "id": "pbt_0392", "instruction": "Divide the 'Within' colored purple between the «i» and the \"n\".", "bbox": [378, 512, 384, 526], "point": [381, 519], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [378, 512, 384, 526]}, "data_type": "caret", "category": "caret_between_chars", "surface": "wikipedia", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0393.png", "id": "pbt_0393", "instruction": "What are the x,y coordinates of `region` just before `liaison Patricia Dunn. School`?", "bbox": [243, 539, 291, 554], "point": [267, 546], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [243, 539, 291, 554]}, "data_type": "word", "category": "word_center", "surface": "word_processor", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0394.png", "id": "pbt_0394", "instruction": "Center of the label \"Our\" in the sentence \"Our last three emails to your fulfillment team have gone\".", "bbox": [317, 490, 352, 505], "point": [334, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 490, 352, 505]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0395.png", "id": "pbt_0395", "instruction": "Donne-moi la coordonnée de «Search».", "bbox": [270, 30, 308, 40], "point": [289, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 30, 308, 40]}, "data_type": "chrome", "category": "structural_text", "surface": "settings_panel", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0396.png", "id": "pbt_0396", "instruction": "Waar staat `October`?", "bbox": [132, 228, 181, 238], "point": [156, 233], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 228, 181, 238]}, "data_type": "chrome", "category": "structural_text", "surface": "fax_cover", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0397.png", "id": "pbt_0397", "instruction": "Where should the annotation box go for `North` directly behind 'p.m. Central, Chicago office, River'?", "bbox": [477, 641, 510, 650], "point": [493, 645], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [477, 641, 510, 650], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "word_processor", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0398.png", "id": "pbt_0398", "instruction": "locate between the «t» and the «o» in \"monitoring\" immediately preceding 'network'.", "bbox": [768, 230, 774, 246], "point": [771, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [768, 230, 774, 246]}, "data_type": "caret", "category": "caret_between_chars", "surface": "project_overview", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0399.png", "id": "pbt_0399", "instruction": "Où est «17h» ?", "bbox": [603, 403, 621, 410], "point": [612, 406], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 403, 621, 410]}, "data_type": "chrome", "category": "structural_text", "surface": "expense_report", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0400.png", "id": "pbt_0400", "instruction": "Click location for `eaten`.", "bbox": [745, 410, 753, 427], "point": [749, 418], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 410, 753, 427]}, "data_type": "caret", "category": "paragraph_end", "surface": "bios_screen", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0401.png", "id": "pbt_0401", "instruction": "Grounding target: the \"II\" in bold", "bbox": [774, 93, 790, 115], "point": [782, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [774, 93, 790, 115]}, "data_type": "chrome", "category": "structural_text", "surface": "website_article", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0402.png", "id": "pbt_0402", "instruction": "add text after 'v1' in the sentence 'Reason v0.19.2 v1 export path performs full table scans for large streams and cannot honor per-tenant fairness guarantees.'", "bbox": [310, 198, 317, 214], "point": [313, 206], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 198, 317, 214]}, "data_type": "caret", "category": "caret_after_word", "surface": "issue_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0403.png", "id": "pbt_0403", "instruction": "respond with x,y for the center of the last 'adult' in the visit notes.", "bbox": [311, 363, 347, 375], "point": [329, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 363, 347, 375]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0404.png", "id": "pbt_0404", "instruction": "Ticket: return coords for the washed-out `sensitivity`.", "bbox": [207, 166, 217, 193], "point": [212, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 166, 217, 193]}, "data_type": "caret", "category": "sentence_boundary", "surface": "tax_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0405.png", "id": "pbt_0405", "instruction": "Klik op «dokumentation».", "bbox": [736, 534, 817, 543], "point": [776, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [736, 534, 817, 543]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0406.png", "id": "pbt_0406", "instruction": "spelling fix after the second occurrence of \"and\"", "bbox": [307, 253, 317, 282], "point": [312, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [307, 253, 317, 282]}, "data_type": "caret", "category": "caret_after_word", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0407.png", "id": "pbt_0407", "instruction": "following \"dr\" within the snippet `with dr.\" }`", "bbox": [596, 374, 604, 391], "point": [600, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [596, 374, 604, 391]}, "data_type": "caret", "category": "caret_after_word", "surface": "api_client", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0408.png", "id": "pbt_0408", "instruction": "Find the full row box for the line that starts with \"Section 7 -\".", "bbox": [30, 666, 466, 680], "point": [248, 673], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [30, 666, 466, 680], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0409.png", "id": "pbt_0409", "instruction": "Klik op 'birželio'.", "bbox": [568, 647, 613, 657], "point": [590, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [568, 647, 613, 657]}, "data_type": "word", "category": "word_center", "surface": "pivot_summary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0410.png", "id": "pbt_0410", "instruction": "Return where «portal» inside the news story sits on screen.", "bbox": [570, 513, 579, 535], "point": [574, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [570, 513, 579, 535]}, "data_type": "caret", "category": "sentence_boundary", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0411.png", "id": "pbt_0411", "instruction": "the word \"rate\", centered", "bbox": [754, 643, 778, 652], "point": [766, 647], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [754, 643, 778, 652]}, "data_type": "word", "category": "word_center", "surface": "expense_report", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0412.png", "id": "pbt_0412", "instruction": "Dov'è `lease_agreement.pdf`?", "bbox": [20, 15, 134, 27], "point": [77, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 15, 134, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "pdf_viewer", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0413.png", "id": "pbt_0413", "instruction": "Haz clic en «shows».", "bbox": [498, 417, 536, 428], "point": [517, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [498, 417, 536, 428]}, "data_type": "word", "category": "word_center", "surface": "course_platform", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0414.png", "id": "pbt_0414", "instruction": "what point marks the center of the second occurrence of \"to\"?", "bbox": [763, 505, 776, 514], "point": [769, 509], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 505, 776, 514]}, "data_type": "word", "category": "word_center", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0415.png", "id": "pbt_0415", "instruction": "Identify the smallest rectangle that contains «up» right after `sell-through`.", "bbox": [263, 539, 275, 551], "point": [269, 545], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [263, 539, 275, 551], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "dictionary_entry", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0416.png", "id": "pbt_0416", "instruction": "Waar staat \"Odjel\"?", "bbox": [595, 52, 677, 85], "point": [636, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [595, 52, 677, 85]}, "data_type": "chrome", "category": "structural_text", "surface": "lecture_slide", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0417.png", "id": "pbt_0417", "instruction": "Return the coordinate of the 'Transferred' colored purple.", "bbox": [50, 299, 110, 308], "point": [80, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 299, 110, 308]}, "data_type": "word", "category": "word_center", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0418.png", "id": "pbt_0418", "instruction": "Output the box for `n` within «And» right before «309.65», top-left first.", "bbox": [58, 558, 66, 569], "point": [61, 563], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [58, 558, 66, 569], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0419.png", "id": "pbt_0419", "instruction": "Show the top-left and bottom-right corners for the word 'payroll'.", "bbox": [673, 558, 717, 571], "point": [695, 564], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [673, 558, 717, 571], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "court_filing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0420.png", "id": "pbt_0420", "instruction": "Put the cursor just past the last «ad».", "bbox": [881, 444, 889, 464], "point": [885, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [881, 444, 889, 464]}, "data_type": "caret", "category": "caret_after_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0421.png", "id": "pbt_0421", "instruction": "Locate the paragraph whose opening text is «With» in the phrase `tolerance. With 34-unit` and return the bbox.", "bbox": [187, 332, 837, 389], "point": [512, 360], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [187, 332, 837, 389], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0422.png", "id": "pbt_0422", "instruction": "Geef me de coördinaat van \"ekipi\".", "bbox": [153, 525, 180, 537], "point": [166, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 525, 180, 537]}, "data_type": "word", "category": "word_center", "surface": "calendar_week", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0423.png", "id": "pbt_0423", "instruction": "Waar staat 'mmHg'?", "bbox": [915, 195, 953, 207], "point": [934, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 195, 953, 207]}, "data_type": "chrome", "category": "structural_text", "surface": "patient_record", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0424.png", "id": "pbt_0424", "instruction": "Clicca su \"miss\".", "bbox": [278, 89, 310, 100], "point": [294, 94], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 89, 310, 100]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0425.png", "id": "pbt_0425", "instruction": "¿Dónde está \"sinhronizaciji\"?", "bbox": [533, 516, 618, 529], "point": [575, 522], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [533, 516, 618, 529]}, "data_type": "word", "category": "word_center", "surface": "lecture_slide", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0426.png", "id": "pbt_0426", "instruction": "The period glued after the `nora.richter@example.com` colored purple.", "bbox": [928, 399, 936, 417], "point": [932, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 399, 936, 417]}, "data_type": "punctuation", "category": "punctuation", "surface": "email_3pane", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0427.png", "id": "pbt_0427", "instruction": "Dame la coordenada de \"all\".", "bbox": [928, 632, 945, 645], "point": [936, 638], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 632, 945, 645]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0428.png", "id": "pbt_0428", "instruction": "Haz clic en `editor`.", "bbox": [98, 16, 139, 27], "point": [118, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [98, 16, 139, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "code_editor", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0429.png", "id": "pbt_0429", "instruction": "Klik op 'instalacije'.", "bbox": [592, 620, 644, 632], "point": [618, 626], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 620, 644, 632]}, "data_type": "word", "category": "word_center", "surface": "search_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0430.png", "id": "pbt_0430", "instruction": "Donne-moi la coordonnée de `Page`.", "bbox": [844, 13, 873, 25], "point": [858, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 13, 873, 25]}, "data_type": "chrome", "category": "structural_text", "surface": "pdf_viewer", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0431.png", "id": "pbt_0431", "instruction": "Dov'è 'Stand'?", "bbox": [136, 320, 173, 330], "point": [154, 325], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 320, 173, 330]}, "data_type": "chrome", "category": "structural_text", "surface": "order_confirmation", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0432.png", "id": "pbt_0432", "instruction": "¿Dónde está \"rādītājs\"?", "bbox": [293, 304, 328, 313], "point": [310, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 304, 328, 313]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0433.png", "id": "pbt_0433", "instruction": "Geef me de coördinaat van «Bookkeeping».", "bbox": [20, 16, 112, 30], "point": [66, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 16, 112, 30]}, "data_type": "chrome", "category": "structural_text", "surface": "accounting_ledger", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0434.png", "id": "pbt_0434", "instruction": "Setze den Cursor zwischen `e` und «r» in `ändern` im Satz «Internationale Investoren fordern häufig langfristige Cashflow-Prognosen; diese wiederum hängen von politischen Rahmenbedingungen, CO₂-Bepreisung, Gebäudeenergiegesetz, ab, die sich innerhalb einer Legislaturperiode ändern können.».", "bbox": [640, 680, 648, 698], "point": [644, 689], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [640, 680, 648, 698]}, "data_type": "caret", "category": "caret_between_chars", "surface": "package_registry", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0435.png", "id": "pbt_0435", "instruction": "need the location of `Net` in the phrase '31. Net income'", "bbox": [637, 155, 654, 165], "point": [645, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [637, 155, 654, 165]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0436.png", "id": "pbt_0436", "instruction": "Setze den Cursor zwischen `D` und 'a' in das letzte \"Datenmitnahme\" auf der Seite.", "bbox": [741, 569, 747, 583], "point": [744, 576], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [741, 569, 747, 583]}, "data_type": "caret", "category": "caret_between_chars", "surface": "court_filing", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0437.png", "id": "pbt_0437", "instruction": "Dame la coordenada de 'billing-export'.", "bbox": [690, 50, 932, 79], "point": [811, 64], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [690, 50, 932, 79]}, "data_type": "chrome", "category": "structural_text", "surface": "lecture_slide", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0438.png", "id": "pbt_0438", "instruction": "near center of «logo» right before 'Norgay,'", "bbox": [519, 195, 544, 205], "point": [531, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 195, 544, 205]}, "data_type": "word", "category": "word_center", "surface": "installer_wizard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0439.png", "id": "pbt_0439", "instruction": "Klik op \"intranetpagina\".", "bbox": [785, 135, 871, 148], "point": [828, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [785, 135, 871, 148]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0440.png", "id": "pbt_0440", "instruction": "Dame la coordenada de «PALVELINHUOLTO».", "bbox": [192, 43, 576, 70], "point": [384, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 43, 576, 70]}, "data_type": "chrome", "category": "structural_text", "surface": "magazine_spread", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0441.png", "id": "pbt_0441", "instruction": "Bounding Box des Absatzes, der mit das Wort `Bitte` beginnt?", "bbox": [691, 140, 1008, 250], "point": [849, 195], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [691, 140, 1008, 250], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "file_manager", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0442.png", "id": "pbt_0442", "instruction": "[LOC] «that» just before `to`", "bbox": [181, 513, 206, 525], "point": [193, 519], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [181, 513, 206, 525]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0443.png", "id": "pbt_0443", "instruction": "Waar staat \"in\"?", "bbox": [237, 346, 247, 355], "point": [242, 350], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 346, 247, 355]}, "data_type": "chrome", "category": "structural_text", "surface": "poll_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0444.png", "id": "pbt_0444", "instruction": "Start typing location for 'hold' inside \"quality hold on\".", "bbox": [365, 106, 370, 126], "point": [367, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [365, 106, 370, 126]}, "data_type": "caret", "category": "caret_before_word", "surface": "tax_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0445.png", "id": "pbt_0445", "instruction": "Label: the `Spell` in bold", "bbox": [261, 251, 295, 264], "point": [278, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [261, 251, 295, 264]}, "data_type": "word", "category": "word_center", "surface": "settings_panel", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0446.png", "id": "pbt_0446", "instruction": "Please box just the second 'c' in 'Pacific' in the phrase \"Experience. Pacific, Zoom\".", "bbox": [680, 714, 689, 726], "point": [684, 720], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [680, 714, 689, 726], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "ci_pipeline", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0447.png", "id": "pbt_0447", "instruction": "Waar staat \"Edit\"?", "bbox": [324, 749, 356, 757], "point": [340, 753], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 749, 356, 757]}, "data_type": "chrome", "category": "structural_text", "surface": "dos_file_manager", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0448.png", "id": "pbt_0448", "instruction": "Ich will direkt nach das erste «row» auf der Seite weiterschreiben, wo klicke ich?", "bbox": [128, 155, 136, 172], "point": [132, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [128, 155, 136, 172]}, "data_type": "caret", "category": "caret_after_word", "surface": "code_editor", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0449.png", "id": "pbt_0449", "instruction": "Haz clic en «Naslov».", "bbox": [664, 740, 701, 748], "point": [682, 744], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 740, 701, 748]}, "data_type": "chrome", "category": "structural_text", "surface": "personal_blog", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0450.png", "id": "pbt_0450", "instruction": "Klicke auf das Ende der Zeile, die mit «Akzeptanzmessungen über 70» beginnt.", "bbox": [940, 378, 955, 393], "point": [948, 385], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [940, 378, 955, 393]}, "data_type": "caret", "category": "line_end", "surface": "server_inventory", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0451.png", "id": "pbt_0451", "instruction": "Geef me de coördinaat van «1/125s».", "bbox": [835, 445, 869, 453], "point": [852, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [835, 445, 869, 453]}, "data_type": "chrome", "category": "structural_text", "surface": "photo_gallery", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0452.png", "id": "pbt_0452", "instruction": "Gib mir den Rahmen um die Zeile, die mit \"Design consultation Betreff:\" beginnt.", "bbox": [61, 284, 423, 299], "point": [242, 291], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [61, 284, 423, 299], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "invoice_detail", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0453.png", "id": "pbt_0453", "instruction": "Please identify where 'nonprofit' appears on screen.", "bbox": [714, 248, 780, 264], "point": [747, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [714, 248, 780, 264]}, "data_type": "word", "category": "word_center", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0454.png", "id": "pbt_0454", "instruction": "ich will direkt nach 'hosting' direkt nach «cloud» weiterschreiben, wo klicke ich?", "bbox": [152, 348, 158, 360], "point": [155, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [152, 348, 158, 360]}, "data_type": "caret", "category": "caret_after_word", "surface": "invoice_detail", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0455.png", "id": "pbt_0455", "instruction": "QA note, center of \"job\"", "bbox": [302, 117, 326, 131], "point": [314, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [302, 117, 326, 131]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0456.png", "id": "pbt_0456", "instruction": "The letter junction between the 'e' and the \"v\" in `review` directly behind 'to'.", "bbox": [884, 626, 892, 643], "point": [888, 634], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [884, 626, 892, 643]}, "data_type": "caret", "category": "caret_between_chars", "surface": "bbs_terminal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0457.png", "id": "pbt_0457", "instruction": "What are the x,y coordinates of the underlined \"API\"?", "bbox": [466, 436, 496, 449], "point": [481, 442], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [466, 436, 496, 449]}, "data_type": "word", "category": "word_center", "surface": "poll_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0458.png", "id": "pbt_0458", "instruction": "Dammi la coordinata di «Windy».", "bbox": [54, 170, 89, 184], "point": [71, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [54, 170, 89, 184]}, "data_type": "chrome", "category": "structural_text", "surface": "weather_forecast", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0459.png", "id": "pbt_0459", "instruction": "Waar staat 'sul'?", "bbox": [907, 349, 924, 362], "point": [915, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [907, 349, 924, 362]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0460.png", "id": "pbt_0460", "instruction": "The editable boundary described as the code-formatted \"objectives\".", "bbox": [555, 191, 563, 216], "point": [559, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [555, 191, 563, 216]}, "data_type": "caret", "category": "sentence_boundary", "surface": "personal_blog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0461.png", "id": "pbt_0461", "instruction": "Waar staat \"le\"?", "bbox": [617, 243, 628, 253], "point": [622, 248], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [617, 243, 628, 253]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0462.png", "id": "pbt_0462", "instruction": "¿Dónde está \"være\"?", "bbox": [816, 316, 846, 324], "point": [831, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 316, 846, 324]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0463.png", "id": "pbt_0463", "instruction": "☐ find center of the word 'where'", "bbox": [817, 377, 856, 387], "point": [836, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [817, 377, 856, 387]}, "data_type": "word", "category": "word_center", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0464.png", "id": "pbt_0464", "instruction": "Waar staat 'want'?", "bbox": [438, 304, 481, 316], "point": [459, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [438, 304, 481, 316]}, "data_type": "chrome", "category": "structural_text", "surface": "system_dialog", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0465.png", "id": "pbt_0465", "instruction": "x,y between the 'r' and the «y» in the boldfaced \"Advisory\".", "bbox": [227, 660, 235, 681], "point": [231, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 660, 235, 681]}, "data_type": "caret", "category": "caret_between_chars", "surface": "weather_forecast", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0466.png", "id": "pbt_0466", "instruction": "Clicca su 'RateIt'.", "bbox": [20, 18, 74, 29], "point": [47, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 18, 74, 29]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0467.png", "id": "pbt_0467", "instruction": "pick «manual» right after 'separate' on the document.", "bbox": [347, 218, 353, 235], "point": [350, 226], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [347, 218, 353, 235]}, "data_type": "caret", "category": "sentence_boundary", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0468.png", "id": "pbt_0468", "instruction": "Haz clic en \"sont\".", "bbox": [542, 188, 574, 198], "point": [558, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [542, 188, 574, 198]}, "data_type": "word", "category": "word_center", "surface": "dos_file_manager", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0469.png", "id": "pbt_0469", "instruction": "Waar staat «v1.19.1»?", "bbox": [348, 584, 409, 597], "point": [378, 590], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [348, 584, 409, 597]}, "data_type": "word", "category": "word_center", "surface": "metrics_dashboard", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0470.png", "id": "pbt_0470", "instruction": "Where's \"Inbox\" directly behind «code.» exactly?", "bbox": [76, 446, 82, 462], "point": [79, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 446, 82, 462]}, "data_type": "caret", "category": "paragraph_start", "surface": "memo_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0471.png", "id": "pbt_0471", "instruction": "\"r\" (inside «are»)", "bbox": [108, 406, 113, 413], "point": [110, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [108, 406, 113, 413]}, "data_type": "char", "category": "char_center", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0472.png", "id": "pbt_0472", "instruction": "\"day\" // need position", "bbox": [803, 181, 809, 197], "point": [806, 189], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [803, 181, 809, 197]}, "data_type": "caret", "category": "sentence_boundary", "surface": "email_3pane", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0473.png", "id": "pbt_0473", "instruction": "Clique sur 'regions'.", "bbox": [527, 97, 587, 112], "point": [557, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 97, 587, 112]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0474.png", "id": "pbt_0474", "instruction": "correction point after 'controls' immediately preceding \"and\"", "bbox": [915, 706, 921, 723], "point": [918, 714], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 706, 921, 723]}, "data_type": "caret", "category": "caret_after_word", "surface": "status_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0475.png", "id": "pbt_0475", "instruction": "the margin between 'config' and 'reloaded'", "bbox": [247, 282, 254, 296], "point": [250, 289], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 282, 254, 296]}, "data_type": "caret", "category": "between_words", "surface": "terminal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0476.png", "id": "pbt_0476", "instruction": "Dammi la coordinata di \"F1\".", "bbox": [24, 725, 42, 736], "point": [33, 730], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [24, 725, 42, 736]}, "data_type": "chrome", "category": "structural_text", "surface": "bios_screen", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0477.png", "id": "pbt_0477", "instruction": "Gib die Bounding Box von zweite \"e\" in 'Keine' direkt nach \"Abnahmekriterien\": oben links, dann unten rechts.", "bbox": [188, 284, 195, 293], "point": [191, 288], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [188, 284, 195, 293], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "job_listing", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0478.png", "id": "pbt_0478", "instruction": "position following \"Workflow\" in the phrase \"of Workflow Orchestrator\"", "bbox": [524, 412, 530, 430], "point": [527, 421], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [524, 412, 530, 430]}, "data_type": "caret", "category": "caret_after_word", "surface": "job_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0479.png", "id": "pbt_0479", "instruction": "Mark where the end of the line that starts with \"accounts.payable@sterlingmfg.com and matched\" is.", "bbox": [937, 520, 952, 536], "point": [945, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [937, 520, 952, 536]}, "data_type": "caret", "category": "line_end", "surface": "course_platform", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0480.png", "id": "pbt_0480", "instruction": "just the center of the «viewer» in bold", "bbox": [95, 16, 141, 27], "point": [118, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 16, 141, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "log_viewer", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0481.png", "id": "pbt_0481", "instruction": "Center of the phrase \"Primary\" immediately preceding 'risk watch: supplier insolvency rumors affecting'.", "bbox": [530, 575, 568, 586], "point": [549, 580], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [530, 575, 568, 586]}, "data_type": "word", "category": "word_center", "surface": "cron_schedule", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0482.png", "id": "pbt_0482", "instruction": "Donne-moi la coordonnée de `votes`.", "bbox": [144, 275, 173, 283], "point": [158, 279], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [144, 275, 173, 283]}, "data_type": "chrome", "category": "structural_text", "surface": "poll_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0483.png", "id": "pbt_0483", "instruction": "Bounding Box des Absatzes, der mit das Wort «Barrierefreiheit» beginnt?", "bbox": [50, 326, 704, 479], "point": [377, 402], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [50, 326, 704, 479], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "issue_tracker", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0484.png", "id": "pbt_0484", "instruction": "Waar staat «radnog»?", "bbox": [410, 500, 454, 516], "point": [432, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [410, 500, 454, 516]}, "data_type": "chrome", "category": "structural_text", "surface": "rss_reader", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0485.png", "id": "pbt_0485", "instruction": "The period at `days` right before \"Secondary\"'s tail.", "bbox": [451, 445, 457, 457], "point": [453, 451], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [451, 445, 457, 457]}, "data_type": "punctuation", "category": "punctuation", "surface": "terms_of_service", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0486.png", "id": "pbt_0486", "instruction": "Place the caret at the end of the line that starts with \"nightly HRIS sync?\".", "bbox": [939, 369, 956, 386], "point": [948, 377], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 369, 956, 386]}, "data_type": "caret", "category": "line_end", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0487.png", "id": "pbt_0487", "instruction": "Where two letters meet in \"Request\" immediately preceding 'body': the \"u\" and the 'e'.", "bbox": [465, 322, 471, 337], "point": [468, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [465, 322, 471, 337]}, "data_type": "caret", "category": "caret_between_chars", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0488.png", "id": "pbt_0488", "instruction": "Dame la coordenada de «je».", "bbox": [841, 690, 853, 705], "point": [847, 697], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 690, 853, 705]}, "data_type": "word", "category": "word_center", "surface": "rss_reader", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0489.png", "id": "pbt_0489", "instruction": "Could you return the box for the whole line starting with 'Portal by April'?", "bbox": [24, 621, 604, 635], "point": [314, 628], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [24, 621, 604, 635], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "patient_record", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0490.png", "id": "pbt_0490", "instruction": "Please mark the character-level bounds of 'v' in `review` just before \"for\".", "bbox": [727, 292, 735, 302], "point": [730, 297], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [727, 292, 735, 302], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "photo_gallery", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0491.png", "id": "pbt_0491", "instruction": "¿Dónde está \"Posts\"?", "bbox": [292, 271, 326, 281], "point": [309, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 271, 326, 281]}, "data_type": "chrome", "category": "structural_text", "surface": "profile_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0492.png", "id": "pbt_0492", "instruction": "¿Dónde está \"status\"?", "bbox": [72, 266, 114, 274], "point": [93, 270], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 266, 114, 274]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0493.png", "id": "pbt_0493", "instruction": "Where exactly is \"month\" inside the security notice on the page?", "bbox": [706, 367, 711, 377], "point": [708, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 367, 711, 377]}, "data_type": "caret", "category": "sentence_boundary", "surface": "banking_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0494.png", "id": "pbt_0494", "instruction": "¿Dónde está 'razvoj'?", "bbox": [550, 266, 592, 279], "point": [571, 272], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [550, 266, 592, 279]}, "data_type": "word", "category": "word_center", "surface": "api_client", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0495.png", "id": "pbt_0495", "instruction": "Klicke auf das Ende der Zeile, die mit `billing_staging_eu, Schema-Version 2026.05.01` beginnt.", "bbox": [388, 365, 403, 380], "point": [396, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [388, 365, 403, 380]}, "data_type": "caret", "category": "line_end", "surface": "dictionary_entry", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0496.png", "id": "pbt_0496", "instruction": "Waar staat \"Hamburg\"?", "bbox": [289, 121, 339, 133], "point": [314, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [289, 121, 339, 133]}, "data_type": "chrome", "category": "structural_text", "surface": "scanned_letter", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0497.png", "id": "pbt_0497", "instruction": "Where to insert in the faded 'before' between the «e» and the \"f\".", "bbox": [451, 346, 459, 373], "point": [455, 359], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [451, 346, 459, 373]}, "data_type": "caret", "category": "caret_between_chars", "surface": "word_processor", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0498.png", "id": "pbt_0498", "instruction": "where's the `m` in the last \"from\" on the page?", "bbox": [455, 558, 465, 570], "point": [459, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [455, 558, 465, 570]}, "data_type": "char", "category": "char_center", "surface": "realestate_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0499.png", "id": "pbt_0499", "instruction": "Where is the bold \"no\"?", "bbox": [737, 182, 761, 193], "point": [749, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [737, 182, 761, 193]}, "data_type": "word", "category": "word_center", "surface": "gmail_thread", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} diff --git a/pointerbench-text/eval.py b/pointerbench-text/eval.py new file mode 100644 index 0000000000000000000000000000000000000000..aa7120bd6094034e5772ec46f0c58105da74c682 --- /dev/null +++ b/pointerbench-text/eval.py @@ -0,0 +1,189 @@ +#!/usr/bin/env python3 +"""Pointerbench-Text official scorer. + +Point-answer rows use point-in-bbox accuracy. Bbox-answer rows use strict +binary IoU. Reports overall accuracy plus per-answer-type, per-data-type, +per-category, per-surface, per-language, and per-difficulty breakdowns. Pure +standard library, no dependencies. + +Ground truth is read from `data/test/metadata.jsonl` (shipped with the repo). + +Predictions file: JSONL or JSON list, one object per example, e.g. + {"id": "pbt_0001", "point": [612, 388]} + {"id": "pbt_0002", "bbox": [193, 643, 807, 688]} +Accepted point keys: "point" / "pred" / "coordinate", or flat "x" and "y". +Accepted bbox keys: "bbox" / "box" / "pred" / "prediction", or flat +"x0", "y0", "x1", "y1". +Coordinates are absolute pixels on the 1024x768 image. + +Usage: + python eval.py --predictions preds.jsonl + python eval.py --predictions preds.jsonl --json report.json +""" + +from __future__ import annotations + +import argparse +import json +import re +from collections import defaultdict +from pathlib import Path + +ROOT = Path(__file__).resolve().parent +GT_PATH = ROOT / "data" / "test" / "metadata.jsonl" + +AXES = ("answer_type", "data_type", "category", "surface", "language", "difficulty") + + +def _load_jsonl(path: Path) -> list[dict]: + text = path.read_text(encoding="utf-8").strip() + if not text: + return [] + if text[0] == "[": # tolerate a JSON array too + return json.loads(text) + return [json.loads(ln) for ln in text.splitlines() if ln.strip()] + + +def _point(rec: dict) -> tuple[float, float] | None: + for key in ("point", "pred", "coordinate", "prediction"): + v = rec.get(key) + if isinstance(v, (list, tuple)) and len(v) >= 2: + return float(v[0]), float(v[1]) + if "x" in rec and "y" in rec: + return float(rec["x"]), float(rec["y"]) + return None + + +def _numbers(value) -> list[float]: + if isinstance(value, str): + return [float(x) for x in re.findall(r"-?\d+(?:\.\d+)?", value)] + if isinstance(value, (list, tuple)): + return [float(x) for x in value if isinstance(x, (int, float))] + return [] + + +def _bbox(rec: dict) -> list[float] | None: + for key in ("bbox", "box", "pred", "prediction"): + nums = _numbers(rec.get(key)) + if len(nums) >= 4: + return _norm_bbox(nums[:4]) + if all(k in rec for k in ("x0", "y0", "x1", "y1")): + return _norm_bbox([rec["x0"], rec["y0"], rec["x1"], rec["y1"]]) + nums = _numbers(rec.get("text") or rec.get("raw") or rec.get("answer")) + if len(nums) >= 4: + return _norm_bbox(nums[:4]) + return None + + +def _norm_bbox(bbox: list[float]) -> list[float]: + x0, y0, x1, y1 = bbox + return [min(x0, x1), min(y0, y1), max(x0, x1), max(y0, y1)] + + +def _in_bbox(pt: tuple[float, float], bbox: list[int]) -> bool: + x0, y0, x1, y1 = bbox + return min(x0, x1) <= pt[0] <= max(x0, x1) and min(y0, y1) <= pt[1] <= max(y0, y1) + + +def _iou(a: list[float], b: list[int]) -> float: + ax0, ay0, ax1, ay1 = _norm_bbox(a) + bx0, by0, bx1, by1 = _norm_bbox([float(v) for v in b]) + ix0, iy0 = max(ax0, bx0), max(ay0, by0) + ix1, iy1 = min(ax1, bx1), min(ay1, by1) + inter = max(0.0, ix1 - ix0) * max(0.0, iy1 - iy0) + area_a = max(0.0, ax1 - ax0) * max(0.0, ay1 - ay0) + area_b = max(0.0, bx1 - bx0) * max(0.0, by1 - by0) + denom = area_a + area_b - inter + return inter / denom if denom else 0.0 + + +def evaluate(gt: list[dict], preds: dict[str, dict]) -> dict: + by = {axis: defaultdict(lambda: [0, 0]) for axis in AXES} + hits = missing = 0 + for ex in gt: + pred = preds.get(ex["id"]) + rule = ex.get("eval") or {} + answer_type = ex.get("answer_type") or ("bbox" if rule.get("type") == "iou" else "point") + ex["answer_type"] = answer_type + if not pred: + missing += 1 + ok = False + elif answer_type == "bbox": + box = _bbox(pred) + if box is None: + missing += 1 + ok = False + else: + ok = _iou(box, ex["bbox"]) >= float(rule.get("threshold", 0.7)) + else: + pt = _point(pred) + if pt is None: + missing += 1 + ok = False + else: + ok = _in_bbox(pt, ex["bbox"]) + hits += ok + for axis in AXES: + cell = by[axis][ex.get(axis, "?")] + cell[0] += ok + cell[1] += 1 + n = len(gt) + + def table(axis: str) -> dict: + return {k: {"acc": round(v[0] / v[1], 4), "n": v[1]} + for k, v in sorted(by[axis].items())} + + report = { + "n": n, + "accuracy": round(hits / n, 4) if n else 0.0, + "hits": hits, + "missing_predictions": missing, + } + for axis in AXES: + report[f"by_{axis}"] = table(axis) + return report + + +def _print(report: dict) -> None: + print(f"\nPointerbench-Text: {report['n']} examples") + print("=" * 44) + print(f"Accuracy: {report['accuracy'] * 100:5.2f}% " + f"({report['hits']}/{report['n']})") + if report["missing_predictions"]: + print(f" ! {report['missing_predictions']} examples had no prediction " + f"(counted as wrong)") + titles = {"answer_type": "By answer type", "data_type": "By data type", + "category": "By category", "surface": "By surface", + "language": "By language", "difficulty": "By difficulty"} + for axis in AXES: + rows = report[f"by_{axis}"] + if axis == "surface" and len(rows) > 20: + continue # too many surfaces to print + print(f"\n{titles[axis]}:") + for k, v in rows.items(): + print(f" {k:18s} {v['acc'] * 100:5.2f}% (n={v['n']})") + print() + + +def main() -> None: + ap = argparse.ArgumentParser(description=__doc__, + formatter_class=argparse.RawDescriptionHelpFormatter) + ap.add_argument("--predictions", required=True, type=Path, + help="JSONL/JSON predictions: {id, point:[x,y]} per example") + ap.add_argument("--gt", type=Path, default=GT_PATH, + help=f"ground-truth metadata (default: {GT_PATH})") + ap.add_argument("--json", type=Path, default=None, + help="also write the full report to this JSON path") + args = ap.parse_args() + + gt = _load_jsonl(args.gt) + preds = {r["id"]: r for r in _load_jsonl(args.predictions) if "id" in r} + report = evaluate(gt, preds) + _print(report) + if args.json: + args.json.write_text(json.dumps(report, indent=2), encoding="utf-8") + print(f"report -> {args.json}") + + +if __name__ == "__main__": + main() diff --git a/pointerbench-text/requirements.txt b/pointerbench-text/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ac76a140bc3f003a841a3f6d2010cc77aa81567 --- /dev/null +++ b/pointerbench-text/requirements.txt @@ -0,0 +1,4 @@ +# eval.py needs nothing beyond the Python standard library. +# These are only for loading the dataset / running inference: +datasets>=2.14.0 +pillow>=9.0.0