Datasets:
Add files using upload-large-folder tool
Browse files- LICENSE +21 -0
- README.md +43 -0
- dataset_preview.gif +3 -0
- dataset_preview.mp4 +3 -0
- images/frame_000103.jpg +3 -0
- images/frame_000117.jpg +3 -0
- images/frame_000329.jpg +3 -0
- images/frame_000467.jpg +3 -0
- images/frame_000659.jpg +3 -0
- images/frame_000665.jpg +3 -0
- images/frame_000671.jpg +3 -0
- images/frame_000842.jpg +3 -0
- images/frame_000856.jpg +3 -0
- images/frame_000881.jpg +3 -0
- images/frame_000895.jpg +3 -0
- images/frame_001023.jpg +3 -0
- images/frame_001037.jpg +3 -0
- images/frame_001209.jpg +3 -0
- images/frame_001221.jpg +3 -0
- images/frame_001235.jpg +3 -0
- images/frame_001547.jpg +3 -0
- images/frame_001553.jpg +3 -0
- images/frame_001584.jpg +3 -0
- images/frame_001590.jpg +3 -0
- images/frame_001745.jpg +3 -0
- images/frame_001751.jpg +3 -0
- images/frame_001779.jpg +3 -0
- images/frame_001989.jpg +3 -0
- images/frame_002066.jpg +3 -0
- images/frame_002072.jpg +3 -0
- images/frame_002099.jpg +3 -0
- images/frame_002258.jpg +3 -0
- images/frame_002270.jpg +3 -0
- images/frame_002700.jpg +3 -0
- images/frame_002714.jpg +3 -0
- images/frame_002728.jpg +3 -0
- images/frame_002927.jpg +3 -0
- images/frame_002933.jpg +3 -0
- images/frame_003146.jpg +3 -0
- images/frame_003152.jpg +3 -0
- images/frame_003344.jpg +3 -0
- images/frame_003350.jpg +3 -0
- images/frame_003378.jpg +3 -0
- images/frame_003387.jpg +3 -0
- images/frame_003393.jpg +3 -0
- images/frame_003422.jpg +3 -0
- images/frame_003436.jpg +3 -0
- images/frame_003620.jpg +3 -0
- images/frame_003634.jpg +3 -0
- images/manual_frame_00021760_jpg.rf.V1oipD4bZxhE3IqR5yeS.jpg +3 -0
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Aditya Shankar (River)
|
| 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,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SO-101 Instance Segmentation Dataset
|
| 2 |
+
|
| 3 |
+
Instance segmentation dataset for the [SO-101](https://github.com/TheRobotStudio/SO-ARM100) robot arm, combining MuJoCo domain-randomised synthetic renders with hand-labelled real frames.
|
| 4 |
+
|
| 5 |
+
This dataset can be used to create a segmentation model for tracking the movements of the SO-101
|
| 6 |
+
|
| 7 |
+

|
| 8 |
+
|
| 9 |
+
## Categories
|
| 10 |
+
|
| 11 |
+
8 classes, all prefixed `so101_`:
|
| 12 |
+
|
| 13 |
+
| ID | Name | Notes |
|
| 14 |
+
|----|------|-------|
|
| 15 |
+
| 1 | `so101_base` | |
|
| 16 |
+
| 2 | `so101_shoulder` | |
|
| 17 |
+
| 3 | `so101_upper_arm` | |
|
| 18 |
+
| 4 | `so101_lower_arm` | |
|
| 19 |
+
| 5 | `so101_wrist` | |
|
| 20 |
+
| 6 | `so101_gripper` | includes moving jaw in hand-labelled images |
|
| 21 |
+
| 7 | `so101_camera_mount` | |
|
| 22 |
+
| 8 | `so101_moving_jaw` | **synthetic only** — not present in hand-labelled images |
|
| 23 |
+
|
| 24 |
+
### License/Attributions
|
| 25 |
+
|
| 26 |
+
This dataset is under the MIT license, although....I'd prefer if you could keep a link to my website where you're using this dataset (I am looking out for contracts/jobs right now!)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
### Third-party 3D assets, used to create this dataset (although, they don't have color...haha, so I'm not sure)
|
| 30 |
+
|
| 31 |
+
The distractor mesh assets used in the dataset generation script are sourced from [Sketchfab](https://sketchfab.com) and are not covered by the Apache-2.0 license. Attribution is required per their individual licenses:
|
| 32 |
+
|
| 33 |
+
| File | Title | Author | License |
|
| 34 |
+
|------|-------|--------|---------|
|
| 35 |
+
| `beer_mug_glass.glb` | [Beer Mug Glass](https://sketchfab.com/3d-models/beer-mug-glass-e971453ae97043a2b1348faf36065fed) | [i-m-a-kitty-cat](https://sketchfab.com/i-m-a-kitty-cat) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 36 |
+
| `coffee_mug_school_project.glb` | [Coffee Mug (School Project)](https://sketchfab.com/3d-models/coffee-mug-school-project-5f5ccee1514c440887c072fae8e0d699) | [Ole Gunnar Isager](https://sketchfab.com/FrenchBaguette) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 37 |
+
| `hamburger.glb` | [HAMBURGER](https://sketchfab.com/3d-models/hamburger-b4cc15417d58445ebb698229d6161e61) | [gelmi.com.br](https://sketchfab.com/rodrigogelmi) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 38 |
+
| `pencil.glb` | [Pencil](https://sketchfab.com/3d-models/pencil-e67db84c8d2442519353afbae5220de0) | [Akshat](https://sketchfab.com/shooter24994) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 39 |
+
| `rubber_duck.glb` | [Rubber duck](https://sketchfab.com/3d-models/rubber-duck-f1de4fc390db4266a509b9739350512a) | [Ikki_3d](https://sketchfab.com/ikki_3d) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 40 |
+
| `small_trees.glb` | [Small Trees](https://sketchfab.com/3d-models/small-trees-18445272ace448ceb1429a96f5ecc31b) | [BazukaliKartal](https://sketchfab.com/BazukaliKartal) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 41 |
+
| `some_eraser.glb` | [some eraser](https://sketchfab.com/3d-models/some-eraser-6732042e258b469a84262c07ec5b86a8) | [Artieee](https://sketchfab.com/Artieee) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 42 |
+
| `take_away_coffee_cup_set.glb` | [Take Away Coffee Cup Set](https://sketchfab.com/3d-models/take-away-coffee-cup-set-2b7a38b71d78439b81e329c5540197ea) | [Wendy.H.L](https://sketchfab.com/Wendy.H.L) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
| 43 |
+
| `stablio_color_pen_high_quality/` | [Stablio Color Pen High Quality](https://sketchfab.com/3d-models/stablio-color-pen-high-quality-1743535b3d5e4cf5a897fa7b192e136c) | [barsoomerian](https://sketchfab.com/barsoomerian) | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) |
|
dataset_preview.gif
ADDED
|
Git LFS Details
|
dataset_preview.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8724d4a27adeccb4c682b3e6b5effcff1b639a34dde01eed868bfade6f374957
|
| 3 |
+
size 3206833
|
images/frame_000103.jpg
ADDED
|
Git LFS Details
|
images/frame_000117.jpg
ADDED
|
Git LFS Details
|
images/frame_000329.jpg
ADDED
|
Git LFS Details
|
images/frame_000467.jpg
ADDED
|
Git LFS Details
|
images/frame_000659.jpg
ADDED
|
Git LFS Details
|
images/frame_000665.jpg
ADDED
|
Git LFS Details
|
images/frame_000671.jpg
ADDED
|
Git LFS Details
|
images/frame_000842.jpg
ADDED
|
Git LFS Details
|
images/frame_000856.jpg
ADDED
|
Git LFS Details
|
images/frame_000881.jpg
ADDED
|
Git LFS Details
|
images/frame_000895.jpg
ADDED
|
Git LFS Details
|
images/frame_001023.jpg
ADDED
|
Git LFS Details
|
images/frame_001037.jpg
ADDED
|
Git LFS Details
|
images/frame_001209.jpg
ADDED
|
Git LFS Details
|
images/frame_001221.jpg
ADDED
|
Git LFS Details
|
images/frame_001235.jpg
ADDED
|
Git LFS Details
|
images/frame_001547.jpg
ADDED
|
Git LFS Details
|
images/frame_001553.jpg
ADDED
|
Git LFS Details
|
images/frame_001584.jpg
ADDED
|
Git LFS Details
|
images/frame_001590.jpg
ADDED
|
Git LFS Details
|
images/frame_001745.jpg
ADDED
|
Git LFS Details
|
images/frame_001751.jpg
ADDED
|
Git LFS Details
|
images/frame_001779.jpg
ADDED
|
Git LFS Details
|
images/frame_001989.jpg
ADDED
|
Git LFS Details
|
images/frame_002066.jpg
ADDED
|
Git LFS Details
|
images/frame_002072.jpg
ADDED
|
Git LFS Details
|
images/frame_002099.jpg
ADDED
|
Git LFS Details
|
images/frame_002258.jpg
ADDED
|
Git LFS Details
|
images/frame_002270.jpg
ADDED
|
Git LFS Details
|
images/frame_002700.jpg
ADDED
|
Git LFS Details
|
images/frame_002714.jpg
ADDED
|
Git LFS Details
|
images/frame_002728.jpg
ADDED
|
Git LFS Details
|
images/frame_002927.jpg
ADDED
|
Git LFS Details
|
images/frame_002933.jpg
ADDED
|
Git LFS Details
|
images/frame_003146.jpg
ADDED
|
Git LFS Details
|
images/frame_003152.jpg
ADDED
|
Git LFS Details
|
images/frame_003344.jpg
ADDED
|
Git LFS Details
|
images/frame_003350.jpg
ADDED
|
Git LFS Details
|
images/frame_003378.jpg
ADDED
|
Git LFS Details
|
images/frame_003387.jpg
ADDED
|
Git LFS Details
|
images/frame_003393.jpg
ADDED
|
Git LFS Details
|
images/frame_003422.jpg
ADDED
|
Git LFS Details
|
images/frame_003436.jpg
ADDED
|
Git LFS Details
|
images/frame_003620.jpg
ADDED
|
Git LFS Details
|
images/frame_003634.jpg
ADDED
|
Git LFS Details
|
images/manual_frame_00021760_jpg.rf.V1oipD4bZxhE3IqR5yeS.jpg
ADDED
|
Git LFS Details
|