Page 1 of 1

CRASH on extraction

Posted: Wed Jan 29, 2020 8:00 pm
by hukuang_12

Code: Select all

01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_driver                DEBUG    GPU Driver: 418.56
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_devices               DEBUG    GPU Devices: ['GeForce GTX 1080 Ti', 'GeForce GTX 1080 Ti', 'GeForce GTX 1080 Ti', 'GeForce GTX 1080 Ti']
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_vram                  DEBUG    GPU VRAM: [11178.5, 11178.5, 11178.5, 11178.5]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       __init__                  DEBUG    Initialized GPUStats
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       initialize                DEBUG    OS is not macOS. Using pynvml
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_device_count          DEBUG    GPU Device count: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_active_devices        DEBUG    Active GPU Devices: [0, 1, 2, 3]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_handles               DEBUG    GPU Handles found: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_free                  DEBUG    GPU VRAM free: [11178.5, 11178.5, 11178.5, 11178.5]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       initialize                DEBUG    OS is not macOS. Using pynvml
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_device_count          DEBUG    GPU Device count: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_active_devices        DEBUG    Active GPU Devices: [0, 1, 2, 3]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_handles               DEBUG    GPU Handles found: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_free                  DEBUG    GPU VRAM free: [11178.5, 11178.5, 11178.5, 11178.5]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       initialize                DEBUG    OS is not macOS. Using pynvml
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_device_count          DEBUG    GPU Device count: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_active_devices        DEBUG    Active GPU Devices: [0, 1, 2, 3]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_handles               DEBUG    GPU Handles found: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_free                  DEBUG    GPU VRAM free: [11178.5, 11178.5, 11178.5, 11178.5]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       initialize                DEBUG    OS is not macOS. Using pynvml
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_device_count          DEBUG    GPU Device count: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_active_devices        DEBUG    Active GPU Devices: [0, 1, 2, 3]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_handles               DEBUG    GPU Handles found: 4
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_free                  DEBUG    GPU VRAM free: [11178.5, 11178.5, 11178.5, 11178.5]
01/29/2020 13:54:12 MainProcess     MainThread      gpu_stats       get_card_most_free        DEBUG    Active GPU Card with most free VRAM: {'card_id': 0, 'device': 'GeForce GTX 1080 Ti', 'free': 11178.5, 'total': 11178.5}
01/29/2020 13:54:12 MainProcess     MainThread      pipeline        _set_extractor_batchsize  DEBUG    Plugin requirements within threshold: (plugin_required: 6302.4MB, vram_free: 11178MB)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_detect_in', maxsize: 1)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_detect_in')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_detect_in'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_detect_in'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_align_in', maxsize: 1)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_align_in')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_align_in'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_align_in'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_mask_in', maxsize: 1)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_mask_in')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_mask_in'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_mask_in'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_mask_out', maxsize: 1)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_mask_out')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_mask_out'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_mask_out'
01/29/2020 13:54:12 MainProcess     MainThread      pipeline        _add_queues               DEBUG    Queues: {'extract_detect_in': <queue.Queue object at 0x2b9bbb426990>, 'extract_align_in': <queue.Queue object at 0x2b9bbb42b610>, 'extract_mask_in': <queue.Queue object at 0x2b9bbb42b850>, 'extract_mask_out': <queue.Queue object at 0x2b9bbb42b950>}
01/29/2020 13:54:12 MainProcess     MainThread      pipeline        __init__                  DEBUG    Initialized Extractor
01/29/2020 13:54:12 MainProcess     MainThread      extract         __init__                  DEBUG    Initialized Extract
01/29/2020 13:54:12 MainProcess     MainThread      extract         process                   INFO     Starting, this may take a while...
01/29/2020 13:54:12 MainProcess     MainThread      extract         _threaded_redirector      DEBUG    Threading task: (Task: 'load')
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: '_load', thread_count: 1)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: '_load'
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): '_load'
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: '_load_0'
01/29/2020 13:54:12 MainProcess     _load_0         extract         _load                     DEBUG    Load Images: Start
01/29/2020 13:54:12 MainProcess     _load_0         image           load                      DEBUG    Initializing Load Generator
01/29/2020 13:54:12 MainProcess     _load_0         image           _set_thread               DEBUG    Setting thread
01/29/2020 13:54:12 MainProcess     _load_0         multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'ImagesLoader', thread_count: 1)
01/29/2020 13:54:12 MainProcess     _load_0         multithreading  __init__                  DEBUG    Initialized MultiThread: 'ImagesLoader'
01/29/2020 13:54:12 MainProcess     _load_0         image           _set_thread               DEBUG    Set thread: <lib.multithreading.MultiThread object at 0x2b9bbb42bb50>
01/29/2020 13:54:12 MainProcess     _load_0         multithreading  start                     DEBUG    Starting thread(s): 'ImagesLoader'
01/29/2020 13:54:12 MainProcess     _load_0         multithreading  start                     DEBUG    Starting thread 1 of 1: 'ImagesLoader_0'
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads '_load': 1
01/29/2020 13:54:12 MainProcess     MainThread      image           __init__                  DEBUG    Initializing ImagesSaver: (path: /work/06021/kh36969/maverick2/data/1, queue_size: 8, as_bytes: True)
01/29/2020 13:54:12 MainProcess     MainThread      image           __init__                  DEBUG    Initializing ImagesSaver: (path: /work/06021/kh36969/maverick2/data/1, queue_size: 8, args: None)
01/29/2020 13:54:12 MainProcess     ImagesLoader_0  image           _process                  DEBUG    Load iterator: <bound method ImagesLoader._from_video of <lib.image.ImagesLoader object at 0x2b9b531ce6d0>>
01/29/2020 13:54:12 MainProcess     ImagesLoader_0  image           _from_video               DEBUG    Loading frames from video: '/work/06021/kh36969/maverick2/data/flex.mp4'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'ImagesSaver'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'ImagesSaver', maxsize: 8)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'ImagesSaver')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'ImagesSaver'
01/29/2020 13:54:12 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    Launching detect plugin
01/29/2020 13:54:12 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    in_qname: extract_detect_in, out_qname: extract_align_in
01/29/2020 13:54:12 MainProcess     MainThread      _base           initialize                DEBUG    initialize Detect: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x2b9bbb426990>, 'out_queue': <queue.Queue object at 0x2b9bbb42b610>})
01/29/2020 13:54:12 MainProcess     MainThread      _base           initialize                INFO     Initializing S3FD (Detect)...
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'detect_predict'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'detect_predict', maxsize: 1)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'detect_predict')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'detect_predict'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'detect_post'
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'detect_post', maxsize: 1)
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'detect_post')
01/29/2020 13:54:12 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'detect_post'
01/29/2020 13:54:12 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiling detect threads
01/29/2020 13:54:12 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 0x2b9bbb3bb350>>, in_queue: <queue.Queue object at 0x2b9bbb426990>, out_queue: <queue.Queue object at 0x2b9bbb426650>)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_input', thread_count: 1)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_input'
01/29/2020 13:54:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_input
01/29/2020 13:54:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_predict, function: <bound method Detector._predict of <plugins.extract.detect.s3fd.Detect object at 0x2b9bbb3bb350>>, in_queue: <queue.Queue object at 0x2b9bbb426650>, out_queue: <queue.Queue object at 0x2b9bbb426b10>)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_predict', thread_count: 1)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_predict'
01/29/2020 13:54:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_predict
01/29/2020 13:54:12 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 0x2b9bbb3bb350>>, in_queue: <queue.Queue object at 0x2b9bbb426b10>, out_queue: <queue.Queue object at 0x2b9bbb42b610>)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_output', thread_count: 1)
01/29/2020 13:54:12 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_output'
01/29/2020 13:54:12 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_output
01/29/2020 13:54:12 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiled detect threads: [<lib.multithreading.MultiThread object at 0x2b9bbb426a90>, <lib.multithreading.MultiThread object at 0x2b9bbb4092d0>, <lib.multithreading.MultiThread object at 0x2b9bbb3c9650>]
01/29/2020 13:54:12 MainProcess     MainThread      s3fd            __init__                  DEBUG    Initializing: S3fd: (model_path: '/work/06021/kh36969/maverick2/faceswap/plugins/extract/detect/.cache/s3fd_keras_v1.h5', allow_growth: False)
01/29/2020 13:54:12 MainProcess     _load_0         multithreading  start                     DEBUG    Started all threads 'ImagesLoader': 1
01/29/2020 13:54:12 MainProcess     MainThread      module_wrapper  _tfmw_add_deprecation_warning DEBUG    From /work/06021/kh36969/maverick2/faceswap/lib/model/session.py:112: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.\n
01/29/2020 13:54:12 MainProcess     MainThread      module_wrapper  _tfmw_add_deprecation_warning DEBUG    From /work/06021/kh36969/maverick2/faceswap/lib/model/session.py:116: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.\n
01/29/2020 13:54:14 MainProcess     MainThread      session         _set_session              DEBUG    Created tf.session: (graph: <tensorflow.python.framework.ops.Graph object at 0x2b9bbb41d790>, session: <tensorflow.python.client.session.Session object at 0x2b9bbb41d410>, config: )
01/29/2020 13:54:14 MainProcess     MainThread      session         load_model                VERBOSE  Initializing plugin model: S3FD
Traceback (most recent call last):
  File "/work/06021/kh36969/maverick2/faceswap/lib/cli.py", line 128, in execute_script
    process.process()
  File "/work/06021/kh36969/maverick2/faceswap/scripts/extract.py", line 114, in process
    self._run_extraction()
  File "/work/06021/kh36969/maverick2/faceswap/scripts/extract.py", line 201, in _run_extraction
    self._extractor.launch()
  File "/work/06021/kh36969/maverick2/faceswap/plugins/extract/pipeline.py", line 183, in launch
    self._launch_plugin(phase)
  File "/work/06021/kh36969/maverick2/faceswap/plugins/extract/pipeline.py", line 411, in _launch_plugin
    plugin.initialize(**kwargs)
  File "/work/06021/kh36969/maverick2/faceswap/plugins/extract/_base.py", line 334, in initialize
    self.init_model()
  File "/work/06021/kh36969/maverick2/faceswap/plugins/extract/detect/s3fd.py", line 41, in init_model
    self.model = S3fd(self.model_path, model_kwargs, self.config["allow_growth"], confidence)
  File "/work/06021/kh36969/maverick2/faceswap/plugins/extract/detect/s3fd.py", line 221, in __init__
    self.load_model()
  File "/work/06021/kh36969/maverick2/faceswap/lib/model/session.py", line 141, in load_model
    self._model = k_load_model(self._model_path, **self._model_kwargs)
  File "/home1/06021/kh36969/miniconda3/envs/faceswap/lib/python3.7/site-packages/keras/engine/saving.py", line 414, in load_model
    raise ImportError('`load_model` requires h5py.')
