Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimatura/pyhog
Python wrapper for Pedro's HOG features.
https://github.com/dimatura/pyhog
Last synced: about 19 hours ago
JSON representation
Python wrapper for Pedro's HOG features.
- Host: GitHub
- URL: https://github.com/dimatura/pyhog
- Owner: dimatura
- License: mit
- Created: 2012-02-28T22:49:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T20:37:43.000Z (almost 8 years ago)
- Last Synced: 2023-03-11T04:28:18.495Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 372 KB
- Stars: 19
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
pyhog
----------The Pascal VOC Toolkit comes with a Matlab/C implementation of HOG features by
Pedro Felzenszwalb, Deva Ramanan and presumably others. Since I'm not very fond
of Matlab I replaced the Matlab-specific parts for their Numpy equivalents. It
works, but it's not very efficient because it copies the array into a
Fortran-ordered version. That should be easy to fix.See an example of here: http://nbviewer.ipython.org/github/dimatura/pyhog/blob/master/pyhog_example.ipynb
Daniel Maturana - [email protected]
2012