Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,65 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: gpl-2.0
|
| 3 |
-
configs:
|
| 4 |
-
- config_name: default
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: data/train-*
|
| 8 |
-
dataset_info:
|
| 9 |
-
features:
|
| 10 |
-
- name: image
|
| 11 |
-
dtype: image
|
| 12 |
-
- name: label
|
| 13 |
-
dtype:
|
| 14 |
-
class_label:
|
| 15 |
-
names:
|
| 16 |
-
'0': Butterfly
|
| 17 |
-
'1': Cat
|
| 18 |
-
'2': Chicken
|
| 19 |
-
'3': Cow
|
| 20 |
-
'4': Dog
|
| 21 |
-
'5': Elephant
|
| 22 |
-
'6': Horse
|
| 23 |
-
'7': Sheep
|
| 24 |
-
'8': Spider
|
| 25 |
-
'9': Squirrel
|
| 26 |
-
splits:
|
| 27 |
-
- name: train
|
| 28 |
-
num_bytes: 300304734.49
|
| 29 |
-
num_examples: 23554
|
| 30 |
-
download_size: 318523927
|
| 31 |
-
dataset_size: 300304734.49
|
| 32 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: image
|
| 11 |
+
dtype: image
|
| 12 |
+
- name: label
|
| 13 |
+
dtype:
|
| 14 |
+
class_label:
|
| 15 |
+
names:
|
| 16 |
+
'0': Butterfly
|
| 17 |
+
'1': Cat
|
| 18 |
+
'2': Chicken
|
| 19 |
+
'3': Cow
|
| 20 |
+
'4': Dog
|
| 21 |
+
'5': Elephant
|
| 22 |
+
'6': Horse
|
| 23 |
+
'7': Sheep
|
| 24 |
+
'8': Spider
|
| 25 |
+
'9': Squirrel
|
| 26 |
+
splits:
|
| 27 |
+
- name: train
|
| 28 |
+
num_bytes: 300304734.49
|
| 29 |
+
num_examples: 23554
|
| 30 |
+
download_size: 318523927
|
| 31 |
+
dataset_size: 300304734.49
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
# Rapidata Animals-10
|
| 35 |
+
|
| 36 |
+
We took this existing Animals-10 dataset from [kaggle](https://www.kaggle.com/datasets/alessiocorrado99/animals10) and cleaned it using Rapidata's crowd, as detailed in this [blog post](https://rapidata.ai/blog/animal-classification).
|
| 37 |
+
|
| 38 |
+
## Dataset Details
|
| 39 |
+
|
| 40 |
+
10 classes: Butterfly, Cat, Chicken, Cow, Dog, Elephant, Horse, Sheep Spider, Squirrel
|
| 41 |
+
23554 Images
|
| 42 |
+
|
| 43 |
+
In total, 124k labels were collected by human annotators, so each image is cross-validated on average by 5 independent annotators.
|
| 44 |
+
|
| 45 |
+
- **Curated by:** [canwiper]
|
| 46 |
+
- **Funded by:** [Rapidata]
|
| 47 |
+
- **License:** [gpl-2.0]
|
| 48 |
+
|
| 49 |
+
### Dataset Sources
|
| 50 |
+
|
| 51 |
+
<!-- Provide the basic links for the dataset. -->
|
| 52 |
+
|
| 53 |
+
- **Blog Post:** [blog post](https://rapidata.ai/blog/animal-classification)
|
| 54 |
+
|
| 55 |
+
## Dataset Structure
|
| 56 |
+
|
| 57 |
+
Structured by folders named after each of the 10 different animals.
|
| 58 |
+
|
| 59 |
+
### Source Data
|
| 60 |
+
|
| 61 |
+
https://www.kaggle.com/datasets/alessiocorrado99/animals10
|
| 62 |
+
|
| 63 |
+
## Dataset Contact
|
| 64 |
+
|
| 65 |
+
marian@rapidata.ai
|