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
- Host: GitHub
- URL: https://github.com/griffintaur/padestrian-detection
- Owner: Griffintaur
- Created: 2017-08-29T13:32:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T07:39:23.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T01:41:56.156Z (4 months ago)
- Topics: opencv, python, svm
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 22
- Watchers: 3
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.[](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.