Algorithm Submission
Each submitted algorithm must be a Win32 console application with the following list of parameters:
LIVENESS_XYZ.exe [ndataset] [inputfile] [outputfile]
- LIVENESS_XYZ.exe executable name, where XYZ is the identification number of the participant
- Format : Win32 console application (.exe)
- Identification number of the data set to analyze
- Legend: 1=Clarkson LG, 2=Clarkson Dalsa, 3=Warsaw
- Txt file with the list of images to analyze. Each image will be in the same format as the training data.
- Txt file with the output of each processed image with a "return" between each output, in the same order of inputfile. There will be one output file for each input file. The output is an integer value representing a posterior probability of the live class given the image or a degree of "liveness" normalized in the range 0 and 100 (100 is the maximum degree of liveness, 0 means that the image is fake). In the case that the algorithm has not been able to process the image, the correspondent output must be -1000 (failure to enroll).
- Each user can configure his algorithm by the training set available after registration. Only Win32 console applications with the above characteristics will be accepted for the competition.
- Participants may also choose to publish a description and/or source code of their algorithm, but this is not mandatory.