Ysobel commited on
Commit
d7e0afb
·
verified ·
1 Parent(s): c4f1afa

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: NUpbr RoboCup Jersey-Colour Robot Detection Dataset
3
+ license: mit
4
+ task_categories:
5
+ - object-detection
6
+ tags:
7
+ - robotics
8
+ - robocup
9
+ - synthetic
10
+ - simulation
11
+ - physically-based-rendering
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # NUpbr RoboCup Jersey-Colour Robot Detection Dataset
17
+
18
+ 2,000 physically-based-rendered images of RoboCup Humanoid Soccer scenes,
19
+ generated with [NUpbr](https://github.com/NUbots/NUpbr), each
20
+ containing 1-4 robots and one ball, with per-instance bounding boxes and,
21
+ for each robot, a jersey colour.
22
+
23
+ Every frame is restricted to at most two distinct jersey colours across all
24
+ robots present, regardless of robot count. Each robot is independently
25
+ assigned one of the two colours sampled fresh for that frame from a wide,
26
+ vividly-saturated colour space. This makes the dataset suited to
27
+ colour-conditioned role classification (e.g. teammate/opponent assignment
28
+ from an externally supplied reference colour), in addition to standard
29
+ robot/ball detection.
30
+
31
+ ## Dataset structure
32
+
33
+ ```
34
+ images/000001.png ... images/002000.png 1280x1024 RGBA renders
35
+ metadata.jsonl one JSON object per image
36
+ ```
37
+
38
+ Each line of `metadata.jsonl`:
39
+
40
+ ```json
41
+ {
42
+ "file_name": "images/000001.png",
43
+ "robots": [
44
+ {"bbox": [640, 70, 717, 240], "jersey_colour": "#c339e6", "model": "GankenKun"}
45
+ ],
46
+ "ball": {"bbox": [408, 470, 523, 585], "id": "ball_030"}
47
+ }
48
+ ```
49
+
50
+ - `bbox`: `[x_min, y_min, x_max, y_max]` in integer pixel coordinates, origin top-left.
51
+ - `jersey_colour`: `#rrggbb` hex string, unique per robot-colour-group within a frame (at most two distinct values per image).
52
+ - `model`: the robot mesh/model used for that instance (e.g. `nugus`,`GankenKun`, `darwin`, `wolfgang`).
53
+ - `ball.id`: the ball texture/asset identifier used for that instance.
54
+ - Every image has exactly one ball and between one and four robots.
55
+
56
+ This follows the Hugging Face `imagefolder` convention -- loadable directly with:
57
+
58
+ ```python
59
+ from datasets import load_dataset
60
+ ds = load_dataset("imagefolder", data_dir="path/to/robot_jersey_dataset")
61
+ ```
62
+
63
+ ## Generation
64
+
65
+ Images were rendered with NUpbr, a Blender-based physically-based rendering
66
+ pipeline for RoboCup Humanoid Soccer scenes. Robot
67
+ positions, camera viewpoint, HDRI environment, and jersey colours are
68
+ randomised per frame; a frame is discarded and regenerated if it does not
69
+ end up with between one and four visible robots, or if any visible robot or
70
+ ball would otherwise be left without a valid bounding box (occluded,
71
+ out of frame, or an implausible fisheye-projection artifact).
images/000001.png ADDED

Git LFS Details

  • SHA256: 21a4a72abc386cce319ef99b5382051a9a58026788c24351cc029e201af37b85
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000002.png ADDED

Git LFS Details

  • SHA256: 55fb961c4805acf102f8f6f7c7325180a7285176a38dc2ecc5ff60a6d356cc1f
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000003.png ADDED

Git LFS Details

  • SHA256: a056b2da323647550e392d36409b4cb018dacc65b5ee70aaa6925db6ff134dfd
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000004.png ADDED

Git LFS Details

  • SHA256: 986868c9d8538260c141edac876a69e28810041fbea1a2e638a38626e298d2c1
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000005.png ADDED

Git LFS Details

  • SHA256: abc30b3f03ed0113c55792241724853ab507c1a0e02d2803fd6380d4e2e64437
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000006.png ADDED

Git LFS Details

  • SHA256: dc36eb63db8219f1758f6d274d00536316f952476bac7b54f4c1697595661afe
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000007.png ADDED

Git LFS Details

  • SHA256: 595fc5b188d6ee4d6aa462781c9d28ebbe87e615b3456e2aa8fa3211007ee44c
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000008.png ADDED

Git LFS Details

  • SHA256: 945a1195318fc831bf9c14137bcb46d568062d7e84fdfa8d924fb26cad4d0bea
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000009.png ADDED

Git LFS Details

  • SHA256: 821d7cdd4cf833f64d31ab77b046c1898538c91dfb94ab3bb6c54fc02928c723
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000010.png ADDED

Git LFS Details

  • SHA256: 9ecbfe04ff0dfced20f89dd2beb1982cd52b732800d7da4d07b95a3019eed74e
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000011.png ADDED

Git LFS Details

  • SHA256: f5290a3da64742374b95f4cee9ca8e6478fc3a3ddaca66381750c291def51836
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000012.png ADDED

Git LFS Details

  • SHA256: 0d7603a947dee913f9f9fed9ad10e63c345a268e83b13f0e170473c31d841151
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000013.png ADDED

Git LFS Details

  • SHA256: c77c9a6a33e02661a1fed86e0915e3f2effa97efd86c606217eacd8224ddd865
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000014.png ADDED

Git LFS Details

  • SHA256: 8fc4da158b55e4d10afc9e4879fa33c19fb32ad5ca499fc4b11ce49ea574f4d7
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000015.png ADDED

Git LFS Details

  • SHA256: 1568789e38069351e815ea370471b59812c2ace0764a0be85d3932406c2c7ba9
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000016.png ADDED

Git LFS Details

  • SHA256: 7fd561872a539d8308630a37a48f462e10235b749a2ef9853c8f9ae54b57d1d4
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000017.png ADDED

Git LFS Details

  • SHA256: 777889faab296dfda5f4c024d138c04920ab4d86ea8cf1038d8e198df7309272
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000018.png ADDED

Git LFS Details

  • SHA256: a2fecc1a0ef8eb1b449b313ed18e51a24a7f80d3c8410079ce6de969d43be3fa
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000019.png ADDED

Git LFS Details

  • SHA256: e38f4af8daec6a7ddf5a3a207d19e840e69fd1dc2a09875d11e7e7b23b0ff2a3
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000020.png ADDED

Git LFS Details

  • SHA256: 441633afb5814b57dde5ef090f17c8c9cdcc20a92b934d226cdb918af3c117a6
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000021.png ADDED

Git LFS Details

  • SHA256: 24afb662370a7c9e40f885ffbcd2deda9b5e38f8f9318d744854b4451afff696
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000022.png ADDED

Git LFS Details

  • SHA256: c35cfb34608adc50a7edf9fb03e29e7b7ae889f1bb9fe87db305cb7856dec2c8
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000023.png ADDED

Git LFS Details

  • SHA256: 70bf0fe4f61aa677c347a21b1de00e34675e6ba594531575004899d1bf3ac742
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000024.png ADDED

Git LFS Details

  • SHA256: cd75c0704243d04fcad9d115b1b2d0b93175f03dc3858eb7c82760d950409f87
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000025.png ADDED

Git LFS Details

  • SHA256: 976258a95d196ad35ade00a45d87b56f9270e09490eb2ba8263059c4ccd6433a
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000026.png ADDED

Git LFS Details

  • SHA256: cc8ce31e976f80fd7656fc2de2e31d2b377859a31d9b9a418f1d73ca837248b5
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000027.png ADDED

Git LFS Details

  • SHA256: 69062e186b883a7e0a8bea2ee2e7bc456dff0161276e6bf4e468e418cb5b7e41
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000028.png ADDED

Git LFS Details

  • SHA256: 1fbc15bdb927e02b83882de121ff0fdea32e5cdf3222416a5cdb2d8cf2444d21
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000029.png ADDED

Git LFS Details

  • SHA256: c9b1a743b5874283b62cd2aaaed79dff27d2bd7b9a91f9670213a679074c0e71
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000030.png ADDED

Git LFS Details

  • SHA256: 001559ec61a599b2b5c5e714817703292000f1678733cf3ebb5a373287828246
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000031.png ADDED

Git LFS Details

  • SHA256: 0dc2be36919416a114fe1343c95b8f703e1d910351bf7a5c29266c9cb0d58740
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000032.png ADDED

Git LFS Details

  • SHA256: da311cab9576a0d3091a12acb311c5f74e661681108c7f3a36e8bcd20da1d17d
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000033.png ADDED

Git LFS Details

  • SHA256: 094fc8c1be0e75a06d215b9e0ab588568acfe5e1b571164b13e7226f436d77c0
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000034.png ADDED

Git LFS Details

  • SHA256: 0f9e624ea5be6bcd77269c1773a08a6c9b283a666cb4585da4af756d79eef62c
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000035.png ADDED

Git LFS Details

  • SHA256: a2f18bcdb5f47d29a516f6a806bfc173a46654410ea82690c0678cfb765f45fa
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000036.png ADDED

Git LFS Details

  • SHA256: f8e9f9d4d5940d981fa19c73233d263f54f9d0dfe85a65c155a78232e98fa32f
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000037.png ADDED

Git LFS Details

  • SHA256: 7e98b059ecafa2e6341cfee56ce5acc9f1e8e1520978ff4ee2ad661216b0cc12
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000038.png ADDED

Git LFS Details

  • SHA256: d68e608e1214d304ebe663f2897cf9c74d89a7492efc14aee68a3ff4ba76745a
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000039.png ADDED

Git LFS Details

  • SHA256: 6baf4cf134b0c75ba6cd75e04d94cc08772fe3076d1a1938b71c52c1df6b8206
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000040.png ADDED

Git LFS Details

  • SHA256: 07602fa46a1875907300aa25f1966c64918a34855e4b8005bc5b5944103fbfe2
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000041.png ADDED

Git LFS Details

  • SHA256: ee064596aad3ea40fa2cd2da9cfca4ff8a214459ab14b64cde4dacbc11938deb
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000042.png ADDED

Git LFS Details

  • SHA256: 47728ed8c552fc1194a7582285314a8c41a1ef783fa86e1bc649ac84e6a9ae7a
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000043.png ADDED

Git LFS Details

  • SHA256: df6b3c6120ef4260965e35d042e1e6fd93e6683e75e6536f8be1671f9445b5fc
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000044.png ADDED

Git LFS Details

  • SHA256: f5d3936faa05d2a2f863be5c31cec8e13b5a94ba504099c34ba37d50677b73de
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000045.png ADDED

Git LFS Details

  • SHA256: 8883c71a5f298314269dddf584c9999ecb78a637ae347089529f9c2f8f55f906
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000046.png ADDED

Git LFS Details

  • SHA256: 4333f90de809742755d740bfe7de3bbce2de738ad54a573022a30b62d6a0b6a5
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000047.png ADDED

Git LFS Details

  • SHA256: 54b9b05c02e6ee00f51937720961ad0b6fd6bcf65e56befc351225673d452d05
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000048.png ADDED

Git LFS Details

  • SHA256: 7254130f8a842529a7d430bd7bfaaebae1d04c3001c4d79318067a1319792eca
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB
images/000049.png ADDED

Git LFS Details

  • SHA256: c2a489f9503a40a77a61ec626fa4d80aa4e37a272ac69754f2aff28bf8dc5923
  • Pointer size: 133 Bytes
  • Size of remote file: 10.5 MB