Code Monkey home page Code Monkey logo

human_detector's Introduction

Human_detector

Given the Dior - Eau de Parfum commercial, use any existing algorithms to generate a video that shows the existence of humans within the video by drawing boxes around them for each frame.

Resources

https://thedatafrog.com/en/articles/human-detection-video/

https://github.com/vinay0410/Pedestrian_Detection/blob/master/detectmulti.py

https://www.pyimagesearch.com/2015/11/16/hog-detectmultiscale-parameters-explained/

https://medium.com/swlh/creating-your-own-custom-object-detector-using-transfer-learning-f26918697889

https://github.com/opencv/opencv/tree/master/data/haarcascades

Results

HOG (histogram of gradients) of open cv implementation

v1.0 - Hog implementation without hyperparameter tuning (winstride, padding, scale) : disappointing results

v1.1 - Hog implementation with hyperparameter tuning : a bit better but doesn't work well

v1.2 - Hog implementation with hyperparameter tuning and non maxima suppression : similar results with v1.1

Use of haarcascade pre trained models from opencv

v2.0 - Use of fullbody haarcascade : bad results - similar with HOG implementation

v2.1 - Use of frontalface haarcascade : much better results but work only with faces and doesn't recognize a human body

TO DO

1 - Package it

2 - Unit test

3 - Docstring and type inference

4 - Docker

5 - Improve algo performance :

  • hyperparameter tuning of HOG opencv implementation (padding & scale)
  • implement non-maxima suppression
  • use pre trained open cv model haarcascade full body classifier
  • implement a deep learning solution (use transfer learning)
  • test with only human faces detection ?

6 - Implement Github CI Actions

human_detector's People

Contributors

damien1994 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.