--- license: mit --- # Dataset Card for Dataset Name Database for lego sorter model uploaded
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
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.
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 #### 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.