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

https://github.com/griffintaur/padestrian-detection

Padestrian Detection in images using HOG Vector
https://github.com/griffintaur/padestrian-detection

opencv python svm

Last synced: 4 months ago
JSON representation

Padestrian Detection in images using HOG Vector

Awesome Lists containing this project

README

        

# 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]([email protected]) for any discussion on the project or contribution.

# Support
Please [open an issue on GitHub](https://github.com/Griffintaur/Padestrian-Detection/issues/new) if you'd like to report a bug or request a feature.

[![Donate](https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png)](https://www.paypal.me/kitabkalam/25usd)

## 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.