Skip to content
/ SY32 Public

Body detection in images program base on machine learning

Notifications You must be signed in to change notification settings

AntoinePr/SY32

Repository files navigation

SY32

Context of the project

Machine learning based program able to detect bodies on pictures.

  • Read training images and the bodies locations inside them
  • Randomly generates negative samples from files
  • Transforms pictures into normalized vectors
  • Learn from vectors with sklearn.SVM
  • Run the body detection on the input images while saving all false negatives and false positives
  • Relearn with initial images plus the false negatives and false positives
  • Detects the bodies from input pictures

How to launch

Run the main.py file as below

python main.py

The results will be stored in the results.txt file

About

Body detection in images program base on machine learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages