File size: 738 Bytes
59b3395 | 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 | ---
license: gpl-2.0
---
# Animal_Image_Dataset (Processed NPY Version)
## Dataset Summary
Original data source: https://www.kaggle.com/datasets/alessiocorrado99/animals10
Original dataset: Animals10 (Kaggle)
Original license: GPL-2.0
This repository contains a processed version of the original dataset.
Total size: approximately 4 GB.
Data format: NumPy `.npy` files.
## Dataset Structure
The dataset is stored in `.npy` format.
All images are reshaped to `(3, 224, 224)`.
## Preprocessing
- A small number of images with a single color channel were removed.
- All remaining images were reshaped to `(3, 224, 224)`.
## License
Original dataset license: GPL-2.0
This processed version is released under GPL-2.0. |