"CRITICAL An unexpected crash has occurred" when extracting - OSError: Unable to open file (file signature not found)

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
Sinnedangel
Posts: 3
Joined: Tue Mar 24, 2020 2:47 pm
Has thanked: 1 time

"CRITICAL An unexpected crash has occurred" when extracting - OSError: Unable to open file (file signature not found)

Post by Sinnedangel »

Hi I got crach when extracting, here's the log :

Code: Select all

03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: '_load'
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): '_load'
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: '_load_0'
03/24/2020 21:43:11 MainProcess     _load_0         extract         _load                     DEBUG    Load Images: Start
03/24/2020 21:43:11 MainProcess     _load_0         image           load                      DEBUG    Initializing Load Generator
03/24/2020 21:43:11 MainProcess     _load_0         image           _set_thread               DEBUG    Setting thread
03/24/2020 21:43:11 MainProcess     _load_0         multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'ImagesLoader', thread_count: 1)
03/24/2020 21:43:11 MainProcess     _load_0         multithreading  __init__                  DEBUG    Initialized MultiThread: 'ImagesLoader'
03/24/2020 21:43:11 MainProcess     _load_0         image           _set_thread               DEBUG    Set thread: <lib.multithreading.MultiThread object at 0x000001BF393F6BE0>
03/24/2020 21:43:11 MainProcess     _load_0         multithreading  start                     DEBUG    Starting thread(s): 'ImagesLoader'
03/24/2020 21:43:11 MainProcess     _load_0         multithreading  start                     DEBUG    Starting thread 1 of 1: 'ImagesLoader_0'
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads '_load': 1
03/24/2020 21:43:11 MainProcess     MainThread      image           __init__                  DEBUG    Initializing ImagesSaver: (path: F:\Madison Hu\Extracted, queue_size: 8, as_bytes: True)
03/24/2020 21:43:11 MainProcess     MainThread      image           __init__                  DEBUG    Initializing ImagesSaver: (path: F:\Madison Hu\Extracted, queue_size: 8, args: None)
03/24/2020 21:43:11 MainProcess     ImagesLoader_0  image           _process                  DEBUG    Load iterator: <bound method ImagesLoader._from_video of <lib.image.ImagesLoader object at 0x000001BF37E13BE0>>
03/24/2020 21:43:11 MainProcess     ImagesLoader_0  image           _from_video               DEBUG    Loading frames from video: 'F:\Madison Hu\Madison Hu (2017-12-04) (Instagram Live Video Replay).webm'
03/24/2020 21:43:11 MainProcess     _load_0         multithreading  start                     DEBUG    Started all threads 'ImagesLoader': 1
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'ImagesSaver'
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'ImagesSaver', maxsize: 8)
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'ImagesSaver')
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'ImagesSaver'
03/24/2020 21:43:11 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    Launching detect plugin
03/24/2020 21:43:11 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    in_qname: extract_detect_in, out_qname: extract_align_in
03/24/2020 21:43:11 MainProcess     MainThread      _base           initialize                DEBUG    initialize Detect: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x000001BF393F6780>, 'out_queue': <queue.Queue object at 0x000001BF393F6828>})
03/24/2020 21:43:11 MainProcess     MainThread      _base           initialize                INFO     Initializing S3FD (Detect)...
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'detect_predict'
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'detect_predict', maxsize: 1)
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'detect_predict')
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'detect_predict'
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'detect_post'
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'detect_post', maxsize: 1)
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'detect_post')
03/24/2020 21:43:11 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'detect_post'
03/24/2020 21:43:11 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiling detect threads
03/24/2020 21:43:11 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_input, function: <bound method Detect.process_input of <plugins.extract.detect.s3fd.Detect object at 0x000001BF3860A2E8>>, in_queue: <queue.Queue object at 0x000001BF393F6780>, out_queue: <queue.Queue object at 0x000001BF393E9438>)
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_input', thread_count: 1)
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_input'
03/24/2020 21:43:11 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_input
03/24/2020 21:43:11 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_predict, function: <bound method Detector._predict of <plugins.extract.detect.s3fd.Detect object at 0x000001BF3860A2E8>>, in_queue: <queue.Queue object at 0x000001BF393E9438>, out_queue: <queue.Queue object at 0x000001BF393E9390>)
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_predict', thread_count: 1)
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_predict'
03/24/2020 21:43:11 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_predict
03/24/2020 21:43:11 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_output, function: <bound method Detect.process_output of <plugins.extract.detect.s3fd.Detect object at 0x000001BF3860A2E8>>, in_queue: <queue.Queue object at 0x000001BF393E9390>, out_queue: <queue.Queue object at 0x000001BF393F6828>)
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_output', thread_count: 1)
03/24/2020 21:43:11 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_output'
03/24/2020 21:43:11 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_output
03/24/2020 21:43:11 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiled detect threads: [<lib.multithreading.MultiThread object at 0x000001BF393E96A0>, <lib.multithreading.MultiThread object at 0x000001BF393E95C0>, <lib.multithreading.MultiThread object at 0x000001BF393E9588>]
03/24/2020 21:43:11 MainProcess     MainThread      s3fd            __init__                  DEBUG    Initializing: S3fd: (model_path: 'C:\Users\Arman\faceswap\plugins\extract\detect\.cache\s3fd_keras_v1.h5', allow_growth: False)
03/24/2020 21:43:11 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\faceswap\lib\model\session.py:112: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.\n
03/24/2020 21:43:11 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\faceswap\lib\model\session.py:116: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.\n
03/24/2020 21:43:11 MainProcess     MainThread      session         _set_session              DEBUG    Created tf.session: (graph: <tensorflow.python.framework.ops.Graph object at 0x000001BF393F62E8>, session: <tensorflow.python.client.session.Session object at 0x000001BF393F6400>, config: )
03/24/2020 21:43:11 MainProcess     MainThread      session         load_model                VERBOSE  Initializing plugin model: S3FD
03/24/2020 21:43:11 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:517: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.\n
03/24/2020 21:43:11 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:245: The name tf.get_default_graph is deprecated. Please use tf.compat.v1.get_default_graph instead.\n
03/24/2020 21:43:11 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:174: The name tf.get_default_session is deprecated. Please use tf.compat.v1.get_default_session instead.\n
03/24/2020 21:43:11 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:3976: The name tf.nn.max_pool is deprecated. Please use tf.nn.max_pool2d instead.\n
03/24/2020 21:43:12 MainProcess     MainThread      deprecation_wrapper __getattr__               DEBUG    From C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\optimizers.py:790: The name tf.train.Optimizer is deprecated. Please use tf.compat.v1.train.Optimizer instead.\n
03/24/2020 21:43:12 MainProcess     MainThread      s3fd            __init__                  DEBUG    Initialized: S3fd
03/24/2020 21:43:12 MainProcess     MainThread      _base           initialize                INFO     Initialized S3FD (Detect) with batchsize of 8
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'detect_input'
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: 'detect_input_0'
03/24/2020 21:43:12 MainProcess     detect_input_0  _base           _thread_process           DEBUG    threading: (function: 'process_input')
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'detect_input': 1
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'detect_predict'
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: 'detect_predict_0'
03/24/2020 21:43:12 MainProcess     detect_predict_0 _base           _thread_process           DEBUG    threading: (function: '_predict')
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'detect_predict': 1
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'detect_output'
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: 'detect_output_0'
03/24/2020 21:43:12 MainProcess     detect_output_0 _base           _thread_process           DEBUG    threading: (function: 'process_output')
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'detect_output': 1
03/24/2020 21:43:12 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    Launched detect plugin
03/24/2020 21:43:12 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    Launching align plugin
03/24/2020 21:43:12 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    in_qname: extract_align_in, out_qname: extract_mask_in
03/24/2020 21:43:12 MainProcess     MainThread      _base           initialize                DEBUG    initialize Align: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x000001BF393F6828>, 'out_queue': <queue.Queue object at 0x000001BF393F6908>})
03/24/2020 21:43:12 MainProcess     MainThread      _base           initialize                INFO     Initializing FAN (Align)...
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'align_predict'
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'align_predict', maxsize: 1)
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'align_predict')
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'align_predict'
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'align_post'
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'align_post', maxsize: 1)
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'align_post')
03/24/2020 21:43:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'align_post'
03/24/2020 21:43:12 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiling align threads
03/24/2020 21:43:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: align_input, function: <bound method Align.process_input of <plugins.extract.align.fan.Align object at 0x000001BF393BDFD0>>, in_queue: <queue.Queue object at 0x000001BF393F6828>, out_queue: <queue.Queue object at 0x000001BF393F6EB8>)
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'align_input', thread_count: 1)
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'align_input'
03/24/2020 21:43:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: align_input
03/24/2020 21:43:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: align_predict, function: <bound method Aligner._predict of <plugins.extract.align.fan.Align object at 0x000001BF393BDFD0>>, in_queue: <queue.Queue object at 0x000001BF393F6EB8>, out_queue: <queue.Queue object at 0x000001BF393F6FD0>)
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'align_predict', thread_count: 1)
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'align_predict'
03/24/2020 21:43:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: align_predict
03/24/2020 21:43:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: align_output, function: <bound method Align.process_output of <plugins.extract.align.fan.Align object at 0x000001BF393BDFD0>>, in_queue: <queue.Queue object at 0x000001BF393F6FD0>, out_queue: <queue.Queue object at 0x000001BF393F6908>)
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'align_output', thread_count: 1)
03/24/2020 21:43:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'align_output'
03/24/2020 21:43:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: align_output
03/24/2020 21:43:12 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiled align threads: [<lib.multithreading.MultiThread object at 0x000001BF5D686A20>, <lib.multithreading.MultiThread object at 0x000001BF5D63F080>, <lib.multithreading.MultiThread object at 0x000001BF5D63F048>]
03/24/2020 21:43:12 MainProcess     MainThread      session         _set_session              DEBUG    Created tf.session: (graph: <tensorflow.python.framework.ops.Graph object at 0x000001BF5D63F3C8>, session: <tensorflow.python.client.session.Session object at 0x000001BF5D63F400>, config: )
03/24/2020 21:43:12 MainProcess     MainThread      session         load_model                VERBOSE  Initializing plugin model: FAN
Traceback (most recent call last):
  File "C:\Users\Arman\faceswap\lib\cli.py", line 128, in execute_script
    process.process()
  File "C:\Users\Arman\faceswap\scripts\extract.py", line 114, in process
    self._run_extraction()
  File "C:\Users\Arman\faceswap\scripts\extract.py", line 201, in _run_extraction
    self._extractor.launch()
  File "C:\Users\Arman\faceswap\plugins\extract\pipeline.py", line 183, in launch
    self._launch_plugin(phase)
  File "C:\Users\Arman\faceswap\plugins\extract\pipeline.py", line 411, in _launch_plugin
    plugin.initialize(**kwargs)
  File "C:\Users\Arman\faceswap\plugins\extract\_base.py", line 334, in initialize
    self.init_model()
  File "C:\Users\Arman\faceswap\plugins\extract\align\fan.py", line 37, in init_model
    self.model.load_model()
  File "C:\Users\Arman\faceswap\lib\model\session.py", line 141, in load_model
    self._model = k_load_model(self._model_path, **self._model_kwargs)
  File "C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\engine\saving.py", line 417, in load_model
    f = h5dict(filepath, 'r')
  File "C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\keras\utils\io_utils.py", line 186, in __init__
    self.data = h5py.File(path, mode=mode)
  File "C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\h5py\_hl\files.py", line 394, in __init__
    swmr=swmr)
  File "C:\Users\Arman\MiniConda3\envs\faceswap\lib\site-packages\h5py\_hl\files.py", line 170, in make_fid
    fid = h5f.open(name, flags, fapl=fapl)
  File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
  File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
  File "h5py\h5f.pyx", line 85, in h5py.h5f.open
