Skip to content

Commit bfd1960

Browse files
committed
[CREATE] Human Detector
1 parent 1a6ecc3 commit bfd1960

File tree

6 files changed

+730
-0
lines changed

6 files changed

+730
-0
lines changed

Python/Human_Detector/README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Human_Detector
2+
3+
A really basic (boilerplate) code for Human_detection using OpenCV.
4+
The script `human_detector.py` is the Wrapper around, `HOG-SVM` model already implemented in OpenCV.
5+
6+
## Note
7+
8+
The aim of the script is not Accuracy, but ease of usability.
9+
10+
11+
## Dependency
12+
13+
- OpenCV
14+
- Numpy
15+
- Imutils
16+
- Jupyter
17+
and associated packages.
18+
19+
These are summarised in `requirement.txt`
20+
21+
22+
## Setup
23+
24+
1. A virtual environment (recommended)
25+
1. `pip install -r requirements.txt`
26+
1. Open the [Jupyter Notebook](human_detector.ipynb).
27+
1. The Steps, details and guidelines can be found in comments.
28+
29+
30+
## Output
31+
32+
- Using Images
33+
34+
![](asset/output_img.PNG)
35+
36+
- Using Video
37+
38+
![](asset/output_video.gif)
39+
40+
41+
## Disclaimer
42+
- I have used the most basic SVM Histogram, as it is simple to implement.
43+
- Accuracy is not the Aim
44+
- The Script is as simple as it can be
45+
46+
47+
## Author(s)
48+
49+
Made by [Vybhav Chaturvedi](https://www.linkedin.com/in/vybhav-chaturvedi-0ba82614a/)
50+
2.53 MB
Loading
4.61 MB
Loading

0 commit comments

Comments
 (0)