change aligned_debug files from png to jpg

This commit is contained in:
iperov 2019-01-22 09:55:41 +04:00
parent fe66b6b2a1
commit 8016ee32cc

View file

@ -311,7 +311,7 @@ class ExtractSubprocessor(SubprocessorBase):
faces = data[1] faces = data[1]
if self.debug: if self.debug:
debug_output_file = '{}_{}'.format( str(Path(str(self.output_path) + '_debug') / filename_path.stem), 'debug.png') debug_output_file = '{}_{}'.format( str(Path(str(self.output_path) + '_debug') / filename_path.stem), 'debug.jpg')
debug_image = image.copy() debug_image = image.copy()
for (face_idx, face) in enumerate(faces): for (face_idx, face) in enumerate(faces):