update documentation

This commit is contained in:
Vladimir Mandic
2023-02-14 10:12:49 -05:00
parent 4d3164a30a
commit 9fec9b17fb
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ def unload_models():
if __name__ == '__main__':
# log.setLevel(logging.DEBUG)
parser = argparse.ArgumentParser(description = 'image watermarking')
parser = argparse.ArgumentParser(description = 'dataset processor')
parser.add_argument('--output', type=str, required=True, help='folder to store images')
parser.add_argument('--preview', default=False, action='store_true', help = "run processing but do not store results")
parser.add_argument('--offline', default=False, action='store_true', help = "run only processing steps that do not require running server")