Searched refs:diff_path (Results 1 – 2 of 2) sorted by relevance
74 self.diff_path = os.path.join(self.output_path, 'diff')75 if not os.path.exists(self.diff_path):76 os.makedirs(self.diff_path)78 self.image_locations = ImageLocations(self.output_path, self.diff_path,246 def __init__(self, output_path, diff_path, two_labels): argument256 self.diff_path = diff_path271 image: os.path.join(self.diff_path, image) for image in self.images
351 for diff_path in patch_file_paths:353 diff_path.as_posix(),