CoolFace
Datasetpublic

prithivMLmods/Age-Classification-Set

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:… See the full description on the dataset page: https://huggingface.co/datasets/prithivMLmods/Age-Classification-Set.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
3likes66downloads
README.md30 linesDownload Raw Back to root
1---2license: apache-2.03task_categories:4- image-classification5language:6- en7tags:8- Age9- Classification10- 0-65+11- biology12size_categories:13- 10K<n<100K14---15# Image Classification Age Range Labels16 17This 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 22the values are age range in iamge classification give the README.MD for Repository23 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 30These labels are used for training and evaluating models that predict the age range of individuals in images.