mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 21:13:20 -07:00
change jpeg quality to 50%
This commit is contained in:
parent
8016ee32cc
commit
3bbc008207
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class ExtractSubprocessor(SubprocessorBase):
|
|||
result.append (output_file)
|
||||
|
||||
if self.debug:
|
||||
cv2.imwrite(debug_output_file, debug_image )
|
||||
cv2.imwrite(debug_output_file, debug_image, [int(cv2.IMWRITE_JPEG_QUALITY), 50] )
|
||||
|
||||
return result
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue