benchislett commited on
Commit
bccf4cc
·
verified ·
1 Parent(s): 515c9a4

Publish TrianglePaintBench

Browse files

Signed-off-by: Benjamin Chislett <chislett.ben@gmail.com>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +52 -0
  2. THIRD_PARTY_NOTICES.md +26 -0
  3. canonical/01162565c3a1945b.png +3 -0
  4. canonical/0193a73fe1d8f9db.png +3 -0
  5. canonical/023d2583adc9b7c2.png +3 -0
  6. canonical/057b977d855a2dbc.png +3 -0
  7. canonical/064a2b5a9c53f727.png +3 -0
  8. canonical/0d76ad238f098944.png +3 -0
  9. canonical/0f5e62ea3cf6c289.png +3 -0
  10. canonical/143c761b792df8e6.png +3 -0
  11. canonical/14f721332cdf1b11.png +3 -0
  12. canonical/15ec33ecc3270383.png +3 -0
  13. canonical/162e40f7c3cc17dd.png +3 -0
  14. canonical/17e6e33c7115a1a1.png +3 -0
  15. canonical/1b32dc6ff4a6a5da.png +3 -0
  16. canonical/1b9fd92cfdbaeeef.png +3 -0
  17. canonical/1e10ff53108035e7.png +3 -0
  18. canonical/2308188487c282d8.png +3 -0
  19. canonical/28151c4ec2ea32cd.png +3 -0
  20. canonical/2ba6ba875daf5054.png +3 -0
  21. canonical/2f14de201004de55.png +3 -0
  22. canonical/30dd14aa5b3d14df.png +3 -0
  23. canonical/3115e1582e669dc7.png +3 -0
  24. canonical/35ecf22478d7a987.png +3 -0
  25. canonical/3db1a480576eae53.png +3 -0
  26. canonical/425fe2746a149298.png +3 -0
  27. canonical/44706560fdbc3f5f.png +3 -0
  28. canonical/460ffab0cf72f0fa.png +3 -0
  29. canonical/4a94c909e2b8968d.png +3 -0
  30. canonical/4dd01b0621c9a638.png +3 -0
  31. canonical/5162ff5e747e6145.png +3 -0
  32. canonical/51a9c37b9293261e.png +3 -0
  33. canonical/51c83bd6bbe35ee7.png +3 -0
  34. canonical/59a1539008a522f8.png +3 -0
  35. canonical/5e0cec69506e0cc4.png +3 -0
  36. canonical/60a89b113f167f36.png +3 -0
  37. canonical/630f86a47f953e2c.png +3 -0
  38. canonical/64f879cbf14cc0ed.png +3 -0
  39. canonical/69862417424cf2a7.png +3 -0
  40. canonical/6beda529b7fc2af3.png +3 -0
  41. canonical/6d15c3a33ac163de.png +3 -0
  42. canonical/6f9a96514b68102a.png +3 -0
  43. canonical/728cd7ff0af7a0f3.png +3 -0
  44. canonical/7506fb7b53581519.png +3 -0
  45. canonical/80f8bf24fca48f49.png +3 -0
  46. canonical/814b9ce15dd9c198.png +3 -0
  47. canonical/83e747ed4d9dbc60.png +3 -0
  48. canonical/8869309a6e1f2ccb.png +3 -0
  49. canonical/8c2ed8a5f0412e56.png +3 -0
  50. canonical/9447e40ec00cf0af.png +3 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: full
