trivenigandhi commited on
Commit
c3c43d1
·
verified ·
1 Parent(s): 95b4646

crops dataset refresh

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +73 -0
  2. data/metadata.jsonl +0 -0
  3. data/rig_1783555261688-0_0.jpg +3 -0
  4. data/rig_1783555261688-0_1.jpg +3 -0
  5. data/rig_1783562950249-1_0.jpg +3 -0
  6. data/rig_1783562950249-1_1.jpg +3 -0
  7. data/rig_1783563004531-2_0.jpg +3 -0
  8. data/rig_1783563004531-2_1.jpg +3 -0
  9. data/rig_1783563004531-2_2.jpg +3 -0
  10. data/rig_1783563004531-2_3.jpg +3 -0
  11. data/rig_1783563004531-2_4.jpg +3 -0
  12. data/rig_1783614109225-0_0.jpg +3 -0
  13. data/rig_1783614109225-0_1.jpg +3 -0
  14. data/rig_1783614109225-0_2.jpg +3 -0
  15. data/rig_1783614109225-0_3.jpg +3 -0
  16. data/rig_1783614109225-0_4.jpg +3 -0
  17. data/rig_1783986551402-0_0.jpg +3 -0
  18. data/rig_1783986551402-0_1.jpg +3 -0
  19. data/rig_1783987395126-2_0.jpg +3 -0
  20. data/rig_1783989412018-0_0.jpg +3 -0
  21. data/rig_1783992540043-0_0.jpg +3 -0
  22. data/rig_1783992540043-0_1.jpg +3 -0
  23. data/rig_1783992540043-0_2.jpg +3 -0
  24. data/rig_1783992690380-1_0.jpg +3 -0
  25. data/rig_1784074242766-0_0.jpg +3 -0
  26. data/rig_1784074242766-0_1.jpg +3 -0
  27. data/rig_1784081603106-1_0.jpg +3 -0
  28. data/rig_1784081603106-1_1.jpg +3 -0
  29. data/rig_1784081603106-1_2.jpg +3 -0
  30. data/rig_1784081603106-1_3.jpg +3 -0
  31. data/rig_1784081603106-1_4.jpg +3 -0
  32. data/rig_1784081719165-2_0.jpg +3 -0
  33. data/rig_1784081719165-2_1.jpg +3 -0
  34. data/rig_1784081719165-2_2.jpg +3 -0
  35. data/rig_1784081719165-2_3.jpg +3 -0
  36. data/rig_1784081719165-2_4.jpg +3 -0
  37. data/rig_1784082432820-3_1.jpg +3 -0
  38. data/rig_1784083380782-4_0.jpg +3 -0
  39. data/rig_1784083380782-4_1.jpg +3 -0
  40. data/rig_1784140126241-0_0.jpg +3 -0
  41. data/rig_1784157315526-0_0.jpg +3 -0
  42. data/rig_1784157516798-4_0.jpg +3 -0
  43. data/rig_1784157707825-5_0.jpg +3 -0
  44. data/rig_1784159053316-j_0.jpg +3 -0
  45. data/rig_1784160851150-0_0.jpg +3 -0
  46. data/rig_1784163737725-1_0.jpg +3 -0
  47. data/rig_1784164772306-2_0.jpg +3 -0
  48. data/rig_1784164831010-3_0.jpg +3 -0
  49. data/rig_1784483378348-h_0.jpg +3 -0
  50. data/rig_1784485076577-k_0.jpg +3 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: cc-by-nc-4.0-ours-cc-by-4.0-roboflow
