Page 1 of 1

Extraction Crash

Posted: Tue Jul 13, 2021 8:19 am
by Meowracle

The last question I post was because of my GPU driver. Now I have updated to the latest version I know.
It seemed to run normally for a minute but still crashed at last. Thanks for any reply in advance!

Code: Select all

07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 1, scaling: 1.0, vram required: 2240.0
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 2240.0, available: 3799. Adding phase 'mask_1' to current phase: ['align', 'mask_0']
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Total phases: 2, Phases: [['detect'], ['align', 'mask_0', 'mask_1']]
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _set_plugin_batchsize          DEBUG    requested_batchsizes: [4], batchsizes: [1], remaining vram: -521.0
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _set_plugin_batchsize          INFO     Reset batch sizes due to available VRAM: Detect: 1
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_detect_in', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_detect_in')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_detect_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_detect_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_align_in', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_align_in')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_align_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_align_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_0_in', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_0_in')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_0_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_0_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_1_in', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_1_in')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_1_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_1_in'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_1_out', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_1_out')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_1_out'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_1_out'
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _add_queues                    DEBUG    Queues: {'extract0_detect_in': <queue.Queue object at 0x00000208E17227F0>, 'extract0_align_in': <queue.Queue object at 0x00000208E17E0C70>, 'extract0_mask_0_in': <queue.Queue object at 0x00000208E17E09D0>, 'extract0_mask_1_in': <queue.Queue object at 0x00000208E17E0790>, 'extract0_mask_1_out': <queue.Queue object at 0x00000208E17E0D30>}
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        __init__                       DEBUG    Initialized Extractor
07/13/2021 15:52:22 MainProcess     MainThread                     extract         __init__                       DEBUG    Initialized Extract
07/13/2021 15:52:22 MainProcess     MainThread                     extract         process                        INFO     Starting, this may take a while...
07/13/2021 15:52:22 MainProcess     MainThread                     extract         _threaded_redirector           DEBUG    Threading task: (Task: 'load')
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: '_load', thread_count: 1)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: '_load'
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): '_load'
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: '_load_0'
07/13/2021 15:52:22 MainProcess     _load_0                        extract         _load                          DEBUG    Load Images: Start
07/13/2021 15:52:22 MainProcess     _load_0                        image           load                           DEBUG    Initializing Load Generator
07/13/2021 15:52:22 MainProcess     _load_0                        image           _set_thread                    DEBUG    Setting thread
07/13/2021 15:52:22 MainProcess     _load_0                        multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'ImagesLoader', thread_count: 1)
07/13/2021 15:52:22 MainProcess     _load_0                        multithreading  __init__                       DEBUG    Initialized MultiThread: 'ImagesLoader'
07/13/2021 15:52:22 MainProcess     _load_0                        image           _set_thread                    DEBUG    Set thread: <lib.multithreading.MultiThread object at 0x00000208E17ED0D0>
07/13/2021 15:52:22 MainProcess     _load_0                        multithreading  start                          DEBUG    Starting thread(s): 'ImagesLoader'
07/13/2021 15:52:22 MainProcess     _load_0                        multithreading  start                          DEBUG    Starting thread 1 of 1: 'ImagesLoader_0'
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads '_load': 1
07/13/2021 15:52:22 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesSaver: (path: C:\Users\16324\Desktop\faceswap-trial, queue_size: 8, as_bytes: True)
07/13/2021 15:52:22 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesSaver: (path: C:\Users\16324\Desktop\faceswap-trial, queue_size: 8, args: None)
07/13/2021 15:52:22 MainProcess     ImagesLoader_0                 image           _process                       DEBUG    Load iterator: <bound method ImagesLoader._from_video of <lib.image.ImagesLoader object at 0x00000208D759BC40>>
07/13/2021 15:52:22 MainProcess     ImagesLoader_0                 image           _from_video                    DEBUG    Loading frames from video: 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4'
07/13/2021 15:52:22 MainProcess     _load_0                        multithreading  start                          DEBUG    Started all threads 'ImagesLoader': 1
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'ImagesSaver', maxsize: 8, create_new: True)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'ImagesSaver')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'ImagesSaver'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'ImagesSaver'
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launching detect plugin
07/13/2021 15:52:22 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    in_qname: extract0_detect_in, out_qname: extract0_align_in
07/13/2021 15:52:22 MainProcess     MainThread                     _base           initialize                     DEBUG    initialize Detect: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x00000208E17227F0>, 'out_queue': <queue.Queue object at 0x00000208E17E0C70>})
07/13/2021 15:52:22 MainProcess     MainThread                     _base           initialize                     INFO     Initializing S3FD (Detect)...
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'detect0_predict_s3fd'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'detect0_predict_s3fd', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'detect0_predict_s3fd')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'detect0_predict_s3fd'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'detect0_post_s3fd'
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'detect0_post_s3fd', maxsize: 1, create_new: False)
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'detect0_post_s3fd')
07/13/2021 15:52:22 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'detect0_post_s3fd'
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiling detect threads
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: detect_s3fd_input, function: <bound method Extractor._process_input of <plugins.extract.detect.s3fd.Detect object at 0x00000208E1722760>>, in_queue: <queue.Queue object at 0x00000208E17227F0>, out_queue: <queue.Queue object at 0x00000208E17E0400>)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'detect_s3fd_input', thread_count: 1)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'detect_s3fd_input'
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: detect_s3fd_input
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: detect_s3fd_predict, function: <bound method Detector._predict of <plugins.extract.detect.s3fd.Detect object at 0x00000208E1722760>>, in_queue: <queue.Queue object at 0x00000208E17E0400>, out_queue: <queue.Queue object at 0x00000208E17E0040>)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'detect_s3fd_predict', thread_count: 1)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'detect_s3fd_predict'
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: detect_s3fd_predict
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Adding thread: (name: detect_s3fd_output, function: <bound method Extractor._process_output of <plugins.extract.detect.s3fd.Detect object at 0x00000208E1722760>>, in_queue: <queue.Queue object at 0x00000208E17E0040>, out_queue: <queue.Queue object at 0x00000208E17E0C70>)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initializing MultiThread: (target: 'detect_s3fd_output', thread_count: 1)
07/13/2021 15:52:22 MainProcess     MainThread                     multithreading  __init__                       DEBUG    Initialized MultiThread: 'detect_s3fd_output'
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _add_thread                    DEBUG    Added thread: detect_s3fd_output
07/13/2021 15:52:22 MainProcess     MainThread                     _base           _compile_threads               DEBUG    Compiled detect threads: [<lib.multithreading.MultiThread object at 0x00000208E17E04C0>, <lib.multithreading.MultiThread object at 0x00000208E17BBE20>, <lib.multithreading.MultiThread object at 0x00000208E17BB310>]
07/13/2021 15:52:22 MainProcess     MainThread                     s3fd            __init__                       DEBUG    Initializing: S3fd: (model_path: 'E:\faceswap\plugins\extract\detect\.cache\s3fd_keras_v2.h5', model_kwargs: {'custom_objects': {'L2Norm': <class 'plugins.extract.detect.s3fd.L2Norm'>, 'SliceO2K': <class 'plugins.extract.detect.s3fd.SliceO2K'>}}, allow_growth: False, exclude_gpus: None, confidence: 0.7)
07/13/2021 15:53:03 MainProcess     ImagesLoader_0                 multithreading  run                            DEBUG    Error in thread (ImagesLoader_0): Could not load meta information\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video
07/13/2021 15:53:04 MainProcess     _load_0                        multithreading  check_and_raise_error          DEBUG    Thread error caught: [(<class 'OSError'>, OSError("Could not load meta information\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\16324\\Desktop\\faceswap-trial\\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\16324\\Desktop\\faceswap-trial\\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video"), <traceback object at 0x00000208E1B97BC0>)]
07/13/2021 15:53:04 MainProcess     _load_0                        multithreading  run                            DEBUG    Error in thread (_load_0): Could not load meta information\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video
07/13/2021 15:53:04 MainProcess     MainThread                     ag_logging      warn                           DEBUG    AutoGraph could not transform <bound method SliceO2K.call of <plugins.extract.detect.s3fd.SliceO2K object at 0x00000208832E1C10>> and will run it as-is.\nPlease report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output.\nCause: module 'gast' has no attribute 'Index'\nTo silence this warning, decorate the function with @tf.autograph.experimental.do_not_convert
07/13/2021 15:53:04 MainProcess     MainThread                     session         load_model_weights             VERBOSE  Initializing plugin model: S3FD
07/13/2021 15:53:05 MainProcess     MainThread                     s3fd            __init__                       DEBUG    Initialized: S3fd
07/13/2021 15:53:05 MainProcess     MainThread                     _base           initialize                     INFO     Initialized S3FD (Detect) with batchsize of 1
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'detect_s3fd_input'
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'detect_s3fd_input_0'
07/13/2021 15:53:05 MainProcess     detect_s3fd_input_0            _base           _thread_process                DEBUG    threading: (function: '_process_input')
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'detect_s3fd_input': 1
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'detect_s3fd_predict'
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'detect_s3fd_predict_0'
07/13/2021 15:53:05 MainProcess     detect_s3fd_predict_0          _base           _thread_process                DEBUG    threading: (function: '_predict')
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'detect_s3fd_predict': 1
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread(s): 'detect_s3fd_output'
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Starting thread 1 of 1: 'detect_s3fd_output_0'
07/13/2021 15:53:05 MainProcess     detect_s3fd_output_0           _base           _thread_process                DEBUG    threading: (function: '_process_output')
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  start                          DEBUG    Started all threads 'detect_s3fd_output': 1
07/13/2021 15:53:05 MainProcess     MainThread                     pipeline        _launch_plugin                 DEBUG    Launched detect plugin
07/13/2021 15:53:05 MainProcess     MainThread                     multithreading  check_and_raise_error          DEBUG    Thread error caught: [(<class 'OSError'>, OSError("Could not load meta information\n=== stderr ===\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\16324\\Desktop\\faceswap-trial\\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\nffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 10.2.1 (GCC) 20200726\n  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf\n  libavutil      56. 51.100 / 56. 51.100\n\n  libavcodec     58. 91.100 / 58. 91.100\n  libavformat    58. 45.100 / 58. 45.100\n  libavdevice    58. 10.100 / 58. 10.100\n  libavfilter     7. 85.100 /  7. 85.100\n  libswscale      5.  7.100 /  5.  7.100\n  libswresample   3.  7.100 /  3.  7.100\n  libpostproc    55.  7.100 / 55.  7.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\16324\\Desktop\\faceswap-trial\\sjhs.pw_0003.mp4':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    creation_time   : 2019-05-19T09:53:17.000000Z\n  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s\n    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Audio\n    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video\nStream mapping:\n  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))\nPress [q] to stop, [?] for help\nOutput #0, image2pipe, to 'pipe:':\n  Metadata:\n    major_brand     : mp42\n    minor_version   : 1\n    compatible_brands: mp41mp42isom\n    encoder         : Lavf58.45.100\n    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)\n    Metadata:\n      creation_time   : 2019-05-19T09:53:17.000000Z\n      handler_name    : Core Media Video"), <traceback object at 0x00000208832475C0>)]
Traceback (most recent call last):
  File "E:\faceswap\lib\cli\launcher.py", line 182, in execute_script
    process.process()
  File "E:\faceswap\scripts\extract.py", line 119, in process
    self._run_extraction()
  File "E:\faceswap\scripts\extract.py", line 207, in _run_extraction
    self._check_thread_error()
  File "E:\faceswap\scripts\extract.py", line 238, in _check_thread_error
    thread.check_and_raise_error()
  File "E:\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
    raise error[1].with_traceback(error[2])
  File "E:\faceswap\lib\multithreading.py", line 37, in run
    self._target(*self._args, **self._kwargs)
  File "E:\faceswap\scripts\extract.py", line 152, in _load
    for filename, image in self._images.load():
  File "E:\faceswap\lib\image.py", line 1184, in load
    self._thread.check_and_raise_error()
  File "E:\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
    raise error[1].with_traceback(error[2])
  File "E:\faceswap\lib\multithreading.py", line 37, in run
    self._target(*self._args, **self._kwargs)
  File "E:\faceswap\lib\image.py", line 1090, in _process
    for retval in iterator():
  File "E:\faceswap\lib\image.py", line 1113, in _from_video
    reader = imageio.get_reader(self.location, "ffmpeg")
  File "C:\Users\16324\MiniConda3\envs\faceswap\lib\site-packages\imageio\core\functions.py", line 186, in get_reader
    return format.get_reader(request)
  File "C:\Users\16324\MiniConda3\envs\faceswap\lib\site-packages\imageio\core\format.py", line 170, in get_reader
    return self.Reader(self, request)
  File "E:\faceswap\lib\image.py", line 38, in __init__
    super().__init__(format, request)
  File "C:\Users\16324\MiniConda3\envs\faceswap\lib\site-packages\imageio\core\format.py", line 221, in __init__
    self._open(**self.request.kwargs.copy())
  File "C:\Users\16324\MiniConda3\envs\faceswap\lib\site-packages\imageio\plugins\ffmpeg.py", line 323, in _open
    self._initialize()
  File "E:\faceswap\lib\image.py", line 221, in _initialize
    self._meta.update(self._read_gen.__next__())
  File "C:\Users\16324\MiniConda3\envs\faceswap\lib\site-packages\imageio_ffmpeg\_io.py", line 174, in read_frames
    raise IOError(fmt.format(err2))
