| --- |
| 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 |
| ``` |
|
|
| To add data, ensure to install LFS. |
|
|
| ``` |
| git lfs install |
| |
| ``` |
|
|
|
|