p.add_argument('--client',type=int,action='append',choices=identities,dest='replay_client',help="Client identifier (if unset, the default, use all)")
p.add_argument('--client',type=int,action='append',choices=identities,dest='replay_client',help="Client identifier (if unset, the default, use all)")
p.add_argument('--ICB-2013',default=False,action='store_true',dest='icb2013',help="Retrieve the File list of the ICB 2013 competition anonymized test set (The 2nd competition on counter measures to 2D facial spoofing attacks).")
p.add_argument('--ICB-2013',default=False,action='store_true',dest='icb2013',help="Retrieve the File list of the ICB 2013 competition anonymized test set (The 2nd competition on counter measures to 2D facial spoofing attacks).")
p.add_argument('--ICB-2013-average-size',default=100,type=int,dest='icb2013_average_size',help="The number of accumulated frames to compute the average.")