OSError: Could not load meta information
=== stderr ===
ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 10.2.1 (GCC) 20200726
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
  libavutil      56. 51.100 / 56. 51.100

  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp41mp42isom
    creation_time   : 2019-05-19T09:53:17.000000Z
  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s
    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)
    Metadata:
      creation_time   : 2019-05-19T09:53:17.000000Z
      handler_name    : Core Media Audio
    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)
    Metadata:
      creation_time   : 2019-05-19T09:53:17.000000Z
      handler_name    : Core Media Video
Stream mapping:
  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))
Press [q] to stop, [?] for help
Output #0, image2pipe, to 'pipe:':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp41mp42isom
    encoder         : Lavf58.45.100
    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)
ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 10.2.1 (GCC) 20200726
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
  libavutil      56. 51.100 / 56. 51.100

  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\16324\Desktop\faceswap-trial\sjhs.pw_0003.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp41mp42isom
    creation_time   : 2019-05-19T09:53:17.000000Z
  Duration: 00:00:39.60, start: 0.000000, bitrate: 10856 kb/s
    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 219 kb/s (default)
    Metadata:
      creation_time   : 2019-05-19T09:53:17.000000Z
      handler_name    : Core Media Audio
    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709, progressive), 720x1280, 10631 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)
    Metadata:
      creation_time   : 2019-05-19T09:53:17.000000Z
      handler_name    : Core Media Video
