Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ task_categories:
|
|
4 |
- image-classification
|
5 |
pretty_name: legobricks
|
6 |
size_categories:
|
7 |
-
-
|
8 |
---
|
9 |
|
10 |
# Dataset Card for LegoBricks
|
@@ -12,11 +12,16 @@ size_categories:
|
|
12 |
|
13 |
### Dataset Summary
|
14 |
|
15 |
-
3D images of LEGO Parts. Dataset contains the 1000 most common LEGO parts (according to the [rebrickable]{https://rebrickable.com/}
|
16 |
-
Each part has
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
21 |
|
|
|
22 |
|
|
|
|
|
|
|
|
4 |
- image-classification
|
5 |
pretty_name: legobricks
|
6 |
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
---
|
9 |
|
10 |
# Dataset Card for LegoBricks
|
|
|
12 |
|
13 |
### Dataset Summary
|
14 |
|
15 |
+
3D images of LEGO Parts. Dataset contains the 1000 most common LEGO parts (according to the [rebrickable database]{https://rebrickable.com/help/lego-database/}).
|
16 |
+
Each part has 400 images of different rotation angles and colors. Colors are sampled randomly, weighted by number of occurences for that part and color in the database.
|
17 |
|
18 |
+
The dataset contains a train split with 1000 classes, each represented by 400 images.
|
19 |
+
Class names are the LEGO part IDs. These ids can be used to reference the part on [BrickLink]{https://www.bricklink.com/} or [Rebrickable]{https://rebrickable.com}
|
20 |
+
Note that identical parts can be present under multipe IDs, due to mold updates by LEGO.
|
21 |
+
Alternative IDs can be found on Bricklink.
|
22 |
|
23 |
+
## Dataset Creation
|
24 |
|
25 |
+
Parts IDs and statistics were extracted from [rebrickable]{https://rebrickable.com/} database. Images generated using [ldraw]{https://www.ldraw.org/}.
|
26 |
+
This dataset is not created or endorsed by LEGO. LEGO® is a trademark of the LEGO Group of companies
|
27 |
+
|