S3FD - ValueError: cannot convert float NaN to integer

The Extraction process failing on you, and you aren't getting an error back with clear instructions? Tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Extraction process. If you want to get tips, or better understand the Extract process, then you should look in the Extract Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
storrywizzard
Posts: 2
Joined: Sat Feb 13, 2021 7:14 pm

S3FD - ValueError: cannot convert float NaN to integer

Post by storrywizzard »

Hey, I ran into this problem after updating the software. So, thought somebody more experienced could help me out. This is what shows up in the software.

Code: Select all

C:\Users\Blood\faceswap\plugins\extract\detect\s3fd.py:446: RuntimeWarning: invalid value encountered in subtract
boxes[:, :2] -= boxes[:, 2:] / 2
02/14/2021 01:16:07 ERROR    Got Exception on main handler:
Traceback (most recent call last):
File "C:\Users\Blood\faceswap\lib\cli\launcher.py", line 182, in execute_script
process.process()
File "C:\Users\Blood\faceswap\scripts\extract.py", line 119, in process
self._run_extraction()
File "C:\Users\Blood\faceswap\scripts\extract.py", line 216, in _run_extraction
for idx, extract_media in enumerate(status_bar):
File "C:\Users\Blood\MiniConda3\envs\faceswap\lib\site-packages\tqdm\std.py", line 1166, in __iter__
for obj in iterable:
File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 237, in detected_faces
if self._check_and_raise_error():
File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 660, in _check_and_raise_error
if plugin.check_and_raise_error():
File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 347, in check_and_raise_error
err = thread.check_and_raise_error()
File "C:\Users\Blood\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
raise error[1].with_traceback(error[2])
File "C:\Users\Blood\faceswap\lib\multithreading.py", line 37, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 480, in _thread_process
for item in self.finalize(batch):
File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 160, in finalize
batch_faces = [[self.to_detected_face(face[0], face[1], face[2], face[3])
File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 160, in <listcomp>
batch_faces = [[self.to_detected_face(face[0], face[1], face[2], face[3])
File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 160, in <listcomp>
batch_faces = [[self.to_detected_face(face[0], face[1], face[2], face[3])
File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 197, in to_detected_face
return DetectedFace(x=int(round(left)),
ValueError: cannot convert float NaN to integer
02/14/2021 01:16:07 CRITICAL An unexpected crash has occurred. Crash report written to 'C:\Users\Blood\faceswap\crash_report.2021.02.14.011605635170.log'. You MUST provide this file if seeking assistance. Please verify you are running the latest version of faceswap before reporting
Process exited.

And this is the crash report file, sorry for posting it as code as it wont let me add it for some reason.

Code: Select all

02/14/2021 01:15:55 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiling mask threads
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_vgg_clear_input, function: <bound method Extractor._process_input of <plugins.extract.mask.vgg_clear.Mask object at 0x00000261B93939A0>>, in_queue: <queue.Queue object at 0x00000261B937BCD0>, out_queue: <queue.Queue object at 0x000002619DF0EAF0>)
02/14/2021 01:15:55 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_vgg_clear_input', thread_count: 1)
02/14/2021 01:15:55 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_vgg_clear_input'
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_vgg_clear_input
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_vgg_clear_predict, function: <bound method Masker._predict of <plugins.extract.mask.vgg_clear.Mask object at 0x00000261B93939A0>>, in_queue: <queue.Queue object at 0x000002619DF0EAF0>, out_queue: <queue.Queue object at 0x0000026248289130>)
02/14/2021 01:15:55 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_vgg_clear_predict', thread_count: 1)
02/14/2021 01:15:55 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_vgg_clear_predict'
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_vgg_clear_predict
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_vgg_clear_output, function: <bound method Extractor._process_output of <plugins.extract.mask.vgg_clear.Mask object at 0x00000261B93939A0>>, in_queue: <queue.Queue object at 0x0000026248289130>, out_queue: <queue.Queue object at 0x00000261B9393A90>)
02/14/2021 01:15:55 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_vgg_clear_output', thread_count: 1)
02/14/2021 01:15:55 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_vgg_clear_output'
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_vgg_clear_output
02/14/2021 01:15:55 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiled mask threads: [<lib.multithreading.MultiThread object at 0x000002619E7F0760>, <lib.multithreading.MultiThread object at 0x00000262482892B0>, <lib.multithreading.MultiThread object at 0x00000262482892E0>]
02/14/2021 01:15:55 MainProcess     MainThread                     session         _set_session                   INFO     Setting allow growth for GPU: PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')
02/14/2021 01:15:56 MainProcess     MainThread                     session         load_model_weights             VERBOSE  Initializing plugin model: VGG Obstructed
02/14/2021 01:15:57 MainProcess     MainThread                     session         append_softmax_activation      DEBUG    Appending Softmax Activation to model: (layer_index: -1)
02/14/2021 01:15:58 MainProcess     MainThread                     _base           initialize                     INFO     Initialized VGG Clear (Mask) with batchsize of 1
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_vgg_clear_input'
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_vgg_clear_input_0'
02/14/2021 01:15:58 MainProcess     mask_vgg_clear_input_0         _base           _thread_process                DEBUG    threading: (function: '_process_input')
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_vgg_clear_input': 1
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_vgg_clear_predict'
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_vgg_clear_predict_0'
02/14/2021 01:15:58 MainProcess     mask_vgg_clear_predict_0       _base           _thread_process                DEBUG    threading: (function: '_predict')
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_vgg_clear_predict': 1
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_vgg_clear_output'
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_vgg_clear_output_0'
02/14/2021 01:15:58 MainProcess     mask_vgg_clear_output_0        _base           _thread_process                DEBUG    threading: (function: '_process_output')
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_vgg_clear_output': 1
02/14/2021 01:15:58 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launched mask_3 plugin
02/14/2021 01:15:58 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launching mask_4 plugin
02/14/2021 01:15:58 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    in_qname: extract0_mask_4_in, out_qname: extract0_mask_4_out
02/14/2021 01:15:58 MainProcess     MainThread                     _base           initialize                     DEBUG    initialize Mask: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x00000261B9393A90>, 'out_queue': <queue.Queue object at 0x00000261B93CB8E0>})
02/14/2021 01:15:58 MainProcess     MainThread                     _base           initialize                     INFO     Initializing VGG Obstructed (Mask)...
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'mask0_predict_vgg_obstructed'
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'mask0_predict_vgg_obstructed', maxsize: 1)
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'mask0_predict_vgg_obstructed')
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'mask0_predict_vgg_obstructed'
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'mask0_post_vgg_obstructed'
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'mask0_post_vgg_obstructed', maxsize: 1)
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'mask0_post_vgg_obstructed')
02/14/2021 01:15:58 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'mask0_post_vgg_obstructed'
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiling mask threads
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_vgg_obstructed_input, function: <bound method Extractor._process_input of <plugins.extract.mask.vgg_obstructed.Mask object at 0x00000261B937BE50>>, in_queue: <queue.Queue object at 0x00000261B9393A90>, out_queue: <queue.Queue object at 0x000002619E2AD7C0>)
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_vgg_obstructed_input', thread_count: 1)
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_vgg_obstructed_input'
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_vgg_obstructed_input
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_vgg_obstructed_predict, function: <bound method Masker._predict of <plugins.extract.mask.vgg_obstructed.Mask object at 0x00000261B937BE50>>, in_queue: <queue.Queue object at 0x000002619E2AD7C0>, out_queue: <queue.Queue object at 0x000002619E2ADD60>)
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_vgg_obstructed_predict', thread_count: 1)
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_vgg_obstructed_predict'
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_vgg_obstructed_predict
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_vgg_obstructed_output, function: <bound method Extractor._process_output of <plugins.extract.mask.vgg_obstructed.Mask object at 0x00000261B937BE50>>, in_queue: <queue.Queue object at 0x000002619E2ADD60>, out_queue: <queue.Queue object at 0x00000261B93CB8E0>)
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_vgg_obstructed_output', thread_count: 1)
02/14/2021 01:15:58 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_vgg_obstructed_output'
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_vgg_obstructed_output
02/14/2021 01:15:58 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiled mask threads: [<lib.multithreading.MultiThread object at 0x000002619E120BE0>, <lib.multithreading.MultiThread object at 0x000002619E2ADEE0>, <lib.multithreading.MultiThread object at 0x000002619E2ADF10>]
02/14/2021 01:15:58 MainProcess     MainThread                     session         _set_session                   INFO     Setting allow growth for GPU: PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')
02/14/2021 01:15:59 MainProcess     MainThread                     session         load_model_weights             VERBOSE  Initializing plugin model: VGG Obstructed
02/14/2021 01:16:00 MainProcess     MainThread                     session         append_softmax_activation      DEBUG    Appending Softmax Activation to model: (layer_index: -1)
02/14/2021 01:16:01 MainProcess     MainThread                     _base           initialize                     INFO     Initialized VGG Obstructed (Mask) with batchsize of 1
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_vgg_obstructed_input'
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_vgg_obstructed_input_0'
02/14/2021 01:16:01 MainProcess     mask_vgg_obstructed_input_0    _base           _thread_process                DEBUG    threading: (function: '_process_input')
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_vgg_obstructed_input': 1
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_vgg_obstructed_predict'
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_vgg_obstructed_predict_0'
02/14/2021 01:16:01 MainProcess     mask_vgg_obstructed_predict_0  _base           _thread_process                DEBUG    threading: (function: '_predict')
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_vgg_obstructed_predict': 1
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_vgg_obstructed_output'
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_vgg_obstructed_output_0'
02/14/2021 01:16:01 MainProcess     mask_vgg_obstructed_output_0   _base           _thread_process                DEBUG    threading: (function: '_process_output')
02/14/2021 01:16:01 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_vgg_obstructed_output': 1
02/14/2021 01:16:01 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launched mask_4 plugin
02/14/2021 01:16:01 MainProcess     MainThread                     pipeline        detected_faces                 DEBUG    Running Detection. Phase: '['detect', 'align', 'mask_0', 'mask_1', 'mask_2', 'mask_3', 'mask_4']'
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000001.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000002.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000003.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000004.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000005.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000006.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000007.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000008.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000009.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000010.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000011.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000012.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000013.png
02/14/2021 01:16:01 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000014.png
02/14/2021 01:16:02 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000015.png
02/14/2021 01:16:02 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000016.png
02/14/2021 01:16:02 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000017.png
02/14/2021 01:16:03 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000018.png
02/14/2021 01:16:03 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000019.png
02/14/2021 01:16:03 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000020.png
02/14/2021 01:16:04 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000021.png
02/14/2021 01:16:04 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000022.png
02/14/2021 01:16:04 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: test video_000023.png
02/14/2021 01:16:04 MainProcess     detect_s3fd_output_0           multithreading  run                            DEBUG    Error in thread (detect_s3fd_output_0): cannot convert float NaN to integer
02/14/2021 01:16:05 MainProcess     MainThread                     multithreading  check_and_raise_error          DEBUG    Thread error caught: [(<class 'ValueError'>, ValueError('cannot convert float NaN to integer'), <traceback object at 0x0000026187CE1FC0>)]
Traceback (most recent call last):
  File "C:\Users\Blood\faceswap\lib\cli\launcher.py", line 182, in execute_script
    process.process()
  File "C:\Users\Blood\faceswap\scripts\extract.py", line 119, in process
    self._run_extraction()
  File "C:\Users\Blood\faceswap\scripts\extract.py", line 216, in _run_extraction
    for idx, extract_media in enumerate(status_bar):
  File "C:\Users\Blood\MiniConda3\envs\faceswap\lib\site-packages\tqdm\std.py", line 1166, in __iter__
    for obj in iterable:
  File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 237, in detected_faces
    if self._check_and_raise_error():
  File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 660, in _check_and_raise_error
    if plugin.check_and_raise_error():
  File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 347, in check_and_raise_error
    err = thread.check_and_raise_error()
  File "C:\Users\Blood\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
    raise error[1].with_traceback(error[2])
  File "C:\Users\Blood\faceswap\lib\multithreading.py", line 37, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 480, in _thread_process
    for item in self.finalize(batch):
  File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 160, in finalize
    batch_faces = [[self.to_detected_face(face[0], face[1], face[2], face[3])
  File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 160, in <listcomp>
    batch_faces = [[self.to_detected_face(face[0], face[1], face[2], face[3])
  File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 160, in <listcomp>
    batch_faces = [[self.to_detected_face(face[0], face[1], face[2], face[3])
  File "C:\Users\Blood\faceswap\plugins\extract\detect\_base.py", line 197, in to_detected_face
    return DetectedFace(x=int(round(left)),
ValueError: cannot convert float NaN to integer

============ System Information ============
encoding:            cp1252
git_branch:          master
git_commits:         a84462f Training - Move disable warp option out of config
gpu_cuda:            No global version found. Check Conda packages for Conda Cuda
gpu_cudnn:           No global version found. Check Conda packages for Conda cuDNN
gpu_devices:         GPU_0: GeForce RTX 3070
gpu_devices_active:  GPU_0
gpu_driver:          457.51
gpu_vram:            GPU_0: 8192MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.19041-SP0
os_release:          10
py_command:          C:\Users\Blood\faceswap\faceswap.py extract -i C:/Users/Blood/Desktop/test video.mp4 -o F:/Faceswap Project/FaceB -D s3fd -A fan -M unet-dfl vgg-clear vgg-obstructed -nm none -rf 0 -min 0 -l 0.4 -sz 512 -een 1 -si 0 -L INFO -gui
py_conda_version:    conda 4.9.2
py_implementation:   CPython
py_version:          3.8.5
py_virtual_env:      True
sys_cores:           16
sys_processor:       AMD64 Family 23 Model 8 Stepping 2, AuthenticAMD
sys_ram:             Total: 32716MB, Available: 20301MB, Used: 12414MB, Free: 20301MB

=============== Pip Packages ===============
absl-py @ file:///tmp/build/80754af9/absl-py_1607439979954/work
aiohttp @ file:///C:/ci/aiohttp_1607109697839/work
astunparse==1.6.3
async-timeout==3.0.1
attrs @ file:///tmp/build/80754af9/attrs_1604765588209/work
blinker==1.4
brotlipy==0.7.0
cachetools @ file:///tmp/build/80754af9/cachetools_1611600262290/work
certifi==2020.12.5
cffi @ file:///C:/ci/cffi_1606255208697/work
chardet @ file:///C:/ci/chardet_1605303225733/work
click @ file:///home/linux1/recipes/ci/click_1610990599742/work
cryptography==2.9.2
cycler==0.10.0
fastcluster==1.1.26
ffmpy==0.2.3
gast @ file:///tmp/build/80754af9/gast_1597433534803/work
google-auth @ file:///tmp/build/80754af9/google-auth_1607969906642/work
google-auth-oauthlib @ file:///tmp/build/80754af9/google-auth-oauthlib_1603929124518/work
google-pasta==0.2.0
grpcio @ file:///C:/ci/grpcio_1613114363102/work
h5py==2.10.0
idna @ file:///home/linux1/recipes/ci/idna_1610986105248/work
imageio @ file:///tmp/build/80754af9/imageio_1594161405741/work
imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1609799311556/work
importlib-metadata @ file:///tmp/build/80754af9/importlib-metadata_1602276842396/work
joblib @ file:///tmp/build/80754af9/joblib_1607970656719/work
Keras-Applications @ file:///tmp/build/80754af9/keras-applications_1594366238411/work
Keras-Preprocessing @ file:///tmp/build/80754af9/keras-preprocessing_1612283640596/work
kiwisolver @ file:///C:/ci/kiwisolver_1612282606037/work
Markdown @ file:///C:/ci/markdown_1605111189761/work
matplotlib @ file:///C:/ci/matplotlib-base_1592837548929/work
mkl-fft==1.2.0
mkl-random==1.1.1
mkl-service==2.3.0
multidict @ file:///C:/ci/multidict_1600456481656/work
numpy @ file:///C:/ci/numpy_and_numpy_base_1603466732592/work
nvidia-ml-py3 @ git+https://github.com/deepfakes/nvidia-ml-py3.git@6fc29ac84b32bad877f078cb4a777c1548a00bf6
oauthlib==3.1.0
olefile==0.46
opencv-python==4.5.1.48
opt-einsum==3.1.0
pathlib==1.0.1
Pillow @ file:///C:/ci/pillow_1609786840597/work
protobuf==3.14.0
psutil @ file:///C:/ci/psutil_1612298324802/work
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
PyJWT @ file:///C:/ci/pyjwt_1610893382614/work
pyOpenSSL @ file:///tmp/build/80754af9/pyopenssl_1608057966937/work
pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
pyreadline==2.1
PySocks @ file:///C:/ci/pysocks_1605287845585/work
python-dateutil @ file:///home/ktietz/src/ci/python-dateutil_1611928101742/work
pywin32==227
requests @ file:///tmp/build/80754af9/requests_1608241421344/work
requests-oauthlib==1.3.0
rsa @ file:///tmp/build/80754af9/rsa_1610483308194/work
scikit-learn @ file:///C:/ci/scikit-learn_1598377018496/work
scipy @ file:///C:/ci/scipy_1612469693242/work
sip==4.19.13
six @ file:///C:/ci/six_1605187374963/work
tensorboard @ file:///home/builder/ktietz/conda/conda-bld/tensorboard_1604313476433/work/tmp_pip_dir
tensorboard-plugin-wit==1.6.0
tensorflow==2.3.0
tensorflow-estimator @ file:///tmp/build/80754af9/tensorflow-estimator_1599136169057/work/whl_temp/tensorflow_estimator-2.3.0-py2.py3-none-any.whl
termcolor==1.1.0
threadpoolctl @ file:///tmp/tmp9twdgx9k/threadpoolctl-2.1.0-py3-none-any.whl
tornado @ file:///C:/ci/tornado_1606942392901/work
tqdm @ file:///tmp/build/80754af9/tqdm_1611857934208/work
typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1611751222202/work
urllib3 @ file:///tmp/build/80754af9/urllib3_1611694770489/work
Werkzeug @ file:///home/ktietz/src/ci/werkzeug_1611932622770/work
win-inet-pton @ file:///C:/ci/win_inet_pton_1605306167264/work
wincertstore==0.2
wrapt==1.12.1
yarl @ file:///C:/ci/yarl_1598045274898/work
zipp @ file:///tmp/build/80754af9/zipp_1604001098328/work

============== Conda Packages ==============
# packages in environment at C:\Users\Blood\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
_tflow_select             2.3.0                       gpu  
absl-py 0.11.0 pyhd3eb1b0_1
aiohttp 3.7.3 py38h2bbff1b_1
astunparse 1.6.3 py_0
async-timeout 3.0.1 py38haa95532_0
attrs 20.3.0 pyhd3eb1b0_0
blas 1.0 mkl
blinker 1.4 py38haa95532_0
brotlipy 0.7.0 py38h2bbff1b_1003
ca-certificates 2021.1.19 haa95532_0
cachetools 4.2.1 pyhd3eb1b0_0
certifi 2020.12.5 py38haa95532_0
cffi 1.14.4 py38hcd4344a_0
chardet 3.0.4 py38haa95532_1003
click 7.1.2 pyhd3eb1b0_0
cryptography 2.9.2 py38h7a1dbc1_0
cudatoolkit 10.1.243 h74a9793_0
cudnn 7.6.5 cuda10.1_0
cycler 0.10.0 py38_0
fastcluster 1.1.26 py38h251f6bf_2 conda-forge ffmpeg 4.3.1 ha925a31_0 conda-forge ffmpy 0.2.3 pypi_0 pypi freetype 2.10.4 hd328e21_0
gast 0.4.0 py_0
git 2.23.0 h6bb4b03_0
google-auth 1.24.0 pyhd3eb1b0_0
google-auth-oauthlib 0.4.2 pyhd3eb1b0_2
google-pasta 0.2.0 py_0
grpcio 1.35.0 py38hc60d5dd_0
h5py 2.10.0 py38h5e291fa_0
hdf5 1.10.4 h7ebc959_0
icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha925a31_3
idna 2.10 pyhd3eb1b0_0
imageio 2.9.0 py_0
imageio-ffmpeg 0.4.3 pyhd8ed1ab_0 conda-forge importlib-metadata 2.0.0 py_1
intel-openmp 2020.2 254
joblib 1.0.0 pyhd3eb1b0_0
jpeg 9b hb83a4c4_2
keras-applications 1.0.8 py_1
keras-preprocessing 1.1.2 pyhd3eb1b0_0
kiwisolver 1.3.1 py38hd77b12b_0
libpng 1.6.37 h2a8f88b_0
libprotobuf 3.14.0 h23ce68f_0
libtiff 4.1.0 h56a325e_1
lz4-c 1.9.3 h2bbff1b_0
markdown 3.3.3 py38haa95532_0
matplotlib 3.2.2 0
matplotlib-base 3.2.2 py38h64f37c6_0
mkl 2020.2 256
mkl-service 2.3.0 py38h196d8e1_0
mkl_fft 1.2.0 py38h45dec08_0
mkl_random 1.1.1 py38h47e9c7a_0
multidict 4.7.6 py38he774522_1
numpy 1.19.2 py38hadc3359_0
numpy-base 1.19.2 py38ha3acd2a_0
nvidia-ml-py3 7.352.1 pypi_0 pypi oauthlib 3.1.0 py_0
olefile 0.46 py_0
opencv-python 4.5.1.48 pypi_0 pypi openssl 1.1.1i h2bbff1b_0
opt_einsum 3.1.0 py_0
pathlib 1.0.1 py_1
pillow 8.1.0 py38h4fa10fc_0
pip 20.3.3 py38haa95532_0
protobuf 3.14.0 py38hd77b12b_1
psutil 5.8.0 py38h2bbff1b_1
pyasn1 0.4.8 py_0
pyasn1-modules 0.2.8 py_0
pycparser 2.20 py_2
pyjwt 2.0.1 py38haa95532_0
pyopenssl 20.0.1 pyhd3eb1b0_1
pyparsing 2.4.7 pyhd3eb1b0_0
pyqt 5.9.2 py38ha925a31_4
pyreadline 2.1 py38_1
pysocks 1.7.1 py38haa95532_0
python 3.8.5 h5fd99cc_1
python-dateutil 2.8.1 pyhd3eb1b0_0
python_abi 3.8 1_cp38 conda-forge pywin32 227 py38he774522_1
qt 5.9.7 vc14h73c81de_0
requests 2.25.1 pyhd3eb1b0_0
requests-oauthlib 1.3.0 py_0
rsa 4.7 pyhd3eb1b0_1
scikit-learn 0.23.2 py38h47e9c7a_0
scipy 1.6.0 py38h14eb087_0
setuptools 52.0.0 py38haa95532_0
sip 4.19.13 py38ha925a31_0
six 1.15.0 py38haa95532_0
sqlite 3.33.0 h2a8f88b_0
tensorboard 2.3.0 pyh4dce500_0
tensorboard-plugin-wit 1.6.0 py_0
tensorflow 2.3.0 mkl_py38h1fcfbd6_0
tensorflow-base 2.3.0 gpu_py38h7339f5a_0
tensorflow-estimator 2.3.0 pyheb71bc4_0
tensorflow-gpu 2.3.0 he13fc11_0
termcolor 1.1.0 py38_1
threadpoolctl 2.1.0 pyh5ca1d4c_0
tk 8.6.10 he774522_0
tornado 6.1 py38h2bbff1b_0
tqdm 4.56.0 pyhd3eb1b0_0
typing-extensions 3.7.4.3 hd3eb1b0_0
typing_extensions 3.7.4.3 pyh06a4308_0
urllib3 1.26.3 pyhd3eb1b0_0
vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
werkzeug 1.0.1 pyhd3eb1b0_0
wheel 0.36.2 pyhd3eb1b0_0
win_inet_pton 1.1.0 py38haa95532_0
wincertstore 0.2 py38_0
wrapt 1.12.1 py38he774522_1
xz 5.2.5 h62dcd97_0
yarl 1.5.1 py38he774522_0
zipp 3.4.0 pyhd3eb1b0_0
zlib 1.2.11 h62dcd97_4
zstd 1.4.5 h04227a9_0 ================= Configs ================== --------- .faceswap --------- backend: nvidia --------- convert.ini --------- [color.color_transfer] clip: True preserve_paper: True [color.manual_balance] colorspace: HSV balance_1: 0.0 balance_2: 0.0 balance_3: 0.0 contrast: 0.0 brightness: 0.0 [color.match_hist] threshold: 99.0 [mask.box_blend] type: gaussian distance: 11.0 radius: 5.0 passes: 1 [mask.mask_blend] type: normalized kernel_size: 3 passes: 4 threshold: 4 erosion: 0.0 [scaling.sharpen] method: none amount: 150 radius: 0.3 threshold: 5.0 [writer.ffmpeg] container: mp4 codec: libx264 crf: 23 preset: medium tune: none profile: auto level: auto skip_mux: False [writer.gif] fps: 25 loop: 0 palettesize: 256 subrectangles: False [writer.opencv] format: png draw_transparent: False jpg_quality: 75 png_compress_level: 3 [writer.pillow] format: png draw_transparent: False optimize: False gif_interlace: True jpg_quality: 75 png_compress_level: 3 tif_compression: tiff_deflate --------- extract.ini --------- [global] allow_growth: True [align.fan] batch-size: 12 [detect.cv2_dnn] confidence: 50 [detect.mtcnn] minsize: 20 threshold_1: 0.6 threshold_2: 0.7 threshold_3: 0.7 scalefactor: 0.709 batch-size: 8 [detect.s3fd] confidence: 70 batch-size: 4 [mask.unet_dfl] batch-size: 8 [mask.vgg_clear] batch-size: 6 [mask.vgg_obstructed] batch-size: 2 --------- gui.ini --------- [global] fullscreen: False tab: extract options_panel_width: 30 console_panel_height: 20 icon_size: 14 font: default font_size: 9 autosave_last_session: prompt timeout: 120 auto_load_model_stats: True --------- train.ini --------- [global] centering: face coverage: 68.75 icnr_init: False conv_aware_init: False optimizer: adam learning_rate: 5e-05 reflect_padding: False allow_growth: False mixed_precision: False convert_batchsize: 16 [global.loss] loss_function: ssim mask_loss_function: mse l2_reg_term: 100 eye_multiplier: 3 mouth_multiplier: 2 penalized_mask_loss: True mask_type: extended mask_blur_kernel: 3 mask_threshold: 4 learn_mask: False [model.dfaker] output_size: 128 [model.dfl_h128] lowmem: False [model.dfl_sae] input_size: 128 clipnorm: True architecture: df autoencoder_dims: 0 encoder_dims: 42 decoder_dims: 21 multiscale_decoder: False [model.dlight] features: best details: good output_size: 256 [model.original] lowmem: False [model.realface] input_size: 64 output_size: 128 dense_nodes: 1536 complexity_encoder: 128 complexity_decoder: 512 [model.unbalanced] input_size: 128 lowmem: False clipnorm: True nodes: 1024 complexity_encoder: 128 complexity_decoder_a: 384 complexity_decoder_b: 512 [model.villain] lowmem: False [trainer.original] preview_images: 14 zoom_amount: 5 rotation_range: 10 shift_range: 5 flip_chance: 50 color_lightness: 30 color_ab: 8 color_clahe_chance: 50 color_clahe_max_size: 4

Many Thanks,

StorryWizzard.

User avatar
torzdf
Posts: 2651
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 129 times
Been thanked: 622 times

Re: S3FD - ValueError: cannot convert float NaN to integer

Post by torzdf »

Hmmm. I've never seen S3FD output a NaN before....

Can you try disabling all of the maskers and seeing if that helps? If not, I'll most likely need the video file to diagnose.

My word is final

User avatar
storrywizzard
Posts: 2
Joined: Sat Feb 13, 2021 7:14 pm

Re: S3FD - ValueError: cannot convert float NaN to integer

Post by storrywizzard »

Sorry for a late response, I did a run with no maskers on and this is what happened after the attempt. I made sure to copy the entire start to finish. Not sure if the video will be any good as I tried multiple videos that worked previously with a older version but after reinstalling the new version of the software it stopped working for me. The video is a download from YouTube in 720p MP4 format. If you want the video, I can send a link to the YouTube or send the video via something. It is 1min39sec long and 14.5 MB.

Code: Select all

Loading...
Setting Faceswap backend to NVIDIA
02/15/2021 06:31:47 INFO     Log level set to: INFO
02/15/2021 06:31:49 INFO     Output Directory: F:\Faceswap Project\FaceA

02/15/2021 06:31:49 INFO     Loading Detect from S3Fd plugin...
02/15/2021 06:31:49 INFO     Loading Align from Fan plugin...
02/15/2021 06:31:49 INFO     Loading Mask from Components plugin...
02/15/2021 06:31:49 INFO     Loading Mask from Extended plugin...
02/15/2021 06:31:49 INFO     Starting, this may take a while...
02/15/2021 06:31:49 INFO     Initializing S3FD (Detect)...
02/15/2021 06:31:49 INFO     Setting allow growth for GPU: PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')
02/15/2021 06:32:20 INFO     Initialized S3FD (Detect) with batchsize of 4
02/15/2021 06:32:20 INFO     Initializing FAN (Align)...
02/15/2021 06:32:20 INFO     Setting allow growth for GPU: PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')

C:\Users\Blood\faceswap\plugins\extract\detect\s3fd.py:424: RuntimeWarning: invalid value encountered in subtract
return np.exp(inp - logsumexp(inp, axis=axis, keepdims=True))
02/15/2021 06:51:54 INFO     Initialized FAN (Align) with batchsize of 12
02/15/2021 06:51:54 INFO     Initializing Components (Mask)...
02/15/2021 06:51:54 INFO     Initialized Components (Mask) with batchsize of 1
02/15/2021 06:51:54 INFO     Initializing Extended (Mask)...
02/15/2021 06:51:54 INFO     Initialized Extended (Mask) with batchsize of 1

C:\Users\Blood\MiniConda3\envs\faceswap\lib\site-packages\numpy\linalg\linalg.py:2159: RuntimeWarning: invalid value encountered in det
r = _umath_linalg.det(a, signature=signature)
02/15/2021 06:51:58 ERROR    Got Exception on main handler:
Traceback (most recent call last):
File "C:\Users\Blood\faceswap\lib\cli\launcher.py", line 182, in execute_script
process.process()
File "C:\Users\Blood\faceswap\scripts\extract.py", line 119, in process
self._run_extraction()
File "C:\Users\Blood\faceswap\scripts\extract.py", line 216, in _run_extraction
for idx, extract_media in enumerate(status_bar):
File "C:\Users\Blood\MiniConda3\envs\faceswap\lib\site-packages\tqdm\std.py", line 1166, in __iter__
for obj in iterable:
File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 237, in detected_faces
if self._check_and_raise_error():
File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 660, in _check_and_raise_error
if plugin.check_and_raise_error():
File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 347, in check_and_raise_error
err = thread.check_and_raise_error()
File "C:\Users\Blood\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
raise error[1].with_traceback(error[2])
File "C:\Users\Blood\faceswap\lib\multithreading.py", line 37, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 465, in _thread_process
batch = function(batch)
File "C:\Users\Blood\faceswap\plugins\extract\align\_base.py", line 255, in _process_input
result = self.process_input(batch)
File "C:\Users\Blood\faceswap\plugins\extract\align\fan.py", line 44, in process_input
faces = self.crop(batch)
File "C:\Users\Blood\faceswap\plugins\extract\align\fan.py", line 93, in crop
new_img[new_y, new_x] = image[old_y, old_x]
ValueError: could not broadcast input array from shape (0,525,3) into shape (505,525,3)
02/15/2021 06:51:58 CRITICAL An unexpected crash has occurred. Crash report written to 'C:\Users\Blood\faceswap\crash_report.2021.02.15.065155692938.log'. You MUST provide this file if seeking assistance. Please verify you are running the latest version of faceswap before reporting
Process exited.

And this is the crash file.

Code: Select all

02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'mask0_predict_components'
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'mask0_predict_components', maxsize: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'mask0_predict_components')
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'mask0_predict_components'
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'mask0_post_components'
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'mask0_post_components', maxsize: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'mask0_post_components')
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'mask0_post_components'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiling mask threads
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_components_input, function: <bound method Extractor._process_input of <plugins.extract.mask.components.Mask object at 0x0000022038C02070>>, in_queue: <queue.Queue object at 0x0000022038C608B0>, out_queue: <queue.Queue object at 0x000002208EF3DC10>)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_components_input', thread_count: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_components_input'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_components_input
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_components_predict, function: <bound method Masker._predict of <plugins.extract.mask.components.Mask object at 0x0000022038C02070>>, in_queue: <queue.Queue object at 0x000002208EF3DC10>, out_queue: <queue.Queue object at 0x0000022107DC9400>)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_components_predict', thread_count: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_components_predict'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_components_predict
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_components_output, function: <bound method Extractor._process_output of <plugins.extract.mask.components.Mask object at 0x0000022038C02070>>, in_queue: <queue.Queue object at 0x0000022107DC9400>, out_queue: <queue.Queue object at 0x0000022038C60670>)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_components_output', thread_count: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_components_output'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_components_output
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiled mask threads: [<lib.multithreading.MultiThread object at 0x000002200C5D2520>, <lib.multithreading.MultiThread object at 0x0000022107DC9580>, <lib.multithreading.MultiThread object at 0x0000022107DC95B0>]
02/15/2021 06:51:54 MainProcess     MainThread                     components      init_model                     DEBUG    No mask model to initialize
02/15/2021 06:51:54 MainProcess     MainThread                     _base           initialize                     INFO     Initialized Components (Mask) with batchsize of 1
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_components_input'
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_components_input_0'
02/15/2021 06:51:54 MainProcess     mask_components_input_0        _base           _thread_process                DEBUG    threading: (function: '_process_input')
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_components_input': 1
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_components_predict'
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_components_predict_0'
02/15/2021 06:51:54 MainProcess     mask_components_predict_0      _base           _thread_process                DEBUG    threading: (function: '_predict')
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_components_predict': 1
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_components_output'
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_components_output_0'
02/15/2021 06:51:54 MainProcess     mask_components_output_0       _base           _thread_process                DEBUG    threading: (function: '_process_output')
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_components_output': 1
02/15/2021 06:51:54 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launched mask_0 plugin
02/15/2021 06:51:54 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launching mask_1 plugin
02/15/2021 06:51:54 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    in_qname: extract0_mask_1_in, out_qname: extract0_mask_1_out
02/15/2021 06:51:54 MainProcess     MainThread                     _base           initialize                     DEBUG    initialize Mask: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x0000022038C60670>, 'out_queue': <queue.Queue object at 0x0000022038C60C10>})
02/15/2021 06:51:54 MainProcess     MainThread                     _base           initialize                     INFO     Initializing Extended (Mask)...
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'mask0_predict_extended'
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'mask0_predict_extended', maxsize: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'mask0_predict_extended')
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'mask0_predict_extended'
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'mask0_post_extended'
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'mask0_post_extended', maxsize: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'mask0_post_extended')
02/15/2021 06:51:54 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'mask0_post_extended'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiling mask threads
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_extended_input, function: <bound method Extractor._process_input of <plugins.extract.mask.extended.Mask object at 0x0000022038C020A0>>, in_queue: <queue.Queue object at 0x0000022038C60670>, out_queue: <queue.Queue object at 0x0000022107DC9DC0>)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_extended_input', thread_count: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_extended_input'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_extended_input
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_extended_predict, function: <bound method Masker._predict of <plugins.extract.mask.extended.Mask object at 0x0000022038C020A0>>, in_queue: <queue.Queue object at 0x0000022107DC9DC0>, out_queue: <queue.Queue object at 0x0000022107DC9F70>)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_extended_predict', thread_count: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_extended_predict'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_extended_predict
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: mask_extended_output, function: <bound method Extractor._process_output of <plugins.extract.mask.extended.Mask object at 0x0000022038C020A0>>, in_queue: <queue.Queue object at 0x0000022107DC9F70>, out_queue: <queue.Queue object at 0x0000022038C60C10>)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'mask_extended_output', thread_count: 1)
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'mask_extended_output'
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: mask_extended_output
02/15/2021 06:51:54 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiled mask threads: [<lib.multithreading.MultiThread object at 0x0000022107DC95E0>, <lib.multithreading.MultiThread object at 0x0000022107DCF130>, <lib.multithreading.MultiThread object at 0x0000022107DCF160>]
02/15/2021 06:51:54 MainProcess     MainThread                     extended        init_model                     DEBUG    No mask model to initialize
02/15/2021 06:51:54 MainProcess     MainThread                     _base           initialize                     INFO     Initialized Extended (Mask) with batchsize of 1
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_extended_input'
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_extended_input_0'
02/15/2021 06:51:54 MainProcess     mask_extended_input_0          _base           _thread_process                DEBUG    threading: (function: '_process_input')
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_extended_input': 1
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_extended_predict'
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_extended_predict_0'
02/15/2021 06:51:54 MainProcess     mask_extended_predict_0        _base           _thread_process                DEBUG    threading: (function: '_predict')
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_extended_predict': 1
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'mask_extended_output'
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'mask_extended_output_0'
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             process_input                  DEBUG    Aligning faces around center
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             get_center_scale               DEBUG    Calculating center and scale
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             crop                           DEBUG    Cropping images
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             transform                      DEBUG    Transforming Points
02/15/2021 06:51:54 MainProcess     mask_extended_output_0         _base           _thread_process                DEBUG    threading: (function: '_process_output')
02/15/2021 06:51:54 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'mask_extended_output': 1
02/15/2021 06:51:54 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launched mask_1 plugin
02/15/2021 06:51:54 MainProcess     MainThread                     pipeline        detected_faces                 DEBUG    Running Detection. Phase: '['detect', 'align', 'mask_0', 'mask_1']'
02/15/2021 06:51:54 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: Hell's Cafeteria - Gordon Ramsay Grills Julie Chen & James_000002.png
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             transform                      DEBUG    Transforming Points
02/15/2021 06:51:54 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: Hell's Cafeteria - Gordon Ramsay Grills Julie Chen & James_000003.png
02/15/2021 06:51:54 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: Hell's Cafeteria - Gordon Ramsay Grills Julie Chen & James_000004.png
02/15/2021 06:51:54 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: Hell's Cafeteria - Gordon Ramsay Grills Julie Chen & James_000007.png
02/15/2021 06:51:54 MainProcess     MainThread                     extract         _output_processing             VERBOSE  No faces were detected in image: Hell's Cafeteria - Gordon Ramsay Grills Julie Chen & James_000008.png
02/15/2021 06:51:54 MainProcess     align_fan_predict_0            fan             predict                        DEBUG    Predicting Landmarks
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             process_input                  DEBUG    Aligning faces around center
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             get_center_scale               DEBUG    Calculating center and scale
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             crop                           DEBUG    Cropping images
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             transform                      DEBUG    Transforming Points
02/15/2021 06:51:54 MainProcess     align_fan_input_0              fan             transform                      DEBUG    Transforming Points
02/15/2021 06:51:54 MainProcess     align_fan_input_0              multithreading  run                            DEBUG    Error in thread (align_fan_input_0): could not broadcast input array from shape (0,525,3) into shape (505,525,3)
02/15/2021 06:51:54 MainProcess     align_fan_output_0             fan             get_pts_from_predict           DEBUG    Obtain points from prediction
02/15/2021 06:51:54 MainProcess     align_fan_output_0             fan             transform                      DEBUG    Transforming Points
02/15/2021 06:51:55 MainProcess     MainThread                     multithreading  check_and_raise_error          DEBUG    Thread error caught: [(<class 'ValueError'>, ValueError('could not broadcast input array from shape (0,525,3) into shape (505,525,3)'), <traceback object at 0x000002200F26E900>)]
02/15/2021 06:51:55 MainProcess     mask_components_input_0        multithreading  run                            DEBUG    Error in thread (mask_components_input_0): OpenCV(4.5.1) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-kh7iq4w7\opencv\modules\calib3d\src\calibration.cpp:1213: error: (-215:Assertion failed) fabs(sc) > DBL_EPSILON in function 'cvFindExtrinsicCameraParams2'\n
Traceback (most recent call last):
  File "C:\Users\Blood\faceswap\lib\cli\launcher.py", line 182, in execute_script
    process.process()
  File "C:\Users\Blood\faceswap\scripts\extract.py", line 119, in process
    self._run_extraction()
  File "C:\Users\Blood\faceswap\scripts\extract.py", line 216, in _run_extraction
    for idx, extract_media in enumerate(status_bar):
  File "C:\Users\Blood\MiniConda3\envs\faceswap\lib\site-packages\tqdm\std.py", line 1166, in __iter__
    for obj in iterable:
  File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 237, in detected_faces
    if self._check_and_raise_error():
  File "C:\Users\Blood\faceswap\plugins\extract\pipeline.py", line 660, in _check_and_raise_error
    if plugin.check_and_raise_error():
  File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 347, in check_and_raise_error
    err = thread.check_and_raise_error()
  File "C:\Users\Blood\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
    raise error[1].with_traceback(error[2])
  File "C:\Users\Blood\faceswap\lib\multithreading.py", line 37, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\Blood\faceswap\plugins\extract\_base.py", line 465, in _thread_process
    batch = function(batch)
  File "C:\Users\Blood\faceswap\plugins\extract\align\_base.py", line 255, in _process_input
    result = self.process_input(batch)
  File "C:\Users\Blood\faceswap\plugins\extract\align\fan.py", line 44, in process_input
    faces = self.crop(batch)
  File "C:\Users\Blood\faceswap\plugins\extract\align\fan.py", line 93, in crop
    new_img[new_y, new_x] = image[old_y, old_x]