Stream mapping:
  Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native))
Press [q] to stop, [?] for help
Output #0, image2pipe, to 'pipe:':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp41mp42isom
    encoder         : Lavf58.45.100
    Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x1280, q=2-31, 663552 kb/s, 30 fps, 30 tbn, 30 tbc (default)
    Metadata:
      creation_time   : 2019-05-19T09:53:17.000000Z
      handler_name    : Core Media Video

============ System Information ============
encoding:            cp936
git_branch:          master
git_commits:         cbf64de Typofix
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: NVIDIA GeForce GTX 960M
gpu_devices_active:  GPU_0
gpu_driver:          471.11
gpu_vram:            GPU_0: 4096MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.19043-SP0
os_release:          10
py_command:          E:\faceswap\faceswap.py extract -i C:/Users/16324/Desktop/faceswap-trial/sjhs.pw_0003.mp4 -o C:/Users/16324/Desktop/faceswap-trial -D s3fd -A fan -nm hist -rf 0 -min 80 -l 0.4 -sz 512 -een 1 -si 0 -L INFO -gui
py_conda_version:    conda 4.10.1
py_implementation:   CPython
py_version:          3.8.10
py_virtual_env:      True
sys_cores:           8
sys_processor:       Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
sys_ram:             Total: 8104MB, Available: 3298MB, Used: 4805MB, Free: 3298MB

