File size: 3,558 Bytes
d5a6d77 2281934 d5a6d77 2281934 d5a6d77 be9dbe8 d5a6d77 be9dbe8 d5a6d77 be9dbe8 d5a6d77 49dc4c7 d5a6d77 49dc4c7 cf448ef 49dc4c7 cf448ef 9622c90 49dc4c7 9622c90 c89254c 49dc4c7 54311d9 49dc4c7 9622c90 49dc4c7 54311d9 49dc4c7 9622c90 49dc4c7 54311d9 49dc4c7 9622c90 49dc4c7 54311d9 aba08ee 9622c90 aba08ee 54311d9 49dc4c7 54311d9 49dc4c7 aba08ee 49dc4c7 aba08ee 49dc4c7 aba08ee 49dc4c7 aba08ee 49dc4c7 | 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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | ---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': apogon_imberbis
'1': epinephelus_marginatus
'2': pempheris_vanicolensis
'3': sparisoma_cretense
'4': thalassoma_pavo
splits:
- name: train
num_bytes: 1109944
num_examples: 230
- name: test
num_bytes: 306316
num_examples: 62
download_size: 1338703
dataset_size: 1416260
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
license: cc-by-nc-4.0
---
# π Cyprus Fish Dataset
## Dataset Summary
This dataset consists of images of various fish species that live around **Cyprus Island**. Images have been sourced from Google Images to build a classification model.
Due to the limited amount of samples per class, the data has been split into training and testing sets to facilitate reproducible research.
This dataset covers 5 species:
<div align="center">
<h3>π Species overview </h3>
<table>
<tr>
<td align="center">
<img src="https://huggingface.co/datasets/JayRay5/cyprus-fish-dataset/resolve/main/preview_apogon_imberbis.jpg" width="150" height="150" style="object-fit: cover;"/>
<br>
<b>Apogon Imberbis</b>
</td>
<td align="center">
<img src="https://huggingface.co/datasets/JayRay5/cyprus-fish-dataset/resolve/main/preview_epinephelus_marginatus.jpg" width="150" height="150" style="object-fit: cover;"/>
<br>
<b>Epinephelus Marginatus</b>
</td>
<td align="center">
<img src="https://huggingface.co/datasets/JayRay5/cyprus-fish-dataset/resolve/main/preview_pempheris_vanicolensis.jpg" width="150" height="150" style="object-fit: cover;"/>
<br>
<b>Pempheris Vanicolensis</b>
</td>
<td align="center">
<img src="https://huggingface.co/datasets/JayRay5/cyprus-fish-dataset/resolve/main/preview_sparisoma_cretense.jpg" width="150" height="150" style="object-fit: cover;"/>
<br>
<b>Sparisoma Cretense</b>
</td>
<td align="center">
<img src="https://huggingface.co/datasets/JayRay5/cyprus-fish-dataset/resolve/main/preview_thalassoma_pavo.jpg" width="150" height="150" style="object-fit: cover;"/>
<br>
<b>Thalassoma Pavo</b>
</td>
</tr>
</table>
</div>
## Supported Tasks
- **Image Classification:** The dataset is structured in folders (ImageFolder format), making it compatible with `torchvision.datasets.ImageFolder` and Hugging Face `datasets`.
## Dataset Structure
The dataset follows the standard `ImageFolder` structure:
```bash
data/
βββ train/
β βββ apogon_imberbis/
β βββ epinephelus_marginatus/
β βββ pempheris_vanicolensis/
β βββ sparisoma_cretense/
β βββ thalassoma_pavo/
βββ test/
βββ apogon_imberbis/
βββ epinephelus_marginatus/
βββ pempheris_vanicolensis/
βββ sparisoma_cretense/
βββ thalassoma_pavo/
```
**Disclaimer:** The copyright of the images belongs to their respective owners. I do not own the rights to these images.
- If you are a copyright holder and wish for your image to be removed, please open a Discussion or PR, and I will remove it immediately.
- This dataset is released under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license. Users should not use this dataset for commercial products. |