ValueError: could not broadcast input array from shape (0,525,3) into shape (505,525,3)

============ System Information ============
encoding:            cp1252
git_branch:          master
git_commits:         a84462f Training - Move disable warp option out of config
gpu_cuda:            No global version found. Check Conda packages for Conda Cuda
gpu_cudnn:           No global version found. Check Conda packages for Conda cuDNN
gpu_devices:         GPU_0: GeForce RTX 3070
gpu_devices_active:  GPU_0
gpu_driver:          457.51
gpu_vram:            GPU_0: 8192MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.19041-SP0
os_release:          10
py_command:          C:\Users\Blood\faceswap\faceswap.py extract -i C:/Users/Blood/Downloads/Hell's Cafeteria - Gordon Ramsay Grills Julie Chen & James.mp4 -o F:/Faceswap Project/FaceA -D s3fd -A fan -nm none -rf 0 -min 0 -l 0.4 -sz 512 -een 1 -si 0 -L INFO -gui
py_conda_version:    conda 4.9.2
py_implementation:   CPython
py_version:          3.8.5
py_virtual_env:      True
sys_cores:           16
sys_processor:       AMD64 Family 23 Model 8 Stepping 2, AuthenticAMD
sys_ram:             Total: 32716MB, Available: 18631MB, Used: 14085MB, Free: 18631MB

