Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
File size: 898 Bytes
a9aa1b1 4f36af4 |
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: apache-2.0
task_categories:
- image-classification
language:
- en
tags:
- Age
- Classification
- 0-65+
- biology
size_categories:
- 10K<n<100K
---
# Image Classification Age Range Labels
This repository uses the following labels to categorize age ranges in image classification tasks:
> [!Warning]
> labels_list = ['0-12', '13-20', '21-44', '45-64', '65+']
the values are age range in iamge classification give the README.MD for Repository
* **0-12**: Images depicting individuals aged 0 to 12 years old.
* **13-20**: Images depicting individuals aged 13 to 20 years old.
* **21-44**: Images depicting individuals aged 21 to 44 years old.
* **45-64**: Images depicting individuals aged 45 to 64 years old.
* **65+**: Images depicting individuals aged 65 years and older.
These labels are used for training and evaluating models that predict the age range of individuals in images. |