=============== Pip Packages ===============
absl-py @ file:///C:/ci/absl-py_1615411229697/work
aiohttp @ file:///C:/ci/aiohttp_1614361024229/work
astor==0.8.1
astunparse==1.6.3
async-timeout==3.0.1
attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work
blinker==1.4
brotlipy==0.7.0
cachetools @ file:///tmp/build/80754af9/cachetools_1619597386817/work
certifi==2021.5.30
cffi @ file:///C:/ci/cffi_1613247279197/work
chardet @ file:///C:/ci/chardet_1605303225733/work
click @ file:///tmp/build/80754af9/click_1621604852318/work
coverage @ file:///C:/ci/coverage_1614615074147/work
cryptography @ file:///C:/ci/cryptography_1616769344312/work
cycler==0.10.0
Cython @ file:///C:/ci/cython_1618435363327/work
fastcluster==1.1.26
ffmpy==0.2.3
gast @ file:///tmp/build/80754af9/gast_1597433534803/work
google-auth @ file:///tmp/build/80754af9/google-auth_1622042963536/work
google-auth-oauthlib @ file:///tmp/build/80754af9/google-auth-oauthlib_1617120569401/work
google-pasta==0.2.0
grpcio @ file:///C:/ci/grpcio_1614884412260/work
h5py==2.10.0
idna @ file:///home/linux1/recipes/ci/idna_1610986105248/work
imageio @ file:///tmp/build/80754af9/imageio_1617700267927/work
imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1621542018480/work
importlib-metadata @ file:///C:/ci/importlib-metadata_1617877484576/work
joblib @ file:///tmp/build/80754af9/joblib_1613502643832/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_1614364121613/work
matplotlib @ file:///C:/ci/matplotlib-base_1592837548929/work
mkl-fft==1.3.0
mkl-random==1.1.1
mkl-service==2.3.0
multidict @ file:///C:/ci/multidict_1607362065515/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.2.54
opt-einsum @ file:///tmp/build/80754af9/opt_einsum_1621500238896/work
pathlib==1.0.1
Pillow @ file:///C:/ci/pillow_1617386341487/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==1.7.1
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_1614366226499/work
scikit-learn @ file:///C:/ci/scikit-learn_1622739500535/work
scipy @ file:///C:/ci/scipy_1616703433439/work
sip==4.19.13
six @ file:///C:/ci/six_1605187374963/work
tensorboard @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_te/tensorboard_1614593728657/work/tmp_pip_dir
tensorboard-plugin-wit==1.6.0
tensorflow==2.3.0
tensorflow-estimator @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_baze37/tensorflow-estimator_1622026529081/work/tensorflow_estimator-2.5.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_1615925068909/work
typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1611751222202/work
urllib3 @ file:///tmp/build/80754af9/urllib3_1615837158687/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_1606940076464/work
zipp @ file:///tmp/build/80754af9/zipp_1615904174917/work