ImportError: `load_model` requires h5py.

============ System Information ============
encoding:            UTF-8
git_branch:          master
git_commits:         76bf610 plugins.extract.mask - Enable allow_growth option for mask tool
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 1080 Ti, GPU_1: GeForce GTX 1080 Ti, GPU_2: GeForce GTX 1080 Ti, GPU_3: GeForce GTX 1080 Ti
gpu_devices_active:  GPU_0, GPU_1, GPU_2, GPU_3
gpu_driver:          418.56
gpu_vram:            GPU_0: 11178MB, GPU_1: 11178MB, GPU_2: 11178MB, GPU_3: 11178MB
os_machine:          x86_64
os_platform:         Linux-3.10.0-957.12.1.el7.x86_64-x86_64-with-centos-7.6.1810-Core
os_release:          3.10.0-957.12.1.el7.x86_64
py_command:          faceswap.py extract -i ../data/flex.mp4 -o ../data/1/
py_conda_version:    conda 4.7.12
py_implementation:   CPython
py_version:          3.7.6
py_virtual_env:      True
sys_cores:           16
sys_processor:       x86_64
sys_ram:             Total: 128649MB, Available: 120988MB, Used: 6287MB, Free: 120891MB

=============== Pip Packages ===============
absl-py==0.8.1
astor==0.8.0
certifi==2019.11.28
cloudpickle==1.2.2
cycler==0.10.0
cytoolz==0.10.1
dask==2.10.0
decorator==4.4.1
fastcluster==1.1.26
ffmpy==0.2.2
gast==0.2.2
google-pasta==0.1.8
grpcio==1.16.1
h5py==2.9.0
imageio==2.6.1
imageio-ffmpeg==0.3.0
joblib==0.14.1
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.15
mkl-random==1.1.0
mkl-service==2.3.0
mpi4py==3.0.1
networkx==2.4
numpy==1.17.4
nvidia-ml-py3==7.352.1
olefile==0.46
opencv-python==4.1.2.30
opt-einsum==3.1.0
pathlib==1.0.1
Pillow==6.2.1
protobuf==3.11.2
psutil==5.6.7
pyparsing==2.4.6
python-dateutil==2.8.1
pytz==2019.3
PyWavelets==1.1.1
PyYAML==5.2
scikit-image==0.15.0
scikit-learn==0.22.1
scipy==1.3.2
six==1.14.0
tensorboard==1.15.0
tensorflow==1.15.0
tensorflow-estimator==1.15.1
termcolor==1.1.0
toolz==0.10.0
toposort==1.5
tornado==6.0.3
tqdm==4.42.0
webencodings==0.5.1
Werkzeug==0.16.0
wrapt==1.11.2

