add args.mask_save = True, add interactive_state to record, remove memory print --li

This commit is contained in:
memoryunreal
2023-04-18 04:01:14 +00:00
parent e63459fdb6
commit 579a105166
3 changed files with 104 additions and 95 deletions

View File

@@ -62,6 +62,7 @@ def parse_augment():
parser.add_argument('--sam_model_type', type=str, default="vit_h")
parser.add_argument('--port', type=int, default=6080, help="only useful when running gradio applications")
parser.add_argument('--debug', action="store_true")
parser.add_argument('--mask_save', default=True)
args = parser.parse_args()
if args.debug: