An open API service indexing awesome lists of open source software.

https://github.com/vybhav72954/human_detector

Boilerplate code for Human Detection, using Images
https://github.com/vybhav72954/human_detector

human-activity-recognition human-computer-interaction human-detection image image-processing opencv opensource

Last synced: about 2 months ago
JSON representation

Boilerplate code for Human Detection, using Images

Awesome Lists containing this project

README

          

# Human_Detector

A really basic (boilerplate) code for Human_detection using OpenCV.
The script `human_detector.py` is the Wrapper around, `HOG-SVM` model already implemented in OpenCV.

## Note

The aim of the script is not Accuracy, but ease of usability.

## Dependency

- OpenCV
- Numpy
- Imutils
- Jupyter
and associated packages.

These are summarised in `requirement.txt`

## Setup

1. A virtual environment (recommended)
1. `pip install -r requirements.txt`
1. Open the [Jupyter Notebook](human_detector.ipynb).
1. The Steps, details and guidelines can be found in comments.

## Output

- Using Images

![](asset/output_img.PNG)

- Using Video

![](asset/output_video.gif)

## Disclaimer
- I have used the most basic SVM Histogram, as it is simple to implement.
- Accuracy is not the Aim
- The Script is as simple as it can be

## Author(s)

Made by [Vybhav Chaturvedi](https://www.linkedin.com/in/vybhav-chaturvedi-0ba82614a/)