parser.add_argument('-D','--directory',default=".",help="The directory where the results should be collected from; might include search patterns as '*'.")
parser.add_argument('-o','--output',help="Name of the output file that will contain the EER/HTER scores")
parser.add_argument('-r','--report-type',default="comparison",choices=("comparison","search"),help="Type of the report. For `comparison`, CMC(rank=1) and TPIR (FAR=[0.1, 0.01 and 0.001] ) will be reported. For the search DIR (rank=1) and TPIR (FAR=[0.1, 0.01 and 0.001] is reported")
parser.add_argument('directory',default=".",help="The directory where the results should be collected from.")
parser.add_argument('-r','--report-type',default="comparison",choices=("comparison","search"),help="Type of the report. For `comparison`, RR and TPIR (FAR=[0.1, 0.01 and 0.001] ) will be reported. For the search DIR (rank=1, under FAR=[0.1, 0.01]) is reported")