zigg-ai commited on
Commit
6c3d5be
·
verified ·
1 Parent(s): 7201911

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. LICENSE +21 -0
  2. README.md +30 -0
  3. dataset.yaml +13 -0
  4. images/train/000000000000.jpg +3 -0
  5. images/train/000000000001.jpg +3 -0
  6. images/train/000000000002.jpg +3 -0
  7. images/train/000000000003.jpg +3 -0
  8. images/train/000000000004.jpg +3 -0
  9. images/train/000000000005.jpg +3 -0
  10. images/train/000000000006.jpg +3 -0
  11. images/train/000000000007.jpg +3 -0
  12. images/train/000000000008.jpg +3 -0
  13. images/train/000000000009.jpg +3 -0
  14. images/train/000000000010.jpg +3 -0
  15. images/train/000000000011.jpg +3 -0
  16. images/train/000000000012.jpg +3 -0
  17. images/train/000000000013.jpg +3 -0
  18. images/train/000000000014.jpg +3 -0
  19. images/train/000000000015.jpg +3 -0
  20. images/train/000000000016.jpg +3 -0
  21. images/train/000000000017.jpg +3 -0
  22. images/train/000000000018.jpg +3 -0
  23. images/train/000000000019.jpg +3 -0
  24. images/train/000000000020.jpg +3 -0
  25. images/train/000000000021.jpg +3 -0
  26. images/train/000000000022.jpg +3 -0
  27. images/train/000000000023.jpg +3 -0
  28. images/train/000000000024.jpg +3 -0
  29. images/train/000000000025.jpg +3 -0
  30. images/train/000000000026.jpg +3 -0
  31. images/train/000000000027.jpg +3 -0
  32. images/train/000000000028.jpg +3 -0
  33. images/train/000000000029.jpg +3 -0
  34. images/train/000000000030.jpg +3 -0
  35. images/train/000000000031.jpg +3 -0
  36. images/train/000000000032.jpg +3 -0
  37. images/train/000000000033.jpg +3 -0
  38. images/train/000000000034.jpg +3 -0
  39. images/train/000000000035.jpg +3 -0
  40. images/train/000000000036.jpg +3 -0
  41. images/train/000000000037.jpg +3 -0
  42. images/train/000000000038.jpg +3 -0
  43. images/train/000000000039.jpg +3 -0
  44. images/train/000000000040.jpg +3 -0
  45. images/train/000000000041.jpg +3 -0
  46. images/train/000000000042.jpg +3 -0
  47. images/train/000000000043.jpg +3 -0
  48. images/train/000000000044.jpg +3 -0
  49. images/train/000000000045.jpg +3 -0
  50. images/train/000000000046.jpg +3 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Zigg AI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Description
2
+
3
+ This dataset contains 7 classes of content annotations in YOLO format:
4
+ - digital_graphics: 0
5
+ - digital_presentation: 1
6
+ - digital_screencast: 2
7
+ - digital_videogame: 3
8
+ - footage_multi_speaker: 4
9
+ - footage_scene: 5
10
+ - footage_talkinghead: 6
11
+
12
+ ## Dataset Structure
13
+ - Training set: 8797 images
14
+ - Validation set: 2200 images
15
+
16
+ ## Format
17
+ The dataset follows the YOLO format:
18
+ ```
19
+ dataset/
20
+ ├── images/
21
+ │ ├── train/
22
+ │ └── val/
23
+ ├── labels/
24
+ │ ├── train/
25
+ │ └── val/
26
+ └── dataset.yaml
27
+ ```
28
+
29
+ Each label file contains annotations in the format:
30
+ `class_id x_center y_center width height`
dataset.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ path: zigg-ai/content-regions-distrib-yolo-11k
2
+ train: images/train
3
+ val: images/val
4
+ test: ''
5
+ names:
6
+ 0: digital_graphics
7
+ 1: digital_presentation
8
+ 2: digital_screencast
9
+ 3: digital_videogame
10
+ 4: footage_multi_speaker
11
+ 5: footage_scene
12
+ 6: footage_talkinghead
13
+ nc: 7
images/train/000000000000.jpg ADDED

