Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
pretty_name: legobricks
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
---
|
9 |
+
|
10 |
+
# Dataset Card for LegoBricks
|
11 |
+
|
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/} database).
|
16 |
+
Each part has 40 images of different rotation angles and colors. Colors are sampled randomly, weighted by number of occurences for that part in the database.
|
17 |
+
|
18 |
+
## Dataset Creation
|
19 |
+
|
20 |
+
Parts and statistics were extracted from [rebrickable]{https://rebrickable.com/} database. Images generated using [ldraw]{https://www.ldraw.org/}.
|
21 |
+
|
22 |
+
|