You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
def preload(parser):
|
|
parser.add_argument(
|
|
"--faceswaplab_loglevel",
|
|
default="INFO",
|
|
choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
|
|
help="Set the log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
|
|
)
|