File size: 850 Bytes
f30ff8b
 
 
e3a1262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2cdb92b
e3a1262
 
 
 
 
2cdb92b
 
 
 
 
 
 
 
e3a1262
 
 
 
 
 
 
2cdb92b
 
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
38
39
40
41
42
---
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`.