Executing Vulnerability Analysis Experiment¶
It is desirable to conduct this experiment at last (or after single channel PAD experiments) so that it can re-use the extracted features of CNN+LR method on VIS channel.
However, the PAD experiments do not use the pics data from XCSMAD. These pictures should be processed as follows:
Run the script
process_pics.pyfrom the package to obtain the extracted features from pictures data.Now features of complete XCSMAD data have been extratced, but in different directories (one for videos, and another for pics). Bob requires the data to be present in the same directory. Therefore, you should create a dummy
extracteddirectory which provides links to the extratced directories of videos and pics. This can be accomplished by scriptlink_verification_data.pyin the package.Subsequently the verification experiment can be run using
verify.pycommand.The matching scores should be split into
licitandspoofscores to analyse its vulnerability. The scriptsplit_vuln_scores.pywill generate two separate score files in the same score folder— which should be provided to the bob command to generate histogram of scores.
All the necessary commands are generated through the provided script.