license: cc0-1.0 | |
## Sports Image Classification dataset | |
From Kaggle: [100 Sports Image Classification](https://www.kaggle.com/datasets/ponrajsubramaniian/sportclassificationdataset) | |
Collection of sports images covering 100 different sports. Images are 224x224x3 jpg format. | |
Data is separated into train, test and valid directories. | |
* 13493 train images | |
* 500 test images | |
* 500 validate images | |
Additionallly a csv file is included for those that wish to use it to create there own train, test and validation datasets. | |
### Clone | |
``` | |
git clone https://huggingface.co/datasets/HES-XPLAIN/SportsImageClassification | |
``` | |
or | |
``` | |
git clone git@hf.co:datasets/HES-XPLAIN/SportsImageClassification | |
``` | |
### Modify dataset | |
To add data, ensure to install LFS. | |
``` | |
git lfs install | |
``` | |
Then proceed accordingly with `git add` and `git push`. | |