visiongrader
Presentation
visiongrader is a scoring tool for detection algorithms. It is mainly used with face and pedestrian recognition, but noting prevents you from using it with another type of data, provided you write a parser for the data.
It is build in a modular way, so that you cas easily add new kind of data support, and new scoring algorithms.
Installation
The git addess of the project is
git://visiongrader.git.sourceforge.net/gitroot/visiongrader/visiongrader
If you are not familiar with git, simply make sure you have git installed on your system, and type
git clone git://visiongrader.git.sourceforge.net/gitroot/visiongrader/visiongrader
Dependences
The program is written in python, so obviously you will need python to run it. Python 2.5 or 2.6 will work. It has not been tested with other versions.
The plotter requires matplotlib (the pylab interface, actually) to run.
Getting help
You can get help on the help page.