parser.add_argument('-r','--rr',action='store_true',help="If given, the Recognition Rate will be computed.")
parser.add_argument('-t','--thresholds',type=float,nargs='+',help="If given, the Recognition Rate will incorporate an Open Set handling, rejecting all scores that are below the given threshold; when multiple thresholds are given, they are applied in the same order as the --dev-files.")
parser.add_argument('-l','--legends',nargs='+',help="A list of legend strings used for ROC, CMC and DET plots; if given, must be the same number than --dev-files.")
parser.add_argument('-F','--legend-font-size',type=int,default=18,help="Set the font size of the legends.")
parser.add_argument('-F','--legend-font-size',type=int,default=10,help="Set the font size of the legends.")
parser.add_argument('-P','--legend-position',type=int,help="Set the font size of the legends.")
parser.add_argument('-T','--title',nargs='+',help="Overwrite the default title of the plot for development (and evaluation) set")
parser.add_argument('-R','--roc',help="If given, ROC curves will be plotted into the given pdf file.")