File size: 1,947 Bytes
db666c0
 
 
efc32a6
 
 
 
 
 
 
 
126f9e0
efc32a6
 
 
6f42d92
efc32a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
license: mit
---
# Dataset Card for Dataset Name
Database for lego sorter model uploaded <br>

This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).

## Dataset Details

### Dataset Description
Sample database for the my lego sorter model uploaded <br>
Contains both sample images from each class as well as a numpy array file (.npy) that contains every image (~6000) used to train the model. The numpy file was created so that the dataset could be loaded into Google Collab.
- **Curated by:** Aveek Goswami, Amos Koh

### Dataset Sources
- **Repository:** https://github.com/magichampz/lego-sorting-machine-ag-ak

## Uses
Dataset may be used to train any machine learning model.  

### Direct Use
Best use for this dataset is to train a model with similar architecture to the lego sorter model I uploaded. Dataset images designed to be classified into 7 distinct lego technic classes


## Dataset Structure
database-sample contains 7 folders, each containing images from different categories of lego technic pieces. <br>
A .npy file is also uploaded, which has a shape of (5953,2), which means 5953 entries, with each entry containing the full image as one data point and the category label as the other data point.

### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
#### Data Collection and Processing
All images were not processed, they were stored as the original image both in the folders and the numpy array. Image processing occurs in the odel training script uploaded as part of the lego sorter model repo

### Recommendations
All images were taken under constant lighting conditions with a raspberry PiCamera 2, which limited the quality of the images obtained.