Lines Matching refs:image_path
171 image_path = os.path.join(data_path, image_dir)
173 if not os.path.exists(image_path):
174 os.makedirs(image_path)
176 (data_path, tar_file_path, image_path))
179 report_image_paths.append(image_path)
184 image_path = os.path.join(data_path, image_dir)
186 if not os.path.exists(image_path):
187 os.makedirs(image_path)
189 (data_path, v_file_path, image_path))
192 vanilla_image_paths.append(image_path)
194 first_vanilla_image = image_path