mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 21:13:20 -07:00
Fix preview
This commit is contained in:
parent
4e83a1e9af
commit
bf0bd92492
1 changed files with 3 additions and 0 deletions
|
@ -160,6 +160,9 @@ Examples: df, liae, df-d, df-ud, liae-ud, ...
|
|||
self.options['random_warp'] = io.input_bool ("Enable random warp of samples", default_random_warp, help_message="Random warp is required to generalize facial expressions of both faces. When the face is trained enough, you can disable it to get extra sharpness and reduce subpixel shake for less amount of iterations.")
|
||||
|
||||
self.options['random_downsample'] = io.input_bool("Enable random downsample of samples", False, help_message="")
|
||||
self.options['random_noise'] = io.input_bool("Enable random noise added to samples", False, help_message="")
|
||||
self.options['random_blur'] = io.input_bool("Enable random blur of samples", False, help_message="")
|
||||
self.options['random_jpeg'] = io.input_bool("Enable random jpeg compression of samples", False, help_message="")
|
||||
self.options['gan_version'] = np.clip (io.input_int("GAN version", default_gan_version, add_info="2 or 3", help_message="Choose GAN version (v2: 7/16/2020, v3: 1/3/2021):"), 2, 3)
|
||||
|
||||
if self.options['gan_version'] == 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue