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 3, 2021
1 parent d36483f commit c9b1511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def initialize(self):
self.parser.add_argument("--pic_a_path", type=str, default='./crop_224/gdg.jpg', help="Person who provides identity information")
self.parser.add_argument("--pic_b_path", type=str, default='./crop_224/zrf.jpg', help="Person who provides information other than their identity")
self.parser.add_argument("--pic_specific_path", type=str, default='./crop_224/zrf.jpg', help="The specific person to be swapped")
self.parser.add_argument("--mutilsepcific_dir", type=str, default='./demo_file/mutilspecific', help="Dir for mutil specific")
self.parser.add_argument("--video_path", type=str, default='./demo_file/mutil_people_1080p.mp4', help="path for the video to swap")
self.parser.add_argument("--multisepcific_dir", type=str, default='./demo_file/multispecific', help="Dir for multi specific")
self.parser.add_argument("--video_path", type=str, default='./demo_file/multi_people_1080p.mp4', help="path for the video to swap")
self.parser.add_argument("--temp_path", type=str, default='./temp_results', help="path to save temporarily images")
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')
Expand Down

0 comments on commit c9b1511

Please sign in to comment.