4
+ license_link: https://github.com/eschatus/diecamera/blob/main/LICENSE-NC.md
5
+ task_categories:
6
+ - image-classification
7
+ language:
8
+ - en
9
+ tags:
10
+ - dice
11
+ - polyhedral-dice
12
+ - ttrpg
13
+ - tabletop
14
+ - dice-reading
15
+ pretty_name: dieCamera dice crops
16
+ size_categories:
17
+ - n<10K
18
+ ---
19
+
20
+ # dieCamera — per-die crops
21
+
22
+ One cropped image per physical die, labelled with its **type** and **face value**. This is
23
+ the deliberately-simple training set for dieCamera's offline value reader — the app that
24
+ watches a dice tray and posts the roll into a virtual tabletop
25
+ ([source](https://github.com/eschatus/diecamera)).
26
+
27
+ For the full frames these crops were cut from (and the multi-die detector-training data), see
28
+ the companion repo **[G-G-Games/diecamera-frames](https://huggingface.co/datasets/G-G-Games/diecamera-frames)**.
29
+
30
+ ## Schema
31
+
32
+ Standard 🤗 `imagefolder` layout — `load_dataset("G-G-Games/diecamera-crops")` needs no config.
33
+
34
+ ```
35
+ data/<file>.jpg one die, cropped to its bounding box + a small margin
36
+ data/metadata.jsonl one row per crop
37
+ ```
38
+
39
+ | column | type | meaning |
40
+ | ----------- | ------ | ------------------------------------------------------------------------ |
41
+ | `file_name` | string | the crop image |
42
+ | `source` | string | `rig` (our webcam) or `roboflow:<fork>` (a third-party image, see below) |
43
+ | `type` | string | die type — `d4`, `d6`, `d8`, `d10`, `d12`, `d20` |
44
+ | `value` | int | the up-face value read (d10 may be 0) |
45
+ | `date` | string | capture date (`rig`), or publish date when the source has none |
46
+
47
+ Every die here has a **trusted** face value: rig dice are human-confirmed or placed to a
48
+ prompt; roboflow dice are the ones a human reviewed and confirmed by hand.
49
+
50
+ ## Licence — read this before commercial use
51
+
52
+ This dataset is **mixed-licence**, and the `source` column tells you which applies per row:
53
+
54
+ | `source` | licence |
55
+ | ----------------- | -------------------------------------------------------------------------------- |
56
+ | `rig` | **CC BY-NC 4.0 © G-G-Games** — free personal use; commercial needs a licence |
57
+ | `roboflow:<fork>` | **CC BY 4.0 © the fork's original author** (commercial OK, attribution required) |
58
+
59
+ The **labels** on every row are G-G-Games' own work (CC BY-NC 4.0). Full terms:
60
+ [LICENSE-NC.md](https://github.com/eschatus/diecamera/blob/main/LICENSE-NC.md).
61
+
62
+ ### Roboflow attribution (CC BY 4.0)
63
+
64
+ Crops with a `roboflow:` source derive from these [Roboflow Universe](https://universe.roboflow.com)
65
+ datasets, used with modifications (cropped; our own top-face type/value labels added):
66
+
67
+ | `source` | original author → dataset |
68
+ | -------------------------- | ------------------------------------------------------------------- |
69
+ | `roboflow:200_dataset` | **vkr-55xr7** → https://universe.roboflow.com/vkr-55xr7/200_dataset |
70
+ | `roboflow:d4-turbo-rad-v4` | **turbo-rad** → https://universe.roboflow.com/turbo-rad/d4-bmzdm |
71
+
72
+ See [ATTRIBUTIONS.md](https://github.com/eschatus/diecamera/blob/main/ATTRIBUTIONS.md) for the
73
+ full provenance record.
data/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/rig_1783555261688-0_0.jpg ADDED

Git LFS Details

  • SHA256: 0f685459f88d9fa7893b339b6d318c4b4560f75c84b840b002b1e1e7d3d28215
  • Pointer size: 129 Bytes
  • Size of remote file: 9.41 kB
data/rig_1783555261688-0_1.jpg ADDED

Git LFS Details

  • SHA256: 1cf621a524db8a7ddfc219203459051591cda8a7765f244c0421c5bb157ee875
  • Pointer size: 129 Bytes
  • Size of remote file: 9.6 kB
data/rig_1783562950249-1_0.jpg ADDED

Git LFS Details

  • SHA256: 6c45005857307beafa9a8b2b893630ce9ca39af8508834930a1348e7d31adbf4
  • Pointer size: 129 Bytes
  • Size of remote file: 6.53 kB
data/rig_1783562950249-1_1.jpg ADDED

Git LFS Details

  • SHA256: a39637e4081e05fc3960b900f27e3d571a7576289a25ba9a810d08c027555d0b
  • Pointer size: 129 Bytes
  • Size of remote file: 7.95 kB
data/rig_1783563004531-2_0.jpg ADDED

Git LFS Details

  • SHA256: 42a915ccf03bb46491ce26e9d36d49fecc1b61c3ed56f647d48ff73af46e4ed4
  • Pointer size: 129 Bytes
  • Size of remote file: 5.52 kB
data/rig_1783563004531-2_1.jpg ADDED

Git LFS Details

  • SHA256: e448127de3e29520a31a2f621546515bf2495dfa7068e3a26924763057ac3998
  • Pointer size: 129 Bytes
  • Size of remote file: 8.57 kB
data/rig_1783563004531-2_2.jpg ADDED

Git LFS Details

  • SHA256: 06a451a2cbf87db6c54ba551306ef44e6a1a1c95d52fbc1bcc11ace2ad4bb89e
  • Pointer size: 129 Bytes
  • Size of remote file: 6.89 kB
data/rig_1783563004531-2_3.jpg ADDED

Git LFS Details

  • SHA256: ec6ebbe494ef372410291a9cf9a3b010acf153b62dc5fc715592cab9ea4f2781
  • Pointer size: 129 Bytes
  • Size of remote file: 5 kB
data/rig_1783563004531-2_4.jpg ADDED

Git LFS Details

  • SHA256: 8d9db0d18f900a4d4703353ae2376f09a6c6fade19259baa714640850f646c12
  • Pointer size: 129 Bytes
  • Size of remote file: 8.8 kB
data/rig_1783614109225-0_0.jpg ADDED

Git LFS Details

  • SHA256: f8529467004bd3114994cef93e2efce6d4ae9b85741d8264939c48d776b87df3
  • Pointer size: 129 Bytes
  • Size of remote file: 5.43 kB
data/rig_1783614109225-0_1.jpg ADDED

Git LFS Details

  • SHA256: 4ba102f6cae6c7abcdba005dc1a87cb0d49cd5f22931529ccd4dec8c38889c84
  • Pointer size: 129 Bytes
  • Size of remote file: 8.41 kB
data/rig_1783614109225-0_2.jpg ADDED

Git LFS Details

  • SHA256: 247ccb15c371b8dbf3f885915866b977b674011aeb4d97858a33cf018ccd30da
  • Pointer size: 129 Bytes
  • Size of remote file: 4.48 kB
data/rig_1783614109225-0_3.jpg ADDED

Git LFS Details

  • SHA256: 4759e4e6419dc4ed3e37ebb48a4b1a6783d81859bb9a0891abfa75d6ffe89df6
  • Pointer size: 129 Bytes
  • Size of remote file: 8.37 kB
data/rig_1783614109225-0_4.jpg ADDED

Git LFS Details

  • SHA256: 9cb9540b90e7a9db7c03ae2f85cdf6f663d6fae67e67b7cf966538629b3311ab
  • Pointer size: 130 Bytes
  • Size of remote file: 11.3 kB
data/rig_1783986551402-0_0.jpg ADDED

Git LFS Details

  • SHA256: 2980e288c7e8b3b055d361fcb63d7c82ec67206c8e7ad9ed512879665819798e
  • Pointer size: 129 Bytes
  • Size of remote file: 6.79 kB
data/rig_1783986551402-0_1.jpg ADDED

Git LFS Details

  • SHA256: 2f95edfdd850579e0601cccd8619b144a75d4915b2626a53afbff4d1027c5a6e
  • Pointer size: 129 Bytes
  • Size of remote file: 4.19 kB
data/rig_1783987395126-2_0.jpg ADDED

Git LFS Details

  • SHA256: 2df260fd951c578960e2423396b80d505f0977e4f827a8464cee7dc0d04190c7
  • Pointer size: 129 Bytes
  • Size of remote file: 3.7 kB
data/rig_1783989412018-0_0.jpg ADDED

Git LFS Details

  • SHA256: 276a11a829fc6b14310ccc23a4684b7616e415fec72d960c07ac6ee9a389e64b
  • Pointer size: 129 Bytes
  • Size of remote file: 6.11 kB
data/rig_1783992540043-0_0.jpg ADDED

Git LFS Details

  • SHA256: 4e2d0ed4dc80ab606873ae51f98ad71428d66bd40c7c0b8e892f5708a1c925e3
  • Pointer size: 129 Bytes
  • Size of remote file: 6.32 kB
data/rig_1783992540043-0_1.jpg ADDED

Git LFS Details

  • SHA256: f7f0f2820c4a1c61ad08f8a6f9dcc9ab7ee3806371b6c44756b6c7b182816233
  • Pointer size: 129 Bytes
  • Size of remote file: 5.67 kB
data/rig_1783992540043-0_2.jpg ADDED

Git LFS Details

  • SHA256: fa893e48e131622c1eb0c5f95185503687786a56b8afc9ff519e2cb12f7d8997
  • Pointer size: 129 Bytes
  • Size of remote file: 4.68 kB
data/rig_1783992690380-1_0.jpg ADDED

Git LFS Details

  • SHA256: d09bf13add724f6699550d6adf28c86b6a0612b80db459fd2446d8074f902518
  • Pointer size: 129 Bytes
  • Size of remote file: 5.41 kB
data/rig_1784074242766-0_0.jpg ADDED

Git LFS Details

  • SHA256: 3275e484ccf9849cc58155fa09a6f46275921bef42e8877719a7be02aee9bdcb
  • Pointer size: 129 Bytes
  • Size of remote file: 7.33 kB
data/rig_1784074242766-0_1.jpg ADDED

Git LFS Details

  • SHA256: fd3b4ffecba34c4e9bcabcec9189895b42da47471f73e0b38e92ed479fc37be7
  • Pointer size: 129 Bytes
  • Size of remote file: 7.58 kB
data/rig_1784081603106-1_0.jpg ADDED

Git LFS Details

  • SHA256: b2b79e7d3fc9c801459c35d58ea5977d10cbd447906ef012fb2f35da8ca5cc8d
  • Pointer size: 129 Bytes
  • Size of remote file: 4.26 kB
data/rig_1784081603106-1_1.jpg ADDED

Git LFS Details

  • SHA256: 4d04c53d304642da001b003e6ae72b25ec7c203043f2240e8458fdc2b0e82d8e
  • Pointer size: 129 Bytes
  • Size of remote file: 4.61 kB
data/rig_1784081603106-1_2.jpg ADDED

Git LFS Details

  • SHA256: b91fe06351cd895e86a466ceb83a51036c7877ffe402e645a2e5945267ce505d
  • Pointer size: 129 Bytes
  • Size of remote file: 4.49 kB
data/rig_1784081603106-1_3.jpg ADDED

Git LFS Details

  • SHA256: 82f035b500e0f52a1f74ad92d6e60f807989780b083c96eda194b5f5fd225c98
  • Pointer size: 129 Bytes
  • Size of remote file: 6.48 kB
data/rig_1784081603106-1_4.jpg ADDED

Git LFS Details

  • SHA256: 679e3ef0a2693d91f1cc5ded029dd2d0f4ff83a354c5f3cd6329f33726589cba
  • Pointer size: 129 Bytes
  • Size of remote file: 5.7 kB
data/rig_1784081719165-2_0.jpg ADDED

Git LFS Details

  • SHA256: 4f327feb4ffb7f5d8ae19ada41739c479ccfa0a926cd54dfecc2eccd6d2f52be
  • Pointer size: 129 Bytes
  • Size of remote file: 5.45 kB
data/rig_1784081719165-2_1.jpg ADDED

Git LFS Details

  • SHA256: 4c9612afd9ddd9e3d588cda396442cc623b91afbf0fc22334476b9f7acfdafcf
  • Pointer size: 129 Bytes
  • Size of remote file: 4.78 kB
data/rig_1784081719165-2_2.jpg ADDED

Git LFS Details

  • SHA256: 5f2735795a3d6c5edad7817772abdb0fffdd877d678dad460ea2b6800309cb94
  • Pointer size: 129 Bytes
  • Size of remote file: 5.51 kB
data/rig_1784081719165-2_3.jpg ADDED

Git LFS Details

  • SHA256: 9eca23b0de2eafa0b80a0e741947dac1a5df0bc20cf23272ed5ca551985e5d20
  • Pointer size: 129 Bytes
  • Size of remote file: 4.48 kB
data/rig_1784081719165-2_4.jpg ADDED

Git LFS Details

  • SHA256: 75cf354db442a097c638ab59610c1b46804c03f442e8670133e6794df7e624d8
  • Pointer size: 129 Bytes
  • Size of remote file: 4.87 kB
data/rig_1784082432820-3_1.jpg ADDED

Git LFS Details

  • SHA256: e211f8e71cb7e2ab13991dd90e5ea5a32c7d35d79130c8f95727ab855490b195
  • Pointer size: 129 Bytes
  • Size of remote file: 6.87 kB
data/rig_1784083380782-4_0.jpg ADDED

Git LFS Details

  • SHA256: 95ddf973b1b784aa4e6525e44915f6fadc470252382594dfafaa84d9243b91f4
  • Pointer size: 129 Bytes
  • Size of remote file: 6.54 kB
data/rig_1784083380782-4_1.jpg ADDED

Git LFS Details

  • SHA256: a215c900f3ec4b4bd185afd07edddd3dbf494c20ce1468b90012ac76e7facfe5
  • Pointer size: 129 Bytes
  • Size of remote file: 7.42 kB
data/rig_1784140126241-0_0.jpg ADDED

Git LFS Details

  • SHA256: dd4469a1e91be9e65c443dcb90102350b54c0d5ce88aafb14fbaa2d58730b0e7
  • Pointer size: 130 Bytes
  • Size of remote file: 11 kB
data/rig_1784157315526-0_0.jpg ADDED

Git LFS Details

  • SHA256: c02f224ff6b205e9b750c83001900ce12a26a9840312588260baaa1729f2808c
  • Pointer size: 130 Bytes
  • Size of remote file: 33.4 kB
data/rig_1784157516798-4_0.jpg ADDED

Git LFS Details

  • SHA256: 60e65a71c7ed100b68bd5bc81f2ae91f48a20ed282f0009fb116e2304653915b
  • Pointer size: 130 Bytes
  • Size of remote file: 26.9 kB
data/rig_1784157707825-5_0.jpg ADDED

Git LFS Details

  • SHA256: 157ac12fee2f8a6b41fae9858a6d6b96e4c39449b46a84f704a3558771fce2be
  • Pointer size: 130 Bytes
  • Size of remote file: 31.9 kB
data/rig_1784159053316-j_0.jpg ADDED

Git LFS Details

  • SHA256: 60641d89310f7222a93ea163c5eb3168605f8d9d326ec9fd8c8dac251c58ec94
  • Pointer size: 130 Bytes
  • Size of remote file: 31.1 kB
data/rig_1784160851150-0_0.jpg ADDED

Git LFS Details

  • SHA256: 5632cb30f54bab0d206d3a4604e2961010f4e35c8027b103b75f8e61854a017f
  • Pointer size: 129 Bytes
  • Size of remote file: 6.82 kB
data/rig_1784163737725-1_0.jpg ADDED

Git LFS Details

  • SHA256: 3d66a3289d853d9f15b5ff2fef404c793c6ef8863bf6397f0aeb2ce482a1dc40
  • Pointer size: 129 Bytes
  • Size of remote file: 9.03 kB
data/rig_1784164772306-2_0.jpg ADDED

Git LFS Details

  • SHA256: 01b772ffc2bd174cb5ba1bb931ea52317f631d3574643b401a273c9e6e5fab11
  • Pointer size: 129 Bytes
  • Size of remote file: 6.68 kB
data/rig_1784164831010-3_0.jpg ADDED

Git LFS Details

  • SHA256: ba1abe11879f905301ba0f939946df5deb02f8aa549adc760b7ec5221f8311a3
  • Pointer size: 129 Bytes
  • Size of remote file: 6.45 kB
data/rig_1784483378348-h_0.jpg ADDED

Git LFS Details

  • SHA256: ece4404f806aff3cdf59694e5267c854657fc9b80d9fa964543691c4edee6d31
  • Pointer size: 129 Bytes
  • Size of remote file: 9.84 kB
data/rig_1784485076577-k_0.jpg ADDED

Git LFS Details

  • SHA256: ddc87955d514c48a7ae603a3efa9d7acd32a626774e1aab67faca40288d868a2
  • Pointer size: 129 Bytes
  • Size of remote file: 6.91 kB