Git LFS Details

  • SHA256: 9c93d7561c48d6d69f0d4bb8208acbfcd65b2c31af37984f243f29e99ae33427
  • Pointer size: 130 Bytes
  • Size of remote file: 88 kB
images/train/000000000001.jpg ADDED

Git LFS Details

  • SHA256: 346eb6c615c320fa761b7acfca93b98278000e68eb05234a7d47553716d35523
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB
images/train/000000000002.jpg ADDED

Git LFS Details

  • SHA256: 09bfad3ef1bf485013a7d90ddaef9aa2761b6710f2868f645e8e69d6bc66d7be
  • Pointer size: 130 Bytes
  • Size of remote file: 65.4 kB
images/train/000000000003.jpg ADDED

Git LFS Details

  • SHA256: 3e82cf6785c2f3655d2c2f33a4a7385860f4615afb558af68acf92383f9f5498
  • Pointer size: 130 Bytes
  • Size of remote file: 86.1 kB
images/train/000000000004.jpg ADDED

Git LFS Details

  • SHA256: 888bba6a1418d48ab32a4cd29b5ffe4745d57be754ae461cc47ad3353f775006
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
images/train/000000000005.jpg ADDED

Git LFS Details

  • SHA256: 8980f88faf98154801a14cef66534ea298889786dc5a9947f09fbff307c3938e
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
images/train/000000000006.jpg ADDED

Git LFS Details

  • SHA256: 840aa28efc682d9f7b4ab6e9a5f1b88c8e33178ba63d06bc78e1afaef5adefd5
  • Pointer size: 130 Bytes
  • Size of remote file: 86.7 kB
images/train/000000000007.jpg ADDED

Git LFS Details

  • SHA256: 4ed3057af95f14ecb7f93ef86d1e15a0c4a644f33ad5ef7155fe6fed0778370e
  • Pointer size: 130 Bytes
  • Size of remote file: 70.8 kB
images/train/000000000008.jpg ADDED

Git LFS Details

  • SHA256: 286bb51a6bc90a6b9637d12f5bfc9e6c767ad3520a6732f43fc225f2bb48cd34
  • Pointer size: 130 Bytes
  • Size of remote file: 91.5 kB
images/train/000000000009.jpg ADDED

Git LFS Details

  • SHA256: 904d467c159d0db77a165cc393a7d9ccb9890a45a3f28f29e13eba2fb19c11a7
  • Pointer size: 130 Bytes
  • Size of remote file: 51 kB
images/train/000000000010.jpg ADDED

Git LFS Details

  • SHA256: ab35d693459b5b70a254432cf0c1c1886b56b3ef81b4c17e3b7b4507a9776457
  • Pointer size: 130 Bytes
  • Size of remote file: 51.3 kB
images/train/000000000011.jpg ADDED

Git LFS Details

  • SHA256: d1fe7d7d46cc8b54db6b56deb0a82459c44dd1267f33ffb0814e651127a651a7
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
images/train/000000000012.jpg ADDED

Git LFS Details

  • SHA256: df139dd1bf93240fcda0617bd3a3142aa50f2fda3eea47d282a0804be5fd04a7
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
images/train/000000000013.jpg ADDED

Git LFS Details

  • SHA256: 52cd509ba957a5cdcde2157e532edf25e7762b337a4b3dc414bc0bec41fcb263
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
images/train/000000000014.jpg ADDED

Git LFS Details

  • SHA256: f7a17016295e5641602b5498b9338bb44dcc891be1f78c43b176f1f706b8a193
  • Pointer size: 130 Bytes
  • Size of remote file: 96.2 kB
images/train/000000000015.jpg ADDED

