Skip to content
/ pydro Public

Python reimplementation of some pieces of Pedro Felzenszwalb's DPM package.

License

Notifications You must be signed in to change notification settings

kmatzen/pydro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydro

Python reimplementation of some pieces of Pedro Felzenszwalb's DPM package.

Installation

See Dockerfile for an example configuration. In particular, this installation uses Ubuntu 14.04 with the following packages installed:

  • libpython-dev
  • python-numpy
  • build-essential
  • libatlas-base-dev
  • python-msgpack
  • python-scipy

Once the dependencies are installed, build and install pydro:

python setup.py build

python setup.py install

Demo

For example API usage, look at demo.py. This loads an image with a bunch of cars and a model that detects cars. The output is an image called vis.py. Example input: input Output: output Blue boxes should appear around the cars and yellow boxes should appear around the DPM parts.

About

Python reimplementation of some pieces of Pedro Felzenszwalb's DPM package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published