=============== Pip Packages ===============
absl-py @ file:///tmp/build/80754af9/absl-py_1607439979954/work
aiohttp @ file:///C:/ci/aiohttp_1607109697839/work
astunparse==1.6.3
async-timeout==3.0.1
attrs @ file:///tmp/build/80754af9/attrs_1604765588209/work
blinker==1.4
brotlipy==0.7.0
cachetools @ file:///tmp/build/80754af9/cachetools_1611600262290/work
certifi==2020.12.5
cffi @ file:///C:/ci/cffi_1606255208697/work
chardet @ file:///C:/ci/chardet_1605303225733/work
click @ file:///home/linux1/recipes/ci/click_1610990599742/work
cryptography==2.9.2
cycler==0.10.0
fastcluster==1.1.26
ffmpy==0.2.3
gast @ file:///tmp/build/80754af9/gast_1597433534803/work
google-auth @ file:///tmp/build/80754af9/google-auth_1607969906642/work
google-auth-oauthlib @ file:///tmp/build/80754af9/google-auth-oauthlib_1603929124518/work
google-pasta==0.2.0
grpcio @ file:///C:/ci/grpcio_1613114363102/work
h5py==2.10.0
idna @ file:///home/linux1/recipes/ci/idna_1610986105248/work
imageio @ file:///tmp/build/80754af9/imageio_1594161405741/work
imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1609799311556/work
importlib-metadata @ file:///tmp/build/80754af9/importlib-metadata_1602276842396/work
joblib @ file:///tmp/build/80754af9/joblib_1607970656719/work
Keras-Applications @ file:///tmp/build/80754af9/keras-applications_1594366238411/work
Keras-Preprocessing @ file:///tmp/build/80754af9/keras-preprocessing_1612283640596/work
kiwisolver @ file:///C:/ci/kiwisolver_1612282606037/work
Markdown @ file:///C:/ci/markdown_1605111189761/work
matplotlib @ file:///C:/ci/matplotlib-base_1592837548929/work
mkl-fft==1.2.0
mkl-random==1.1.1
mkl-service==2.3.0
multidict @ file:///C:/ci/multidict_1600456481656/work
numpy @ file:///C:/ci/numpy_and_numpy_base_1603466732592/work
nvidia-ml-py3 @ git+https://github.com/deepfakes/nvidia-ml-py3.git@6fc29ac84b32bad877f078cb4a777c1548a00bf6
oauthlib==3.1.0
olefile==0.46
opencv-python==4.5.1.48
opt-einsum==3.1.0
pathlib==1.0.1
Pillow @ file:///C:/ci/pillow_1609786840597/work
protobuf==3.14.0
psutil @ file:///C:/ci/psutil_1612298324802/work
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
PyJWT @ file:///C:/ci/pyjwt_1610893382614/work
pyOpenSSL @ file:///tmp/build/80754af9/pyopenssl_1608057966937/work
pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
pyreadline==2.1
PySocks @ file:///C:/ci/pysocks_1605287845585/work
python-dateutil @ file:///home/ktietz/src/ci/python-dateutil_1611928101742/work
pywin32==227
requests @ file:///tmp/build/80754af9/requests_1608241421344/work
requests-oauthlib==1.3.0
rsa @ file:///tmp/build/80754af9/rsa_1610483308194/work
scikit-learn @ file:///C:/ci/scikit-learn_1598377018496/work
scipy @ file:///C:/ci/scipy_1612469693242/work
sip==4.19.13
six @ file:///C:/ci/six_1605187374963/work
tensorboard @ file:///home/builder/ktietz/conda/conda-bld/tensorboard_1604313476433/work/tmp_pip_dir
tensorboard-plugin-wit==1.6.0
tensorflow==2.3.0
tensorflow-estimator @ file:///tmp/build/80754af9/tensorflow-estimator_1599136169057/work/whl_temp/tensorflow_estimator-2.3.0-py2.py3-none-any.whl
termcolor==1.1.0
threadpoolctl @ file:///tmp/tmp9twdgx9k/threadpoolctl-2.1.0-py3-none-any.whl
tornado @ file:///C:/ci/tornado_1606942392901/work
tqdm @ file:///tmp/build/80754af9/tqdm_1611857934208/work
typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1611751222202/work
urllib3 @ file:///tmp/build/80754af9/urllib3_1611694770489/work
Werkzeug @ file:///home/ktietz/src/ci/werkzeug_1611932622770/work
win-inet-pton @ file:///C:/ci/win_inet_pton_1605306167264/work
wincertstore==0.2
wrapt==1.12.1
yarl @ file:///C:/ci/yarl_1598045274898/work
zipp @ file:///tmp/build/80754af9/zipp_1604001098328/work

