Quellcode durchsuchen

Update test_options.py

NNNNAI vor 4 Jahren
Ursprung
Commit
c9b15112ae
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      options/test_options.py

+ 2 - 2
options/test_options.py

@@ -18,8 +18,8 @@ class TestOptions(BaseOptions):
         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')