6
+ path: data/full-*
7
+ - split: curated_10
8
+ path: data/curated_10-*
9
+ - split: thumbnail_3
10
+ path: data/thumbnail_3-*
11
+ task_categories:
12
+ - image-to-image
13
+ pretty_name: Triangle Reconstruction Benchmark
14
+ size_categories:
15
+ - n<1K
16
+ ---
17
+
18
+ # Triangle Reconstruction Benchmark
19
+
20
+ A small, diverse dataset curated manually from existing datasets and images found online, with item-level rights and provenance information.
21
+
22
+ The purpose of this dataset is to evaluate the quality of algorithms for approximating images using sets of coloured triangles, such as [Genetic Algorithms](https://www.rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/) or greedy ones such as [Geometrize](https://www.geometrize.co.uk/).
23
+
24
+ ## Composition
25
+
26
+ The benchmark set consists of 75 images, all rendered and post-processed to RGB PNG with a 1024-pixel longest edge. Aspect ratio is preserved. Exact source files are retained under `originals/`.
27
+
28
+ Each image has a stable integer `index` from 1 to 75 for convenient reference (for example, “sample 23”), as well as a content-stable hexadecimal `id`. The same image retains its full-set index in every subset.
29
+
30
+ There are three sets:
31
+
32
+ - `full`: the entire 75-image collection,
33
+ - `curated_10`: a 10-image development subset useful when iterating on new algorithms, and
34
+ - `thumbnail_3`: three visually distinct headline images selected for thumbnails and quick comparisons. This includes the Mona Lisa, a target famously used by projects such as [EvoLisa](https://www.rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/).
35
+
36
+ ## Rights and attribution
37
+
38
+ This dataset contains images from multiple sources. No new or collective license is asserted over the source images; each image remains subject to its original license or rights status. Source, rights, and attribution information is provided at the item level. Canonical images have been resized and/or rasterized for evaluation.
39
+
40
+ See `THIRD_PARTY_NOTICES.md`, `third_party_licenses/`, and the Parquet metadata columns. In particular, DIV2K is described by its publisher as academic-research-only, Kodak has no first-party license file in the acquired mirror, and logos may remain subject to trademark rights.
41
+
42
+ ## Loading
43
+
44
+ ```python
45
+ from datasets import load_dataset
46
+
47
+ dataset = load_dataset("benchislett/TrianglePaintBench")
48
+ ```
49
+
50
+ When working from a local clone, use `load_dataset("path/to/triangle_reconstruction_hf")` instead.
51
+
52
+ Integrity hashes for the original and canonical image files are in `checksums.sha256`.
THIRD_PARTY_NOTICES.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Third-party notices
2
+
3
+ The canonical PNGs are resized and/or rasterized versions of the listed source images. Original rights remain in force.
4
+
5
+ | Source | Items | Rights/license | Attribution |
6
+ |---|---:|---|---|
7
+ | CLIC2020 | 12 | [Unsplash License](https://unsplash.com/license); free commercial and non-commercial use; collection may not replicate a competing service | CLIC 2020 professional validation set; original photograph from Unsplash |
8
+ | Color-Icon-Packs/svg-logos-color | 7 | [CC0 collection; underlying trademarks remain](https://github.com/gilbarbara/logos); open collection license; brand and trademark rights are separate | SVG Logos contributors; respective brand owners retain trademark rights |
9
+ | DIV2K | 9 | [Academic research purposes only](https://data.vision.ee.ethz.ch/cvl/DIV2K/); research-only; copyright remains with original owners | DIV2K / NTIRE 2017 dataset; cite the dataset paper |
10
+ | Generated-Samples/dinosaurs-and-fantasy-warriors | 8 | No source-image license; generated sample; AI-generated with OpenAI image generation on 2026-08-02 | AI-generated exploratory sample |
11
+ | Kodak | 4 | [No first-party license supplied](https://r0k.us/graphics/kodak/); mirror reports Kodak released the images for unrestricted use | Kodak Lossless True Color Image Suite |
12
+ | Museum-Paintings/artic | 2 | [CC0 / Public Domain](https://www.artic.edu/open-access/open-access-images); Art Institute of Chicago Open Access selection | The Art Institute of Chicago |
13
+ | Museum-Paintings/cleveland | 2 | [CC0](https://www.clevelandart.org/open-access); Cleveland Museum of Art Open Access selection | Cleveland Museum of Art |
14
+ | Museum-Paintings/met | 1 | [CC0 / Public Domain](https://www.metmuseum.org/about-the-met/policies-and-documents/open-access); Metropolitan Museum of Art Open Access selection | The Metropolitan Museum of Art |
15
+ | NASA-Space-Photography/jwst-science-images | 2 | [NASA Media Usage Guidelines](https://www.nasa.gov/nasa-brand-center/images-and-media/); generally not subject to US copyright; item credits and third-party notices apply | NASA; retain item-level mission and contributor credits |
16
+ | NASA-Space-Photography/solar-system-planets | 2 | [NASA Media Usage Guidelines](https://www.nasa.gov/nasa-brand-center/images-and-media/); generally not subject to US copyright; item credits and third-party notices apply | NASA; retain item-level mission and contributor credits |
17
+ | Non-Game-Fantasy/morevna-project | 1 | [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/); Morevna Demo visual | Morevna Project; resized from the Morevna Demo |
18
+ | Open-Fantasy-Art/wesnoth | 4 | [GPL-2.0-or-later and/or CC BY-SA 4.0; see upstream notices](https://wiki.wesnoth.org/Wesnoth:Copyrights); open-licensed; exact asset terms follow the retained upstream notices | Battle for Wesnoth contributors |
19
+ | Open-Nature-Photography/highsmith-landscapes | 3 | [No known restrictions](https://www.loc.gov/pictures/collection/highsm/); Carol M. Highsmith collection donated copyright-free | Carol M. Highsmith, Library of Congress |
20
+ | Open-Nature-Photography/inaturalist-open-nature | 1 | [CC BY](https://creativecommons.org/licenses/by/4.0/); iNaturalist item-level photo license | (c) E. A., some rights reserved (CC BY) |
21
+ | Open-Nature-Photography/inaturalist-open-nature | 1 | [CC0](https://creativecommons.org/publicdomain/zero/1.0/); iNaturalist item-level photo license | no rights reserved |
22
+ | Required-Artworks/public-domain-masterpieces | 1 | [Public Domain (explicitly stated by USGS)](https://www.usgs.gov/media/images/earth-image-space); Public Domain (explicitly stated by USGS) | NASA |
23
+ | Required-Artworks/public-domain-masterpieces | 1 | [Public Domain Mark 1.0; digital enhancements released into the public domain worldwide by Dcoetzee](https://commons.wikimedia.org/wiki/File:Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg); Public Domain Mark 1.0; digital enhancements released into the public domain worldwide by Dcoetzee | Leonardo da Vinci; Dcoetzee |
24
+ | SVG-Bench/svg-emoji | 4 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0); Noto Emoji license | Google Noto Emoji contributors |
25
+ | SVG-Bench/svg-emoji | 5 | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); Twemoji graphics license | Twitter Twemoji contributors |
26
+ | Vector-Packs/flag-icons | 5 | [MIT](https://github.com/lipis/flag-icons/blob/main/LICENSE); open pack license; national flag rules may also apply | flag-icons contributors |
canonical/01162565c3a1945b.png ADDED

Git LFS Details

  • SHA256: 8cfbcccf950d6513752439be1563f7e204d5a6f2eaea089342841d7f1f7a70c1
  • Pointer size: 130 Bytes
  • Size of remote file: 56.1 kB
canonical/0193a73fe1d8f9db.png ADDED

Git LFS Details

  • SHA256: 2a54279145f7e5aaafecd6ac7149d362b9348f43d09abb68468fdb98618af360
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
canonical/023d2583adc9b7c2.png ADDED

Git LFS Details

  • SHA256: 6bf9326d561d275c0e8de7efdd8026aca778d3e29868b2325aa1e31f47db3f28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
canonical/057b977d855a2dbc.png ADDED

Git LFS Details

  • SHA256: 31a600222e22fc82124fd5a56fd687a940ef1c71ee43a486d73ab4b795e6a5b4
  • Pointer size: 130 Bytes
  • Size of remote file: 38.7 kB
canonical/064a2b5a9c53f727.png ADDED

Git LFS Details

  • SHA256: 9c8694b79034db46244c878156047e5a30b11a6f8d1e5d4818ef719f773ddd07
  • Pointer size: 130 Bytes
  • Size of remote file: 48.1 kB
canonical/0d76ad238f098944.png ADDED

Git LFS Details

  • SHA256: fda281f9f92c9de7b8a8f1c688775993d8dd09e0fed8f72067ef5fe870e2ee77
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
canonical/0f5e62ea3cf6c289.png ADDED

Git LFS Details

  • SHA256: 9742e29908dd647c0832a30a3b640140644dea496fda1bc0fcd5944c57bfae47
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
canonical/143c761b792df8e6.png ADDED

Git LFS Details

  • SHA256: add100c6ce2a22471bc706183b6139df60bafc90e627b8b93024e0a899e25b9b
  • Pointer size: 131 Bytes
  • Size of remote file: 781 kB
canonical/14f721332cdf1b11.png ADDED

Git LFS Details

  • SHA256: ecc8fb98f546bbcf18e91e4fffebd95eca5432aa2367c55480fd690b6982bece
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
canonical/15ec33ecc3270383.png ADDED

Git LFS Details

  • SHA256: f1ee7b6cd65d081d1d8f3bfc0f4cb97a561decb5f31fb70e6904cb3437a5bab2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
canonical/162e40f7c3cc17dd.png ADDED

Git LFS Details

  • SHA256: f6ee49ccc442be9e7ba1af0098b5e2aa77a4540b9f5552c51b7b6ea9cb259e57
  • Pointer size: 131 Bytes
  • Size of remote file: 875 kB
canonical/17e6e33c7115a1a1.png ADDED

Git LFS Details

  • SHA256: 9352e4d6d55746ca0a16117487d306a45f4cf985a9bdf95a047c4319710fa379
  • Pointer size: 130 Bytes
  • Size of remote file: 43 kB
canonical/1b32dc6ff4a6a5da.png ADDED

Git LFS Details

  • SHA256: 39dab96d9e07c7411d706970523bad9b11ca569789dd90bce00d627b5f51055a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
canonical/1b9fd92cfdbaeeef.png ADDED

Git LFS Details

  • SHA256: bf71c0a36f074137540f8f076b8b7b7cc0da9d1fd992ee9d56954b5ab1cb4665
  • Pointer size: 130 Bytes
  • Size of remote file: 76.4 kB
canonical/1e10ff53108035e7.png ADDED

Git LFS Details

  • SHA256: bf873ccd256c69dabe3e74a38db24a0c492dcd43375f52b8b5d2aa8ec40ab305
  • Pointer size: 130 Bytes
  • Size of remote file: 42.9 kB
canonical/2308188487c282d8.png ADDED

Git LFS Details

  • SHA256: 7b03be73f85ba01fa5c85429d4792eba417751df97841badf847790e18d781e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
canonical/28151c4ec2ea32cd.png ADDED

Git LFS Details

  • SHA256: 1ee4bd90c70dacc25e7895bc5ab7338e8146bb846d8bf63dbe58f5caf982be8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
canonical/2ba6ba875daf5054.png ADDED

Git LFS Details

  • SHA256: 95fa5000d6e5141575a578800c6be279c2a7b652aba359468efdbfcd886c3f02
  • Pointer size: 131 Bytes
  • Size of remote file: 931 kB
canonical/2f14de201004de55.png ADDED

Git LFS Details

  • SHA256: 538efeb9433391ed956d90138d93097354abc59055a4434e944f6a7c17c6dc60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
canonical/30dd14aa5b3d14df.png ADDED

Git LFS Details

  • SHA256: 48aa16c3b9c991bd962ed990fdedc1f7934cca8c6cb98eed1c87d21bc9b62be6
  • Pointer size: 131 Bytes
  • Size of remote file: 850 kB
canonical/3115e1582e669dc7.png ADDED

Git LFS Details

  • SHA256: 7a626e00352ca46e08f13d7e8384f07e3a371b2bbc3e8ae6d47d0364f13b8e2e
  • Pointer size: 130 Bytes
  • Size of remote file: 43.5 kB
canonical/35ecf22478d7a987.png ADDED

Git LFS Details

  • SHA256: 6903203fad8b2a345e50243655fed1272e8361e77c3c7001f8f25c0b9f7e6065
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
canonical/3db1a480576eae53.png ADDED

Git LFS Details

  • SHA256: dc32a08eb2c3e9922e19ebe655c8587ba2dae5a5fc60dfa01058a6495a987f4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
canonical/425fe2746a149298.png ADDED

Git LFS Details

  • SHA256: 02fcc478713cf60a7188c6d8e9d98478a0be74ee82b06200ffea9fb19bd75a9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
canonical/44706560fdbc3f5f.png ADDED

Git LFS Details

  • SHA256: b348ca24cc84107291be5db8097e616e3ef1c7d9d74dda6878f917fccb0904c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
canonical/460ffab0cf72f0fa.png ADDED

Git LFS Details

  • SHA256: b372aa1a3525fe4500331fa1225eb8b93c2e200a50f25ce7e884b721c8039a40
  • Pointer size: 131 Bytes
  • Size of remote file: 969 kB
canonical/4a94c909e2b8968d.png ADDED

Git LFS Details

  • SHA256: ee305b19d75a5d99643a9fe51fd26551746ef95eaf2e1a2bef8bb821c2995c16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
canonical/4dd01b0621c9a638.png ADDED

Git LFS Details

  • SHA256: a161b283ba042f8e214bdfbb948660dd3d47d8a808795facb32f043d76e7f80c
  • Pointer size: 130 Bytes
  • Size of remote file: 98.1 kB
canonical/5162ff5e747e6145.png ADDED

Git LFS Details

  • SHA256: c1ba1f85439cd8e4342ca808388e5a7f01fcf1a7c1171f068ab9138c6520a4fa
  • Pointer size: 130 Bytes
  • Size of remote file: 20.4 kB
canonical/51a9c37b9293261e.png ADDED

Git LFS Details

  • SHA256: 2a256761dd75fc43bee11bda974f8b17be35036f3868f847e248af5b83c72385
  • Pointer size: 131 Bytes
  • Size of remote file: 801 kB
canonical/51c83bd6bbe35ee7.png ADDED

Git LFS Details

  • SHA256: 4a5ca1bc4a468bf9e2901e9add8cc76a574a34c36d4988254a31b2e7d535444b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
canonical/59a1539008a522f8.png ADDED

Git LFS Details

  • SHA256: ca1918e102658c84b801c3ebdbf21cad20ae77b8505423978079a25cd021ddc3
  • Pointer size: 131 Bytes
  • Size of remote file: 908 kB
canonical/5e0cec69506e0cc4.png ADDED

Git LFS Details

  • SHA256: 302285f7c4ab9f215890cc987623594956dd90520be13728aaead14232a65f49
  • Pointer size: 131 Bytes
  • Size of remote file: 524 kB
canonical/60a89b113f167f36.png ADDED

Git LFS Details

  • SHA256: 1129b65152403565a15392507561419b8c5d5fa9af4c8e2498e91a0bc402de9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
canonical/630f86a47f953e2c.png ADDED

Git LFS Details

  • SHA256: 2ccec667fffb476b61f301d9a35fe830913d39e70f513ef2ff325e4daac18360
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
canonical/64f879cbf14cc0ed.png ADDED

Git LFS Details

  • SHA256: edf253d5f2ba8a0b2aef990fcd9fdd9403f52730b388a512e4190b28280aacbb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
canonical/69862417424cf2a7.png ADDED

Git LFS Details

  • SHA256: 27372c112ec4288a95e06b6bf78d44d42e2b3f39e079cd066167062446f1cec2
  • Pointer size: 130 Bytes
  • Size of remote file: 40.3 kB
canonical/6beda529b7fc2af3.png ADDED

Git LFS Details

  • SHA256: 3c1ce99856005bb3e54bdabd14fa49983da9429cb0c58bcb2c9c3386f5f2b833
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
canonical/6d15c3a33ac163de.png ADDED

Git LFS Details

  • SHA256: 1d8c72edc0b896d26e8d76952d2c17410aad6445bad9c0aaf012f11acf3af4ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
canonical/6f9a96514b68102a.png ADDED

Git LFS Details

  • SHA256: 1e4d1041d0a991bf3a1b785b359463a4c2370f811dc57427fb1717902ca390ac
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB
canonical/728cd7ff0af7a0f3.png ADDED

Git LFS Details

  • SHA256: 84de9e5e64fdc3e370dccc465258df44bc36b82e4d3f5c9687dcf413bae3d06a
  • Pointer size: 131 Bytes
  • Size of remote file: 845 kB
canonical/7506fb7b53581519.png ADDED

Git LFS Details

  • SHA256: 3b97fb66235fbab5c18c4fc7c3a539a93de4cdc63fa9d7cb53631141242f387b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
canonical/80f8bf24fca48f49.png ADDED

Git LFS Details

  • SHA256: e40e93cbfc11caa47de47f8ecf60273e2ca182f8ff7d372c3747ca1fbb80eab0
  • Pointer size: 130 Bytes
  • Size of remote file: 35.6 kB
canonical/814b9ce15dd9c198.png ADDED

Git LFS Details

  • SHA256: cde1ea69ae9a2bd50d06a8232c2003a1b62e9e299cdfd83e3ed8f073924c21cd
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
canonical/83e747ed4d9dbc60.png ADDED

Git LFS Details

  • SHA256: 32bfc2518bb02bec67f4d0e65d4b4818097a022cf7e8e3a6373470c0d9ce329c
  • Pointer size: 130 Bytes
  • Size of remote file: 46.9 kB
canonical/8869309a6e1f2ccb.png ADDED

Git LFS Details

  • SHA256: fe20c714f65c3d1f3fcdf1c68a584db1c92e38569f5e6b9ad59577248678fc66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
canonical/8c2ed8a5f0412e56.png ADDED

Git LFS Details

  • SHA256: b91b87066ed5615c9af8a37d9bdf73b3b7dfb855a18bd0df799c86d6ce267397
  • Pointer size: 131 Bytes
  • Size of remote file: 889 kB
canonical/9447e40ec00cf0af.png ADDED

Git LFS Details

  • SHA256: e5b54732d41acc3c274c4d7193c87944af9dbe27fd58cb446b82ce3321d86b59
  • Pointer size: 131 Bytes
  • Size of remote file: 511 kB