parser.add_argument('-l','--legends',nargs='+',help="A list of legend strings used for ROC, CMC and DET plots; THE NUMBER OF PLOTS SHOULD BE MULTIPLE OF THE NUMBER OF LEGGENDS. IN THAT WAY, EACH SEGMENT WILL BE AVERAGED")
parser.add_argument('-i','--linestyle',nargs='+',help="A list of line styles ROC, CMC and DET plots; THE NUMBER OF PLOTS SHOULD BE MULTIPLE OF THE NUMBER OF LEGGENDS. IN THAT WAY, EACH SEGMENT WILL BE AVERAGED")
parser.add_argument('-i','--linestyle',nargs='+',help="A list of line styles for the ROC, CMC and DET plots; THE NUMBER OF PLOTS SHOULD BE MULTIPLE OF THE NUMBER OF LEGGENDS. IN THAT WAY, EACH SEGMENT WILL BE AVERAGED")
parser.add_argument('-c','--colors',nargs='+',help="A list of line colors for the ROC, CMC and DET plots.")
parser.add_argument('-F','--legend-font-size',type=int,default=8,help="Set the font size of the legends.")
parser.add_argument('-P','--legend-position',type=int,help="Set the font size of the legends.")