Skip to content

Commit

Permalink
Update test_options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NNNNAI committed Jul 19, 2021
1 parent fc4b701 commit 49287ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion options/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def initialize(self):
self.parser.add_argument("--output_path", type=str, default='./output/', help="results path")
self.parser.add_argument('--id_thres', type=float, default=0.03, help='how many test images to run')
self.parser.add_argument('--no_simswaplogo', action='store_true', help='Remove the watermark')
self.parser.add_argument('--use_mask', action='store_true', help='Use mask for better result')


self.isTrain = False

0 comments on commit 49287ca

Please sign in to comment.