parser.add_argument('-R','--recreate',action='store_true',help='If set, I\'ll first erase the current database')
parser.add_argument('-v','--verbose',action='count',help='Do SQL operations in a verbose way?')
parser.add_argument('-D','--directory',metavar='DIR',default='../CASME2/Cropped/',help='The path to the directory containing the subjects folders, which have the frames')
parser.add_argument('--extension',metavar='STR',default='.jpg',help='The file extension of the image files from the CASME2 database')
parser.add_argument('-A','--annotdir',metavar='DIR',default='bob/db/casme2/annotations.csv',help="Change the relative path to the directory containing the action_unit information file of the CASME2 database (defaults to %(default)s)")