mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 15:23:32 -07:00
change aligned_debug files from png to jpg
This commit is contained in:
parent
fe66b6b2a1
commit
8016ee32cc
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class ExtractSubprocessor(SubprocessorBase):
|
|||
faces = data[1]
|
||||
|
||||
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()
|
||||
|
||||
for (face_idx, face) in enumerate(faces):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue