Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,20 @@ tags:
|
|
11 |
- biology
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- biology
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
+
---
|
15 |
+
# Image Classification Age Range Labels
|
16 |
+
|
17 |
+
This repository uses the following labels to categorize age ranges in image classification tasks:
|
18 |
+
|
19 |
+
> [!Warning]
|
20 |
+
> labels_list = ['0-12', '13-20', '21-44', '45-64', '65+']
|
21 |
+
|
22 |
+
the values are age range in iamge classification give the README.MD for Repository
|
23 |
+
|
24 |
+
* **0-12**: Images depicting individuals aged 0 to 12 years old.
|
25 |
+
* **13-20**: Images depicting individuals aged 13 to 20 years old.
|
26 |
+
* **21-44**: Images depicting individuals aged 21 to 44 years old.
|
27 |
+
* **45-64**: Images depicting individuals aged 45 to 64 years old.
|
28 |
+
* **65+**: Images depicting individuals aged 65 years and older.
|
29 |
+
|
30 |
+
These labels are used for training and evaluating models that predict the age range of individuals in images.
|