OSError: Unable to open file (file signature not found)

============ System Information ============
encoding:            cp1252
git_branch:          master
git_commits:         4153a7e Tools Restructure (#990). 924d537 Core updates (#982). 5ccf241 Merge branch 'staging'. 00068f8 Core updates (#981). 65eb905 Merge branch 'staging'
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 GTX 1070
gpu_devices_active:  GPU_0
gpu_driver:          442.74
gpu_vram:            GPU_0: 8192MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.18362-SP0
os_release:          10
py_command:          C:\Users\Arman\faceswap\faceswap.py extract -i F:/faceswap/test.webm -o F:/faceswap/Extracted -D s3fd -A fan -M extended -nm none -min 0 -l 0.4 -een 1 -sz 256 -si 0 -L INFO -gui
py_conda_version:    conda 4.7.11
py_implementation:   CPython
py_version:          3.6.9
py_virtual_env:      True
sys_cores:           12
sys_processor:       AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
sys_ram:             Total: 32718MB, Available: 25444MB, Used: 7274MB, Free: 25444MB

=============== Pip Packages ===============
absl-py==0.7.1
astor==0.8.0
certifi==2019.11.28
cloudpickle==1.2.1
cycler==0.10.0
cytoolz==0.10.0
dask==2.3.0
decorator==4.4.0
fastcluster==1.1.25
ffmpy==0.2.2
gast==0.2.2
grpcio==1.16.1
h5py==2.9.0
imageio==2.6.1
imageio-ffmpeg==0.3.0
joblib==0.13.2
Keras==2.2.4
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
kiwisolver==1.1.0
Markdown==3.1.1
matplotlib==3.1.1
mkl-fft==1.0.14
mkl-random==1.0.2
mkl-service==2.0.2
networkx==2.3
numpy==1.17.4
nvidia-ml-py3==7.352.1
olefile==0.46
opencv-python==4.1.2.30
pathlib==1.0.1
Pillow==6.2.1
protobuf==3.8.0
psutil==5.6.3
pyparsing==2.4.2
pyreadline==2.1
python-dateutil==2.8.0
pytz==2019.2
PyWavelets==1.0.3
pywin32==223
PyYAML==5.1.2
scikit-image==0.15.0
scikit-learn==0.21.2
scipy==1.3.1
six==1.12.0
tensorboard==1.14.0
tensorflow==1.14.0
tensorflow-estimator==1.14.0
termcolor==1.1.0
toolz==0.10.0
toposort==1.5
tornado==6.0.3
tqdm==4.32.1
Werkzeug==0.15.5
wincertstore==0.2
wrapt==1.11.2

============== Conda Packages ==============
# packages in environment at C:\Users\Arman\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
_tflow_select             2.1.0                       gpu  
absl-py 0.7.1 py36_0
astor 0.8.0 py36_0
blas 1.0 mkl
ca-certificates 2019.11.27 0
certifi 2019.11.28 py36_0
cloudpickle 1.2.1 py_0
cudatoolkit 10.0.130 0
cudnn 7.6.0 cuda10.0_0
cycler 0.10.0 py36h009560c_0
cytoolz 0.10.0 py36he774522_0
dask-core 2.3.0 py_0
decorator 4.4.0 py36_1
fastcluster 1.1.25 py36h830ac7b_1000 conda-forge ffmpeg 4.2 h6538335_0 conda-forge ffmpy 0.2.2 pypi_0 pypi freetype 2.9.1 ha9979f8_1
gast 0.2.2 py36_0
grpcio 1.16.1 py36h351948d_1
h5py 2.9.0 py36h5e291fa_0
hdf5 1.10.4 h7ebc959_0
icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha66f8fd_1
imageio 2.6.1 py36_0
imageio-ffmpeg 0.3.0 py_0 conda-forge intel-openmp 2019.4 245
joblib 0.13.2 py36_0
jpeg 9b hb83a4c4_2
keras 2.2.4 0
keras-applications 1.0.8 py_0
keras-base 2.2.4 py36_0
keras-preprocessing 1.1.0 py_1
kiwisolver 1.1.0 py36ha925a31_0
libmklml 2019.0.5 0
libpng 1.6.37 h2a8f88b_0
libprotobuf 3.8.0 h7bd577a_0
libtiff 4.0.10 hb898794_2
markdown 3.1.1 py36_0
matplotlib 3.1.1 py36hc8f65d3_0
mkl 2019.4 245
mkl-service 2.0.2 py36he774522_0
mkl_fft 1.0.14 py36h14836fe_0
mkl_random 1.0.2 py36h343c172_0
networkx 2.3 py_0
numpy 1.17.4 py36h4320e6b_0
numpy-base 1.17.4 py36hc3f5095_0
nvidia-ml-py3 7.352.1 pypi_0 pypi olefile 0.46 py36_0
opencv-python 4.1.2.30 pypi_0 pypi openssl 1.1.1d he774522_3
pathlib 1.0.1 py36_1
pillow 6.2.1 py36hdc69c19_0
pip 19.2.2 py36_0
protobuf 3.8.0 py36h33f27b4_0
psutil 5.6.3 py36he774522_0
pyparsing 2.4.2 py_0
pyqt 5.9.2 py36h6538335_2
pyreadline 2.1 py36_1
python 3.6.9 h5500b2f_0
python-dateutil 2.8.0 py36_0
pytz 2019.2 py_0
pywavelets 1.0.3 py36h8c2d366_1
pywin32 223 py36hfa6e2cd_1
pyyaml 5.1.2 py36he774522_0
qt 5.9.7 vc14h73c81de_0
scikit-image 0.15.0 py36ha925a31_0
scikit-learn 0.21.2 py36h6288b17_0
scipy 1.3.1 py36h29ff71c_0
setuptools 41.0.1 py36_0
sip 4.19.8 py36h6538335_0
six 1.12.0 py36_0
sqlite 3.29.0 he774522_0
tensorboard 1.14.0 py36he3c9ec2_0
tensorflow 1.14.0 gpu_py36h305fd99_0
tensorflow-base 1.14.0 gpu_py36h55fc52a_0
tensorflow-estimator 1.14.0 py_0
tensorflow-gpu 1.14.0 h0d30ee6_0
termcolor 1.1.0 py36_1
tk 8.6.8 hfa6e2cd_0
toolz 0.10.0 py_0
toposort 1.5 py_3 conda-forge tornado 6.0.3 py36he774522_0
tqdm 4.32.1 py_0
vc 14.1 h0510ff6_4
vs2015_runtime 14.16.27012 hf0eaf9b_0
werkzeug 0.15.5 py_0
wheel 0.33.4 py36_0
wincertstore 0.2 py36h7fe50ca_0
wrapt 1.11.2 py36he774522_0
xz 5.2.4 h2fa13f4_4
yaml 0.1.7 hc54c509_2
zlib 1.2.11 h62dcd97_3
zstd 1.3.7 h508b16e_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: unsharp_mask amount: 150 radius: 0.3 threshold: 5.0 [writer.ffmpeg] container: mp4 codec: libx264 crf: 23 preset: medium tune: none profile: auto level: auto [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: False [align.fan] batch-size: 8 [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: 50 batch-size: 8 [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] coverage: 68.75 mask_type: none mask_blur_kernel: 3 mask_threshold: 4 learn_mask: False icnr_init: False conv_aware_init: False subpixel_upscaling: False reflect_padding: False penalized_mask_loss: True loss_function: mae learning_rate: 5e-05 [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

Please help, thank you in advance.

by torzdf » Tue Mar 24, 2020 3:03 pm

Somehow your FAN model has corrupted.

Easiest fix is just delete faceswap folder + re-install

Go to full post
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: "CRITICAL An unexpected crash has occurred" when extracting - OSError: Unable to open file (file signature not found

Post by torzdf »

Somehow your FAN model has corrupted.

Easiest fix is just delete faceswap folder + re-install

My word is final

User avatar
Sinnedangel
Posts: 3
Joined: Tue Mar 24, 2020 2:47 pm
Has thanked: 1 time

Re: "CRITICAL An unexpected crash has occurred" when extracting - OSError: Unable to open file (file signature not found

Post by Sinnedangel »

I'll try it.
Thank you :D.

User avatar
Sinnedangel
Posts: 3
Joined: Tue Mar 24, 2020 2:47 pm
Has thanked: 1 time

Re: "CRITICAL An unexpected crash has occurred" when extracting - OSError: Unable to open file (file signature not found

Post by Sinnedangel »

It works, thanks! :D

Locked