--opt path changed
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ original_frame_list = []
|
|
51 |
mask_list = []
|
52 |
|
53 |
parser = argparse.ArgumentParser()
|
54 |
-
parser.add_argument('--opt', default='
|
55 |
help='Please select your config file for inference')
|
56 |
# video completion
|
57 |
parser.add_argument('--mode', default='object_removal', choices=[
|
|
|
51 |
mask_list = []
|
52 |
|
53 |
parser = argparse.ArgumentParser()
|
54 |
+
parser.add_argument('--opt', default='./configs/object_removal.yaml',
|
55 |
help='Please select your config file for inference')
|
56 |
# video completion
|
57 |
parser.add_argument('--mode', default='object_removal', choices=[
|