added sumbmodules

This commit is contained in:
leno3003 2022-03-31 11:49:06 +02:00
parent c451c32af7
commit d82c54e94a

View file

@ -5,35 +5,35 @@ dictionary = {
'4' : '\n', '4' : '\n',
'5' : '0', '5' : '0',
'Output image format':'png', 'Output image format':'png',
'NoInteractiveMode':'True', 'NoInteractiveMode':'y',
'Which GPU indexes to choose?': '0', 'Which GPU indexes to choose?': '0',
'Face type': 'wf', 'Face type': 'wf',
'Max number of faces from image' : '1', 'Max number of faces from image' : '1',
'Image size' : '512', 'Image size' : '512',
'Jpeg quality' : '90', 'Jpeg quality' : '90',
'Write debug images to aligned_debug?': 'False', 'Write debug images to aligned_debug?': 'n',
'Autobackup every N hour':'2', 'Autobackup every N hour':'2',
'Write preview history' : 'False', 'Write preview history' : 'n',
'Flip SRC faces randomly':'False', 'Flip SRC faces randomly':'n',
'Flip DST faces randomly':'False', 'Flip DST faces randomly':'n',
'Batch_size': '4', 'Batch_size': '4',
'Eyes and mouth priority':'n', 'Eyes and mouth priority':'n',
'Uniform yaw distribution of samples':'True', 'Uniform yaw distribution of samples':'y',
'Blur out mask':'False', 'Blur out mask':'n',
'Place models and optimizer on GPU' : 'True', 'Place models and optimizer on GPU' : 'y',
'Use AdaBelief optimizer?' : 'True', 'Use AdaBelief optimizer?' : 'y',
'Use learning rate dropout' : 'False', 'Use learning rate dropout' : 'n',
'Enable random warp of samples' : 'True', 'Enable random warp of samples' : 'y',
'Random hue/saturation/light intensity' : '0.0', 'Random hue/saturation/light intensity' : '0.0',
'GAN power' : '0.0', 'GAN power' : '0.0',
'Face style power' : '0.0', 'Face style power' : '0.0',
'Background style power': '0.0', 'Background style power': '0.0',
'Color transfer for src faceset' : 'lct', 'Color transfer for src faceset' : 'lct',
'Enable gradient clipping': 'False', 'Enable gradient clipping': 'n',
'Enable pretraining mode' : 'False', 'Enable pretraining mode' : 'n',
'Use interactive merger?':'False', 'Use interactive merger?':'n',
'Number of workers?':'8', 'Number of workers?':'8',
'Use saved session?':'False', 'Use saved session?':'n',
'Bitrate of output file in MB/s' : '16', 'Bitrate of output file in MB/s' : '16',
'Choose erode mask modifier': '0.0', 'Choose erode mask modifier': '0.0',
'Choose blur mask modifier' : '0.0', 'Choose blur mask modifier' : '0.0',
@ -44,7 +44,7 @@ dictionary = {
'Choose image degrade by bicubic rescale power' : '0', 'Choose image degrade by bicubic rescale power' : '0',
'Degrade color power of final image' : '0', 'Degrade color power of final image' : '0',
'Color transfer to predicted face' : 'rct', 'Color transfer to predicted face' : 'rct',
'Override' : 'True', 'Override' : 'y',
} }
cmd = 'mkdir DeepFaceLab_Linux/workspace/interact' cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
os.system(cmd) os.system(cmd)