oguzakif commited on
Commit
b5ce74e
·
1 Parent(s): f4c1e03

--opt argument updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ original_frame_list = []
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=[
 
51
  mask_list = []
52
 
53
  parser = argparse.ArgumentParser()
54
+ parser.add_argument('--opt', default='tool/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=[