Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: gpl-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Animal_Image_Dataset (Processed NPY Version)
|
| 6 |
+
|
| 7 |
+
## Dataset Summary
|
| 8 |
+
|
| 9 |
+
Original data source: https://www.kaggle.com/datasets/alessiocorrado99/animals10
|
| 10 |
+
Original dataset: Animals10 (Kaggle)
|
| 11 |
+
Original license: GPL-2.0
|
| 12 |
+
|
| 13 |
+
This repository contains a processed version of the original dataset.
|
| 14 |
+
Total size: approximately 4 GB.
|
| 15 |
+
Data format: NumPy `.npy` files.
|
| 16 |
+
|
| 17 |
+
## Dataset Structure
|
| 18 |
+
|
| 19 |
+
The dataset is stored in `.npy` format.
|
| 20 |
+
All images are reshaped to `(3, 224, 224)`.
|
| 21 |
+
|
| 22 |
+
## Preprocessing
|
| 23 |
+
|
| 24 |
+
- A small number of images with a single color channel were removed.
|
| 25 |
+
- All remaining images were reshaped to `(3, 224, 224)`.
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
|
| 29 |
+
Original dataset license: GPL-2.0
|
| 30 |
+
This processed version is released under GPL-2.0.
|