Git LFS Details

  • SHA256: 462eb1ab51738b4ddc91f534c83c09312b8ab182fe13f82061ce504778e17a5d
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
images/train/000000000016.jpg ADDED

Git LFS Details

  • SHA256: 5b75702ede341cb4f6286265964c680849de3e459d1337d57f2c85e3a061cf98
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
images/train/000000000017.jpg ADDED

Git LFS Details

  • SHA256: 3f84420a6c4fd2765087d91eb8a064f73db6acb4a7c9a41813ac01bd82e71ed1
  • Pointer size: 130 Bytes
  • Size of remote file: 86.4 kB
images/train/000000000018.jpg ADDED

Git LFS Details

  • SHA256: 8245e1611ba8ff2078fbd66adbde8e15a09ff0523c7a2589d9306e08aaef132e
  • Pointer size: 130 Bytes
  • Size of remote file: 89.1 kB
images/train/000000000019.jpg ADDED

Git LFS Details

  • SHA256: 0c4a52bf34eb3efb421ba1179d5e967ef24716326e77897e20587ff02a3d2e59
  • Pointer size: 130 Bytes
  • Size of remote file: 67.6 kB
images/train/000000000020.jpg ADDED

Git LFS Details

  • SHA256: 4a618f3edc28ce96337a454c219ad8c811f88b2c742263b27e73ff691b1de1c0
  • Pointer size: 130 Bytes
  • Size of remote file: 66.7 kB
images/train/000000000021.jpg ADDED

Git LFS Details

  • SHA256: 72e5d9c500123fceae49006b158f2770de6cce6835f999e70c96da973dd70da4
  • Pointer size: 130 Bytes
  • Size of remote file: 54.2 kB
images/train/000000000022.jpg ADDED

Git LFS Details

  • SHA256: 2b6e3c35bbc252904dad2aeb3528415a05af783255df9fa2a7152429f49112e2
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
images/train/000000000023.jpg ADDED

Git LFS Details

  • SHA256: 26df36347a4de968605ca82ca10b53e5021eab0ad535429b95579c9a5cb72aad
  • Pointer size: 130 Bytes
  • Size of remote file: 67.7 kB
images/train/000000000024.jpg ADDED

Git LFS Details

  • SHA256: 68b61fb97f70195fd243d77eff21a16b7437a927ec6744070b29b0e76dbcc458
  • Pointer size: 131 Bytes
  • Size of remote file: 152 kB
images/train/000000000025.jpg ADDED

Git LFS Details

  • SHA256: 66779aebedbd037c374df6b481b8ecfdecfd7b7a9ff30afda9f5759c18795423
  • Pointer size: 131 Bytes
  • Size of remote file: 137 kB
images/train/000000000026.jpg ADDED

Git LFS Details

  • SHA256: eb3d0b43cdff8d3017f45b2c215326471ff9b3c4ea4be0b1c632fa76b04edde0
  • Pointer size: 130 Bytes
  • Size of remote file: 96.6 kB
images/train/000000000027.jpg ADDED

Git LFS Details

  • SHA256: 30aedf1533c311af26c48bf29d99c2d12c8f7c7aae6fca7f33c67e4c19be10e5
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
images/train/000000000028.jpg ADDED

Git LFS Details

  • SHA256: 546abaf9001a97485fb37aaaa983887b21747779eb86636a1c1dc71e32517f78
  • Pointer size: 130 Bytes
  • Size of remote file: 73.6 kB
images/train/000000000029.jpg ADDED

Git LFS Details

  • SHA256: feb7f7a1f5994e356f2476f30488b15aa2340eafac4c6abdd6e8799b689e2ad7
  • Pointer size: 130 Bytes
  • Size of remote file: 50.3 kB
images/train/000000000030.jpg ADDED

Git LFS Details

  • SHA256: 7a7006fd3938e319377bd7dffef18ec627b7b88a66efacfe24ebdfeddec481f3
  • Pointer size: 130 Bytes
  • Size of remote file: 82.4 kB
