https://github.com/sayamalt/children-adult-classification
Successfully established a deep learning model which can precisely classify a human being as a child or an adult.
https://github.com/sayamalt/children-adult-classification
computer-vision convolutional-neural-networks image-data-generator image-recognition opencv
Last synced: 2 months ago
JSON representation
Successfully established a deep learning model which can precisely classify a human being as a child or an adult.
- Host: GitHub
- URL: https://github.com/sayamalt/children-adult-classification
- Owner: SayamAlt
- Created: 2022-11-13T12:11:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T12:26:41.000Z (over 2 years ago)
- Last Synced: 2024-12-28T08:09:54.794Z (4 months ago)
- Topics: computer-vision, convolutional-neural-networks, image-data-generator, image-recognition, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 16.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Children-Adult-Classification

## Overview
For a very long period, object detection in visual platforms has been researched. It can be used to detect people walking, cars driving, classify people by age or gender, and more. Finding a target's exact placement within a scene is the basic goal of object detection. Features must be robust, differential, and simple to calculate in order to detect objects accurately in real-time. Social security benefits from the categorization of children and adults since it makes it much simpler to apprehend criminals based on bodily characteristics. Several research of classification between children and adults have been introduced for categorization. In light of it, the aim of this project is to divide pedestrians into two groups, namely children and adults.
## About Dataset
The dataset contains 2 folders: one with test data and the other one with train data.
The train-test-split ratio is 0.15, with the test dataset containing 120 images and the train dataset containing 680.
The images have a resolution of 370x320 pixels in RGB color model.
Both the folders contain 2 classes:Adults
Children
## AcknowledgementsThe dataset was obtained downloading images from internet websites such as https://www.istockphoto.com and https://pixabay.com.
The obtained images were randomly shuffled and resized so that all the images had a resolution of 370x320 pixels.
Then, they were split into train and test datasets and saved.