============== Conda Packages ==============
# packages in environment at C:\Users\Blood\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
_tflow_select             2.3.0                       gpu  
absl-py 0.11.0 pyhd3eb1b0_1
aiohttp 3.7.3 py38h2bbff1b_1
astunparse 1.6.3 py_0
async-timeout 3.0.1 py38haa95532_0
attrs 20.3.0 pyhd3eb1b0_0
blas 1.0 mkl
blinker 1.4 py38haa95532_0
brotlipy 0.7.0 py38h2bbff1b_1003
ca-certificates 2021.1.19 haa95532_0
cachetools 4.2.1 pyhd3eb1b0_0
certifi 2020.12.5 py38haa95532_0
cffi 1.14.4 py38hcd4344a_0
chardet 3.0.4 py38haa95532_1003
click 7.1.2 pyhd3eb1b0_0
cryptography 2.9.2 py38h7a1dbc1_0
cudatoolkit 10.1.243 h74a9793_0
cudnn 7.6.5 cuda10.1_0
cycler 0.10.0 py38_0
fastcluster 1.1.26 py38h251f6bf_2 conda-forge ffmpeg 4.3.1 ha925a31_0 conda-forge ffmpy 0.2.3 pypi_0 pypi freetype 2.10.4 hd328e21_0
gast 0.4.0 py_0
git 2.23.0 h6bb4b03_0
google-auth 1.24.0 pyhd3eb1b0_0
google-auth-oauthlib 0.4.2 pyhd3eb1b0_2
google-pasta 0.2.0 py_0
grpcio 1.35.0 py38hc60d5dd_0
h5py 2.10.0 py38h5e291fa_0
hdf5 1.10.4 h7ebc959_0
icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha925a31_3
idna 2.10 pyhd3eb1b0_0
imageio 2.9.0 py_0
imageio-ffmpeg 0.4.3 pyhd8ed1ab_0 conda-forge importlib-metadata 2.0.0 py_1
intel-openmp 2020.2 254
joblib 1.0.0 pyhd3eb1b0_0
jpeg 9b hb83a4c4_2
keras-applications 1.0.8 py_1
keras-preprocessing 1.1.2 pyhd3eb1b0_0
kiwisolver 1.3.1 py38hd77b12b_0
libpng 1.6.37 h2a8f88b_0
libprotobuf 3.14.0 h23ce68f_0
libtiff 4.1.0 h56a325e_1
lz4-c 1.9.3 h2bbff1b_0
markdown 3.3.3 py38haa95532_0
matplotlib 3.2.2 0
matplotlib-base 3.2.2 py38h64f37c6_0
mkl 2020.2 256
mkl-service 2.3.0 py38h196d8e1_0
mkl_fft 1.2.0 py38h45dec08_0
mkl_random 1.1.1 py38h47e9c7a_0
multidict 4.7.6 py38he774522_1
numpy 1.19.2 py38hadc3359_0
numpy-base 1.19.2 py38ha3acd2a_0
nvidia-ml-py3 7.352.1 pypi_0 pypi oauthlib 3.1.0 py_0
olefile 0.46 py_0
opencv-python 4.5.1.48 pypi_0 pypi openssl 1.1.1i h2bbff1b_0
opt_einsum 3.1.0 py_0
pathlib 1.0.1 py_1
pillow 8.1.0 py38h4fa10fc_0
pip 20.3.3 py38haa95532_0
protobuf 3.14.0 py38hd77b12b_1
psutil 5.8.0 py38h2bbff1b_1
pyasn1 0.4.8 py_0
pyasn1-modules 0.2.8 py_0
pycparser 2.20 py_2
pyjwt 2.0.1 py38haa95532_0
pyopenssl 20.0.1 pyhd3eb1b0_1
pyparsing 2.4.7 pyhd3eb1b0_0
pyqt 5.9.2 py38ha925a31_4
pyreadline 2.1 py38_1
pysocks 1.7.1 py38haa95532_0
python 3.8.5 h5fd99cc_1
python-dateutil 2.8.1 pyhd3eb1b0_0
python_abi 3.8 1_cp38 conda-forge pywin32 227 py38he774522_1
qt 5.9.7 vc14h73c81de_0
requests 2.25.1 pyhd3eb1b0_0
requests-oauthlib 1.3.0 py_0
rsa 4.7 pyhd3eb1b0_1
scikit-learn 0.23.2 py38h47e9c7a_0
scipy 1.6.0 py38h14eb087_0
setuptools 52.0.0 py38haa95532_0
sip 4.19.13 py38ha925a31_0
six 1.15.0 py38haa95532_0
sqlite 3.33.0 h2a8f88b_0
tensorboard 2.3.0 pyh4dce500_0
tensorboard-plugin-wit 1.6.0 py_0
tensorflow 2.3.0 mkl_py38h1fcfbd6_0
tensorflow-base 2.3.0 gpu_py38h7339f5a_0
tensorflow-estimator 2.3.0 pyheb71bc4_0
tensorflow-gpu 2.3.0 he13fc11_0
termcolor 1.1.0 py38_1
threadpoolctl 2.1.0 pyh5ca1d4c_0
tk 8.6.10 he774522_0
tornado 6.1 py38h2bbff1b_0
tqdm 4.56.0 pyhd3eb1b0_0
typing-extensions 3.7.4.3 hd3eb1b0_0
typing_extensions 3.7.4.3 pyh06a4308_0
urllib3 1.26.3 pyhd3eb1b0_0
vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
werkzeug 1.0.1 pyhd3eb1b0_0
wheel 0.36.2 pyhd3eb1b0_0
win_inet_pton 1.1.0 py38haa95532_0
wincertstore 0.2 py38_0
wrapt 1.12.1 py38he774522_1
xz 5.2.5 h62dcd97_0
yarl 1.5.1 py38he774522_0
zipp 3.4.0 pyhd3eb1b0_0
zlib 1.2.11 h62dcd97_4
zstd 1.4.5 h04227a9_0 ================= Configs ================== --------- .faceswap --------- backend: nvidia --------- convert.ini --------- [color.color_transfer] clip: True preserve_paper: True [color.manual_balance] colorspace: HSV balance_1: 0.0 balance_2: 0.0 balance_3: 0.0 contrast: 0.0 brightness: 0.0 [color.match_hist] threshold: 99.0 [mask.box_blend] type: gaussian distance: 11.0 radius: 5.0 passes: 1 [mask.mask_blend] type: normalized kernel_size: 3 passes: 4 threshold: 4 erosion: 0.0 [scaling.sharpen] method: none amount: 150 radius: 0.3 threshold: 5.0 [writer.ffmpeg] container: mp4 codec: libx264 crf: 23 preset: medium tune: none profile: auto level: auto skip_mux: False [writer.gif] fps: 25 loop: 0 palettesize: 256 subrectangles: False [writer.opencv] format: png draw_transparent: False jpg_quality: 75 png_compress_level: 3 [writer.pillow] format: png draw_transparent: False optimize: False gif_interlace: True jpg_quality: 75 png_compress_level: 3 tif_compression: tiff_deflate --------- extract.ini --------- [global] allow_growth: True [align.fan] batch-size: 12 [detect.cv2_dnn] confidence: 50 [detect.mtcnn] minsize: 20 threshold_1: 0.6 threshold_2: 0.7 threshold_3: 0.7 scalefactor: 0.709 batch-size: 8 [detect.s3fd] confidence: 70 batch-size: 4 [mask.unet_dfl] batch-size: 8 [mask.vgg_clear] batch-size: 6 [mask.vgg_obstructed] batch-size: 2 --------- gui.ini --------- [global] fullscreen: False tab: extract options_panel_width: 30 console_panel_height: 20 icon_size: 14 font: default font_size: 9 autosave_last_session: prompt timeout: 120 auto_load_model_stats: True --------- train.ini --------- [global] centering: face coverage: 68.75 icnr_init: False conv_aware_init: False optimizer: adam learning_rate: 5e-05 reflect_padding: False allow_growth: False mixed_precision: False convert_batchsize: 16 [global.loss] loss_function: ssim mask_loss_function: mse l2_reg_term: 100 eye_multiplier: 3 mouth_multiplier: 2 penalized_mask_loss: True mask_type: extended mask_blur_kernel: 3 mask_threshold: 4 learn_mask: False [model.dfaker] output_size: 128 [model.dfl_h128] lowmem: False [model.dfl_sae] input_size: 128 clipnorm: True architecture: df autoencoder_dims: 0 encoder_dims: 42 decoder_dims: 21 multiscale_decoder: False [model.dlight] features: best details: good output_size: 256 [model.original] lowmem: False [model.realface] input_size: 64 output_size: 128 dense_nodes: 1536 complexity_encoder: 128 complexity_decoder: 512 [model.unbalanced] input_size: 128 lowmem: False clipnorm: True nodes: 1024 complexity_encoder: 128 complexity_decoder_a: 384 complexity_decoder_b: 512 [model.villain] lowmem: False [trainer.original] preview_images: 14 zoom_amount: 5 rotation_range: 10 shift_range: 5 flip_chance: 50 color_lightness: 30 color_ab: 8 color_clahe_chance: 50 color_clahe_max_size: 4

Thanks,

StorryWizzard.

Locked