images/train/000000000031.jpg ADDED

Git LFS Details

  • SHA256: 73e2fcee7173d0dc18f44276e1c613cebeaf81a5eaf6d73da1649f8babd39f09
  • Pointer size: 130 Bytes
  • Size of remote file: 80.3 kB
images/train/000000000032.jpg ADDED

Git LFS Details

  • SHA256: f7f5eb8d85aceb5efe7c63df2e4a052b67f9f2028e0773e7dc9811ad94a0dbff
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
images/train/000000000033.jpg ADDED

Git LFS Details

  • SHA256: caa4ba167c0a2db4b3495666901da7f5cc4a35af7a89e1839a22382208da0e7b
  • Pointer size: 130 Bytes
  • Size of remote file: 75.7 kB
images/train/000000000034.jpg ADDED

Git LFS Details

  • SHA256: 0d5d8b1d834cfed2b43dab26df2484d4f384ab8d4819e0dd8b5ede9ed2624667
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
images/train/000000000035.jpg ADDED

Git LFS Details

  • SHA256: 759b28d92229585cd6341b35e5c12fe32609255079a65cbde0364c5ca83ae875
  • Pointer size: 130 Bytes
  • Size of remote file: 97.2 kB
images/train/000000000036.jpg ADDED

Git LFS Details

  • SHA256: fd44d3fd2690898fdd3c4fcb3322cd2ddd33486f1771a8eedc1c2f7d1a919971
  • Pointer size: 131 Bytes
  • Size of remote file: 100 kB
images/train/000000000037.jpg ADDED

Git LFS Details

  • SHA256: b1d59508c8ec85126272b927849abd2d2b690ba093f6762164d942cb118b24fe
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
images/train/000000000038.jpg ADDED

Git LFS Details

  • SHA256: 6d3f42505e0d6e3dd8d4da5365c40a4cbefe38d22519f654da38d4f19576429e
  • Pointer size: 130 Bytes
  • Size of remote file: 57 kB
images/train/000000000039.jpg ADDED

Git LFS Details

  • SHA256: a542ee6c2e753c6164c08eb6978df670d99373fe93e146331cddad995ef68f36
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
images/train/000000000040.jpg ADDED

Git LFS Details

  • SHA256: 21e9a4b0ba4e566816ed417312d532171b54204324449bd93079e5826b36d6e1
  • Pointer size: 131 Bytes
  • Size of remote file: 104 kB
images/train/000000000041.jpg ADDED

Git LFS Details

  • SHA256: 321ae71d7abfe96c7a7c081e641c919654460fdfb03dc3fa70686db6a9e42a21
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
images/train/000000000042.jpg ADDED

Git LFS Details

  • SHA256: 9fd1df56fbd435e7bbe78f9d3ae4651c772476bc3736ede7f5885faf19992eb1
  • Pointer size: 130 Bytes
  • Size of remote file: 97.4 kB
images/train/000000000043.jpg ADDED

Git LFS Details

  • SHA256: d0e5ed064533454ec096c640e9e0ac9a8a47e45648a8b335dd89735828c41c1a
  • Pointer size: 130 Bytes
  • Size of remote file: 70.1 kB
images/train/000000000044.jpg ADDED

Git LFS Details

  • SHA256: a59166f9656a2ddf2bc751690fce42e63c5540806116e016a104ea0714aa5f55
  • Pointer size: 130 Bytes
  • Size of remote file: 64.3 kB
images/train/000000000045.jpg ADDED

Git LFS Details

  • SHA256: 66369e04e443e6e201cfaa2228336b7c890b4cb72a44343dd6db7894c330676b
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
images/train/000000000046.jpg ADDED

Git LFS Details

  • SHA256: bd220fc32e5dd0d57c9a864ddcd1d19958ebcd83fbd450db2748d7084cc35788
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB