Skip to content

Its deep learning problem to detect whether given image has human in it or not.

Notifications You must be signed in to change notification settings

santhiya-v/human-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

human-detection

Its deep learning problem to detect whether given image has human in it or not.

This problem is implemented using Convolution Neural Network using Keras.

Architecture followed in this convolution network is given below :

  • Convolution
  • Pooling
  • Convolution
  • Pooling
  • Fully Connected
  • Relu
  • Sigmoid

Steps Involved :

  1. Model first gets trained on 1800 images of human/non-human dataset.
  2. CNN is compiled using Adam optimizer and metric is evaluated using cross entropy loss.
  3. Then model is evaluated based on test dataset.
  4. Finally when image is given, model will be able to predict whether image has human or not.

About

Its deep learning problem to detect whether given image has human in it or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published