KenichiQaz / Padestrian-Detection-python3-implementation

Padestrian Detection in images using HOG Vector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Padestrian-Detection

Padestrian Detection using HOG vector and Svm.

This is the conversion of the matlab version in the Python. Please update if you find any issue or error.

Modules Requirements

  • Python 2.7 +
  • OpenCV
  • scikit learn
  • PyYAML

I recommend installing Python Anaconda so that all useful libraries are available at one go.

Working

  • All sample input images are placed under the Input folder.
  • Input images have two sub folders having positive and negative samples in the different folders respectively.

How To Use

Just run the Main.py. You can understand the rest while using it for the first time.

To execute

python Main.py

Contributing

We welcome your contributions. Please feel free to fork the code, play with it, make some patches and send us pull requests. MAIL me for any discussion on the project or contribution.

Support

Please open an issue on GitHub if you'd like to report a bug or request a feature.

Donate

License

The code is released under MIT license and free to use.

Status

The project is not actively maintained. I am happy to accept PRs on the project.

About

Padestrian Detection in images using HOG Vector


Languages

Language:Python 94.5%Language:Dockerfile 5.5%