============== Conda Packages ==============
# packages in environment at /home1/06021/kh36969/miniconda3/envs/faceswap:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                        main  
_tflow_select 2.1.0 gpu
absl-py 0.8.1 py37_0
astor 0.8.0 py37_0
blas 1.0 mkl
bzip2 1.0.8 h516909a_2 conda-forge c-ares 1.15.0 h7b6447c_1001
ca-certificates 2019.11.27 0
certifi 2019.11.28 py37_0
cloudpickle 1.2.2 py_0
cudatoolkit 10.0.130 0
cudnn 7.6.5 cuda10.0_0
cupti 10.0.130 0
cycler 0.10.0 py37_0
cytoolz 0.10.1 py37h7b6447c_0
dask-core 2.10.0 py_0
dbus 1.13.12 h746ee38_0
decorator 4.4.1 py_0
expat 2.2.6 he6710b0_0
fastcluster 1.1.26 py37hb3f55d8_0 conda-forge ffmpeg 4.2 h167e202_0 conda-forge ffmpy 0.2.2 pypi_0 pypi fontconfig 2.13.0 h9420a91_0
freetype 2.9.1 h8a8886c_1
gast 0.2.2 py37_0
git 2.23.0 pl526hacde149_0
glib 2.63.1 h5a9c865_0
gmp 6.2.0 he1b5a44_0 conda-forge gnutls 3.6.5 hd3a4fd2_1002 conda-forge google-pasta 0.1.8 py_0
grpcio 1.16.1 py37hf8bcb03_1
gst-plugins-base 1.14.0 hbbd80ab_1
gstreamer 1.14.0 hb453b48_1
h5py 2.10.0 py37h7918eee_0
hdf5 1.10.4 hb1b8bf9_0
icu 58.2 h9c2bf20_1
imageio 2.6.1 py37_0
imageio-ffmpeg 0.3.0 py_0 conda-forge intel-openmp 2019.4 243
joblib 0.14.1 py_0
jpeg 9b h024ee3a_2
keras 2.2.4 0
keras-applications 1.0.8 py_0
keras-base 2.2.4 py37_0
keras-preprocessing 1.1.0 py_1
kiwisolver 1.1.0 py37he6710b0_0
krb5 1.16.4 h173b8e3_0
lame 3.100 h14c3975_1001 conda-forge ld_impl_linux-64 2.33.1 h53a641e_7
libcurl 7.67.0 h20c2e04_0
libedit 3.1.20181209 hc058e9b_0
libffi 3.2.1 hd88cf55_4
libgcc-ng 9.1.0 hdf63c60_0
libgfortran-ng 7.3.0 hdf63c60_0
libiconv 1.15 h516909a_1005 conda-forge libpng 1.6.37 hbc83047_0
libprotobuf 3.11.2 hd408876_0
libssh2 1.8.2 h1ba5d50_0
libstdcxx-ng 9.1.0 hdf63c60_0
libtiff 4.1.0 h2733197_0
libuuid 1.0.3 h1bed415_2
libxcb 1.13 h1bed415_1
libxml2 2.9.9 hea5a465_1
markdown 3.1.1 py37_0
matplotlib 3.1.1 py37h5429711_0
mkl 2019.4 243
mkl-service 2.3.0 py37he904b0f_0
mkl_fft 1.0.15 py37ha843d7b_0
mkl_random 1.1.0 py37hd6b4f25_0
ncurses 6.1 he6710b0_1
nettle 3.4.1 h1bed415_1002 conda-forge networkx 2.4 py_0
numpy 1.17.4 py37hc1035e2_0
numpy-base 1.17.4 py37hde5b4d6_0
nvidia-ml-py3 7.352.1 pypi_0 pypi olefile 0.46 py37_0
opencv-python 4.1.2.30 pypi_0 pypi openh264 1.8.0 hdbcaa40_1000 conda-forge openssl 1.1.1d h7b6447c_3
opt_einsum 3.1.0 py_0
pathlib 1.0.1 py37_1
pcre 8.43 he6710b0_0
perl 5.26.2 h14c3975_0
pillow 6.2.1 py37h34e0f95_0
pip 20.0.2 py37_0
protobuf 3.11.2 py37he6710b0_0
psutil 5.6.7 py37h7b6447c_0
pyparsing 2.4.6 py_0
pyqt 5.9.2 py37h05f1152_2
python 3.7.6 h0371630_2
python-dateutil 2.8.1 py_0
pytz 2019.3 py_0
pywavelets 1.1.1 py37h7b6447c_0
pyyaml 5.2 py37h7b6447c_0
qt 5.9.7 h5867ecd_1
readline 7.0 h7b6447c_5
scikit-image 0.15.0 py37he6710b0_0
scikit-learn 0.22.1 py37hd81dba3_0
scipy 1.3.2 py37h7c811a0_0
setuptools 45.1.0 py37_0
sip 4.19.8 py37hf484d3e_0
six 1.14.0 py37_0
sqlite 3.30.1 h7b6447c_0
tensorboard 1.15.0 pyhb230dea_0
tensorflow 1.15.0 gpu_py37h0f0df58_0
tensorflow-base 1.15.0 gpu_py37h9dcbed7_0
tensorflow-estimator 1.15.1 pyh2649769_0
tensorflow-gpu 1.15.0 h0d30ee6_0
termcolor 1.1.0 py37_1
tk 8.6.8 hbc83047_0
toolz 0.10.0 py_0
toposort 1.5 py_3 conda-forge tornado 6.0.3 py37h7b6447c_0
tqdm 4.42.0 py_0
webencodings 0.5.1 py37_1
werkzeug 0.16.0 py_0
wheel 0.33.6 py37_0
wrapt 1.11.2 py37h7b6447c_0
x264 1!152.20180806 h14c3975_0 conda-forge xz 5.2.4 h14c3975_4
yaml 0.1.7 had09818_2
zlib 1.2.11 h7b6447c_3
zstd 1.3.7 h0b5b093_0 ================= Configs ================== --------- convert.ini --------- [writer.opencv] format: png draw_transparent: False jpg_quality: 75 png_compress_level: 3 [writer.ffmpeg] container: mp4 codec: libx264 crf: 23 preset: medium tune: none profile: auto level: auto [writer.pillow] format: png draw_transparent: False optimize: False gif_interlace: True jpg_quality: 75 png_compress_level: 3 tif_compression: tiff_deflate [writer.gif] fps: 25 loop: 0 palettesize: 256 subrectangles: False [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 [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 --------- .faceswap --------- backend: nvidia --------- 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 [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 [model.original] lowmem: False [model.unbalanced] input_size: 128 lowmem: False clipnorm: True nodes: 1024 complexity_encoder: 128 complexity_decoder_a: 384 complexity_decoder_b: 512 [model.dfl_sae] input_size: 128 clipnorm: True architecture: df autoencoder_dims: 0 encoder_dims: 42 decoder_dims: 21 multiscale_decoder: False [model.realface] input_size: 64 output_size: 128 dense_nodes: 1536 complexity_encoder: 128 complexity_decoder: 512 [model.villain] lowmem: False [model.dfl_h128] lowmem: False [model.dlight] features: best details: good output_size: 256 --------- extract.ini --------- [global] allow_growth: False [detect.mtcnn] minsize: 20 threshold_1: 0.6 threshold_2: 0.7 threshold_3: 0.7 scalefactor: 0.709 batch-size: 8 [detect.cv2_dnn] confidence: 50 [detect.s3fd] confidence: 70 batch-size: 4 [mask.vgg_obstructed] batch-size: 2 [mask.vgg_clear] batch-size: 6 [mask.unet_dfl] batch-size: 8 [align.fan] batch-size: 12

Re: CRASH on extraction

Posted: Wed Jan 29, 2020 8:02 pm
by bryanlyon

Code: Select all

ImportError: `load_model` requires h5py.

Your install failed. You can either try again with the installer or if you're comfortable doing it, you can run update_deps.py in your faceswap environment.