Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Well it is the collection of file names only. In your case like a.jpg. The usage is as follows:

Usage: ./performance -data (classifier_directory_name) -info (collection_file_name) [-maxSizeDiff (max_size_difference = 1.500000)] [-maxPosDiff (max_position_difference = 0.300000)] [-sf (scale_factor = 1.200000)] [-ni] [-nos (number_of_stages = -1)] [-rs (roc_size = 40)] [-w (sample_width = 24)] [-h (sample_height = 24)]

Sample usage can be:

performance.exe -data haarcascade -w 20 -h 20 -info tests.txt -ni

Where tests.txt has the list of file names.