diff --git a/third_part/face3d/util/visualizer.py b/third_part/face3d/util/visualizer.py index 4023a6d4..fdfa4d8a 100644 --- a/third_part/face3d/util/visualizer.py +++ b/third_part/face3d/util/visualizer.py @@ -54,7 +54,7 @@ def __init__(self, opt): opt -- stores all the experiment flags; needs to be a subclass of BaseOptions Step 1: Cache the training/test options Step 2: create a tensorboard writer - Step 3: create an HTML object for saveing HTML filters + Step 3: create an HTML object for saving HTML filters Step 4: create a logging file to store training losses """ self.opt = opt # cache the option @@ -155,10 +155,10 @@ def __init__(self, opt): opt -- stores all the experiment flags; needs to be a subclass of BaseOptions Step 1: Cache the training/test options Step 2: create a tensorboard writer - Step 3: create an HTML object for saveing HTML filters + Step 3: create an HTML object for saving HTML filters Step 4: create a logging file to store training losses """ - self.opt = opt # cache the optio + self.opt = opt # cache the option self.name = opt.name self.img_dir = os.path.join(opt.checkpoints_dir, opt.name, 'results')