============== Conda Packages ==============
# packages in environment at C:\Users\16324\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
_tflow_select             2.3.0                       gpu  
absl-py 0.12.0 py38haa95532_0
aiohttp 3.7.4 py38h2bbff1b_1
astor 0.8.1 py38haa95532_0
astunparse 1.6.3 py_0
async-timeout 3.0.1 py38haa95532_0
attrs 21.2.0 pyhd3eb1b0_0
blas 1.0 mkl
blinker 1.4 py38haa95532_0
brotlipy 0.7.0 py38h2bbff1b_1003
ca-certificates 2021.5.25 haa95532_1
cachetools 4.2.2 pyhd3eb1b0_0
certifi 2021.5.30 py38haa95532_0
cffi 1.14.5 py38hcd4344a_0
chardet 3.0.4 py38haa95532_1003
click 8.0.1 pyhd3eb1b0_0
coverage 5.5 py38h2bbff1b_2
cryptography 3.4.7 py38h71e12ea_0
cudatoolkit 10.1.243 h74a9793_0
cudnn 7.6.5 cuda10.1_0
cycler 0.10.0 py38_0
cython 0.29.23 py38hd77b12b_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.30.1 pyhd3eb1b0_0
google-auth-oauthlib 0.4.4 pyhd3eb1b0_0
google-pasta 0.2.0 py_0
grpcio 1.36.1 py38hc60d5dd_1
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 pyhd3eb1b0_0
imageio-ffmpeg 0.4.4 pyhd8ed1ab_0 conda-forge importlib-metadata 3.10.0 py38haa95532_0
intel-openmp 2021.2.0 haa95532_616
joblib 1.0.1 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.2.0 hd0e1b90_0
lz4-c 1.9.3 h2bbff1b_0
markdown 3.3.4 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.3.0 py38h46781fe_0
mkl_random 1.1.1 py38h47e9c7a_0
multidict 5.1.0 py38h2bbff1b_2
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.2.54 pypi_0 pypi openssl 1.1.1k h2bbff1b_0
opt_einsum 3.3.0 pyhd3eb1b0_1
pathlib 1.0.1 py_1
pillow 8.2.0 py38h4fa10fc_0
pip 21.1.2 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 1.7.1 py38_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.10 hdbf39b2_7
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.2 pyhd3eb1b0_1
scikit-learn 0.24.2 py38hf11a4ad_1
scipy 1.6.2 py38h14eb087_0
setuptools 52.0.0 py38haa95532_0
sip 4.19.13 py38ha925a31_0
six 1.15.0 py38haa95532_0
sqlite 3.35.4 h2bbff1b_0
tensorboard 2.4.0 pyhc547734_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.5.0 pyh7b7c402_0
tensorflow-gpu 2.3.0 he13fc11_0
termcolor 1.1.0 py38haa95532_1
threadpoolctl 2.1.0 pyh5ca1d4c_0
tk 8.6.10 he774522_0
tornado 6.1 py38h2bbff1b_0
tqdm 4.59.0 pyhd3eb1b0_1
typing-extensions 3.7.4.3 hd3eb1b0_0
typing_extensions 3.7.4.3 pyh06a4308_0
urllib3 1.26.4 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.6.3 py38h2bbff1b_0
zipp 3.4.1 pyhd3eb1b0_0
zlib 1.2.11 h62dcd97_4
zstd 1.4.9 h19a0ad4_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: False [align.fan] batch-size: 12 [detect.cv2_dnn] confidence: 50 [detect.mtcnn] minsize: 20 scalefactor: 0.709 batch-size: 8 threshold_1: 0.6 threshold_2: 0.7 threshold_3: 0.7 [detect.s3fd] confidence: 70 batch-size: 4 [mask.bisenet_fp] batch-size: 8 include_ears: False include_hair: False include_glasses: True [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 epsilon_exponent: -7 reflect_padding: False allow_growth: False mixed_precision: False nan_protection: True 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

Re: Extraction Crash

Posted: Fri Jul 16, 2021 9:57 am
by torzdf

This happens for 1 of a number of reasons....

1) There are special characters within the meta data of the video file. You can use something like MP3Tag

2) It's a false positive derived from some kind of memory error. If this happens, normally just running the process again remedies the problem.