mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
added sumbmodules
This commit is contained in:
parent
c451c32af7
commit
d82c54e94a
1 changed files with 16 additions and 16 deletions
|
@ -5,35 +5,35 @@ dictionary = {
|
|||
'4' : '\n',
|
||||
'5' : '0',
|
||||
'Output image format':'png',
|
||||
'NoInteractiveMode':'True',
|
||||
'NoInteractiveMode':'y',
|
||||
'Which GPU indexes to choose?': '0',
|
||||
'Face type': 'wf',
|
||||
'Max number of faces from image' : '1',
|
||||
'Image size' : '512',
|
||||
'Jpeg quality' : '90',
|
||||
'Write debug images to aligned_debug?': 'False',
|
||||
'Write debug images to aligned_debug?': 'n',
|
||||
'Autobackup every N hour':'2',
|
||||
'Write preview history' : 'False',
|
||||
'Flip SRC faces randomly':'False',
|
||||
'Flip DST faces randomly':'False',
|
||||
'Write preview history' : 'n',
|
||||
'Flip SRC faces randomly':'n',
|
||||
'Flip DST faces randomly':'n',
|
||||
'Batch_size': '4',
|
||||
'Eyes and mouth priority':'n',
|
||||
'Uniform yaw distribution of samples':'True',
|
||||
'Blur out mask':'False',
|
||||
'Place models and optimizer on GPU' : 'True',
|
||||
'Use AdaBelief optimizer?' : 'True',
|
||||
'Use learning rate dropout' : 'False',
|
||||
'Enable random warp of samples' : 'True',
|
||||
'Uniform yaw distribution of samples':'y',
|
||||
'Blur out mask':'n',
|
||||
'Place models and optimizer on GPU' : 'y',
|
||||
'Use AdaBelief optimizer?' : 'y',
|
||||
'Use learning rate dropout' : 'n',
|
||||
'Enable random warp of samples' : 'y',
|
||||
'Random hue/saturation/light intensity' : '0.0',
|
||||
'GAN power' : '0.0',
|
||||
'Face style power' : '0.0',
|
||||
'Background style power': '0.0',
|
||||
'Color transfer for src faceset' : 'lct',
|
||||
'Enable gradient clipping': 'False',
|
||||
'Enable pretraining mode' : 'False',
|
||||
'Use interactive merger?':'False',
|
||||
'Enable gradient clipping': 'n',
|
||||
'Enable pretraining mode' : 'n',
|
||||
'Use interactive merger?':'n',
|
||||
'Number of workers?':'8',
|
||||
'Use saved session?':'False',
|
||||
'Use saved session?':'n',
|
||||
'Bitrate of output file in MB/s' : '16',
|
||||
'Choose erode mask modifier': '0.0',
|
||||
'Choose blur mask modifier' : '0.0',
|
||||
|
@ -44,7 +44,7 @@ dictionary = {
|
|||
'Choose image degrade by bicubic rescale power' : '0',
|
||||
'Degrade color power of final image' : '0',
|
||||
'Color transfer to predicted face' : 'rct',
|
||||
'Override' : 'True',
|
||||
'Override' : 'y',
|
||||
}
|
||||
cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
|
||||
os.system(cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue