Page 1 of 1

crash when extracting

Posted: Sun Feb 12, 2023 8:55 pm
by tim2xu

The crash log:

Code: Select all

02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.s3fd', title: 'batch-size', datatype: '<class 'int'>', default: '4', info: 'The batch size to use. To a point, higher batch sizes equal better performance, but setting it too high can harm performance.\n\n	Nvidia users: If the batchsize is set higher than the your GPU can accomodate then this will automatically be lowered.\n	AMD users: A batchsize of 8 requires about 2 GB vram.', rounding: '1', min_max: (1, 64), choices: [], gui_radio: False, fixed: True, group: settings)
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Added defaults: detect.s3fd
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Adding defaults: (filename: cv2_dnn_defaults.py, module_path: plugins.extract.detect, plugin_type: detect
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Importing defaults module: plugins.extract.detect.cv2_dnn_defaults
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_section                    DEBUG    Add section: (title: 'detect.cv2_dnn', info: 'CV2 DNN Detector options.\nA CPU only extractor, is the least reliable, but uses least resources and runs fast on CPU. Use this if not using a GPU and time is important')
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.cv2_dnn', title: 'confidence', datatype: '<class 'int'>', default: '50', info: 'The confidence level at which the detector has succesfully found a face.\nHigher levels will be more discriminating, lower levels will have more false positives.', rounding: '5', min_max: (25, 100), choices: [], gui_radio: False, fixed: True, group: settings)
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Added defaults: detect.cv2_dnn
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Adding defaults: (filename: mtcnn_defaults.py, module_path: plugins.extract.detect, plugin_type: detect
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Importing defaults module: plugins.extract.detect.mtcnn_defaults
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_section                    DEBUG    Add section: (title: 'detect.mtcnn', info: 'MTCNN Detector options.\nFast on GPU, slow on CPU. Uses fewer resources than other GPU detectors but can often return more false positives.')
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'minsize', datatype: '<class 'int'>', default: '20', info: 'The minimum size of a face (in pixels) to be accepted as a positive match.\nLower values use significantly more VRAM and will detect more false positives.', rounding: '10', min_max: (20, 1000), choices: [], gui_radio: False, fixed: True, group: settings)
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'scalefactor', datatype: '<class 'float'>', default: '0.709', info: 'The scale factor for the image pyramid.', rounding: '3', min_max: (0.1, 0.9), choices: [], gui_radio: False, fixed: True, group: settings)
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'batch-size', datatype: '<class 'int'>', default: '8', info: 'The batch size to use. To a point, higher batch sizes equal better performance, but setting it too high can harm performance.\n\n	Nvidia users: If the batchsize is set higher than the your GPU can accomodate then this will automatically be lowered.', rounding: '1', min_max: (1, 64), choices: [], gui_radio: False, fixed: True, group: settings)
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'cpu', datatype: '<class 'bool'>', default: 'True', info: '[Not PlaidML] MTCNN detector still runs fairly quickly on CPU on some setups. Enable CPU mode here to use the CPU for this detector to save some VRAM at a speed cost.', rounding: 'None', min_max: None, choices: None, gui_radio: False, fixed: True, group: settings)
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'threshold_1', datatype: '<class 'float'>', default: '0.6', info: 'First stage threshold for face detection. This stage obtains face candidates.', rounding: '2', min_max: (0.1, 0.9), choices: [], gui_radio: False, fixed: True, group: threshold)
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'threshold_2', datatype: '<class 'float'>', default: '0.7', info: 'Second stage threshold for face detection. This stage refines face candidates.', rounding: '2', min_max: (0.1, 0.9), choices: [], gui_radio: False, fixed: True, group: threshold)
02/12/2023 14:53:11 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'detect.mtcnn', title: 'threshold_3', datatype: '<class 'float'>', default: '0.7', info: 'Third stage threshold for face detection. This stage further refines face candidates.', rounding: '2', min_max: (0.1, 0.9), choices: [], gui_radio: False, fixed: True, group: threshold)
02/12/2023 14:53:11 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Added defaults: detect.mtcnn
02/12/2023 14:53:11 MainProcess     MainThread                     config          handle_config                  DEBUG    Handling config: (section: mask.extended, configfile: '/home/tim/faceswap/config/extract.ini')
02/12/2023 14:53:11 MainProcess     MainThread                     config          check_exists                   DEBUG    Config file exists: '/home/tim/faceswap/config/extract.ini'
02/12/2023 14:53:11 MainProcess     MainThread                     config          load_config                    VERBOSE  Loading config: '/home/tim/faceswap/config/extract.ini'
02/12/2023 14:53:11 MainProcess     MainThread                     config          validate_config                DEBUG    Validating config
02/12/2023 14:53:11 MainProcess     MainThread                     config          check_config_change            DEBUG    Default config has not changed
02/12/2023 14:53:11 MainProcess     MainThread                     config          check_config_choices           DEBUG    Checking config choices
02/12/2023 14:53:11 MainProcess     MainThread                     config          check_config_choices           DEBUG    Checked config choices
02/12/2023 14:53:11 MainProcess     MainThread                     config          validate_config                DEBUG    Validated config
02/12/2023 14:53:11 MainProcess     MainThread                     config          handle_config                  DEBUG    Handled config
02/12/2023 14:53:11 MainProcess     MainThread                     config          __init__                       DEBUG    Initialized: Config
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'allow_growth')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: False)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_min_scale')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 0.07)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_max_scale')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 2.0)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_distance')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 22.5)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_roll')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 45.0)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_features')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'filter_refeed')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'save_filtered')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: False)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'realign_refeeds')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'filter_realign')
02/12/2023 14:53:11 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/12/2023 14:53:11 MainProcess     MainThread                     _base           _get_model                     DEBUG    No model_filename specified. Returning None
02/12/2023 14:53:11 MainProcess     MainThread                     _base           __init__                       DEBUG    Initialized _base Mask
02/12/2023 14:53:11 MainProcess     MainThread                     _base           __init__                       DEBUG    Initialized Mask
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_parallel_processing       DEBUG    No GPU detected. Enabling parallel processing.
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 1, scaling: 1.0, vram required: 4112.0
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 4112.0, available: 1792. Single plugin has higher requirements than available or forcing single process: 'detect'
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 0, scaling: 1.0, vram required: 0.0
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 0.0, available: 1792. Adding phase 'align' to current phase: []
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 0, scaling: 1.0, vram required: 0.0
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 0.0, available: 1792. Adding phase 'mask_0' to current phase: ['align']
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 0, scaling: 1.0, vram required: 0.0
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 0.0, available: 1792. Adding phase 'mask_1' to current phase: ['align', 'mask_0']
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Total phases: 2, Phases: [['detect'], ['align', 'mask_0', 'mask_1']]
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _set_extractor_batchsize       DEBUG    Not updating batchsize requirements for backend: 'cpu'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_detect_in', maxsize: 1, create_new: False)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_detect_in')
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_detect_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_detect_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_align_in', maxsize: 1, create_new: False)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_align_in')
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_align_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_align_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_0_in', maxsize: 1, create_new: False)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_0_in')
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_0_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_0_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_1_in', maxsize: 1, create_new: False)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_1_in')
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_1_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_1_in'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_1_out', maxsize: 1, create_new: False)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_1_out')
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_1_out'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_1_out'
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        _add_queues                    DEBUG    Queues: {'extract0_detect_in': <lib.queue_manager.EventQueue object at 0x7f97e5836520>, 'extract0_align_in': <lib.queue_manager.EventQueue object at 0x7f97e5836a30>, 'extract0_mask_0_in': <lib.queue_manager.EventQueue object at 0x7f97e5838e50>, 'extract0_mask_1_in': <lib.queue_manager.EventQueue object at 0x7f97e58381c0>, 'extract0_mask_1_out': <lib.queue_manager.EventQueue object at 0x7f97e5838880>}
02/12/2023 14:53:11 MainProcess     MainThread                     pipeline        __init__                       DEBUG    Initialized Extractor
02/12/2023 14:53:11 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing Filter: (threshold: 0.6, filter_files: None, nfilter_files: None extractor: <plugins.extract.pipeline.Extractor object at 0x7f9812fb4160>)
02/12/2023 14:53:11 MainProcess     MainThread                     extract         _validate_inputs               DEBUG    filter_files: [], nfilter_files: []
02/12/2023 14:53:11 MainProcess     MainThread                     extract         __init__                       DEBUG    Filter not selected. Exiting Filter
02/12/2023 14:53:11 MainProcess     MainThread                     extract         process                        INFO     Starting, this may take a while...
02/12/2023 14:53:11 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing _Extract: (extractor: <plugins.extract.pipeline.Extractor object at 0x7f9812fb4160>, args: Namespace(func=<bound method ScriptExecutor.execute_script of <lib.cli.launcher.ScriptExecutor object at 0x7f9812ff79d0>>, configfile=None, loglevel='INFO', logfile=None, redirect_gui=True, colab=False, input_dir="/home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv", output_dir='/home/tim/Documents/face', alignments_path=None, batch_mode=False, detector='s3fd', aligner='cv2-dnn', masker=None, normalization='none', re_feed=0, re_align=False, rotate_images=None, identity=False, min_size=0, nfilter=None, filter=None, ref_threshold=0.6, size=512, extract_every_n=1, save_interval=0, debug_landmarks=False, singleprocess=False, skip_existing=False, skip_faces=False, skip_saving_faces=False, exclude_gpus=None))
02/12/2023 14:53:11 MainProcess     MainThread                     utils           get_folder                     DEBUG    Requested path: '/home/tim/Documents/face'
02/12/2023 14:53:11 MainProcess     MainThread                     utils           get_folder                     DEBUG    Returning: '/home/tim/Documents/face'
02/12/2023 14:53:11 MainProcess     MainThread                     extract         __init__                       INFO     Output Directory: /home/tim/Documents/face
02/12/2023 14:53:11 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing PipelineLoader: (path: /home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv, extractor: <plugins.extract.pipeline.Extractor object at 0x7f9812fb4160>, aligned_filenames: None)
02/12/2023 14:53:11 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesLoader: (path: /home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv, queue_size: 8, fast_count: True, skip_list: None, count: None)
02/12/2023 14:53:11 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesLoader: (path: /home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv, queue_size: 8, args: None)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'ImagesLoader', maxsize: 8, create_new: True)
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'ImagesLoader')
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'ImagesLoader'
02/12/2023 14:53:11 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'ImagesLoader'
02/12/2023 14:53:11 MainProcess     MainThread                     image           _check_for_video               DEBUG    Input '/home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv' is_video: True
Traceback (most recent call last):
  File "/home/tim/faceswap/lib/cli/launcher.py", line 230, in execute_script
    process.process()
  File "/home/tim/faceswap/scripts/extract.py", line 165, in process
    extract = _Extract(self._extractor, arguments)
  File "/home/tim/faceswap/scripts/extract.py", line 642, in __init__
    self._loader = PipelineLoader(self._args.input_dir, extractor)
  File "/home/tim/faceswap/scripts/extract.py", line 502, in __init__
    self._images = ImagesLoader(path, fast_count=True)
  File "/home/tim/faceswap/lib/image.py", line 981, in __init__
    self._fps = self._get_fps()
  File "/home/tim/faceswap/lib/image.py", line 1063, in _get_fps
    reader = imageio.get_reader(self.location, "ffmpeg")
  File "/home/tim/miniconda3/envs/faceswap/lib/python3.9/site-packages/imageio/v2.py", line 134, in get_reader
    return image_file.legacy_get_reader(**kwargs)
  File "/home/tim/miniconda3/envs/faceswap/lib/python3.9/site-packages/imageio/core/legacy_plugin_wrapper.py", line 114, in legacy_get_reader
    return self._format.get_reader(self._request)
  File "/home/tim/miniconda3/envs/faceswap/lib/python3.9/site-packages/imageio/core/format.py", line 220, in get_reader
    return self.Reader(self, request)
  File "/home/tim/faceswap/lib/image.py", line 42, in __init__
    super().__init__(format, request)
  File "/home/tim/miniconda3/envs/faceswap/lib/python3.9/site-packages/imageio/core/format.py", line 311, in __init__
    self._open(**self.request.kwargs.copy())
  File "/home/tim/miniconda3/envs/faceswap/lib/python3.9/site-packages/imageio/plugins/ffmpeg.py", line 348, in _open
    self._initialize()
  File "/home/tim/faceswap/lib/image.py", line 246, in _initialize
    self._meta.update(self._read_gen.__next__())
  File "/home/tim/miniconda3/envs/faceswap/lib/python3.9/site-packages/imageio_ffmpeg/_io.py", line 297, in read_frames
    raise IOError(fmt.format(err2))
OSError: Could not load meta information
=== stderr ===

ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7.3.0 (crosstool-NG 1.23.0.449-a04d0)
  configuration: --prefix=/tmp/build/80754af9/ffmpeg_1587154242452/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho --cc=/tmp/build/80754af9/ffmpeg_1587154242452/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc --disable-doc --enable-avresample --enable-gmp --enable-hardcoded-tables --enable-libfreetype --enable-libvpx --enable-pthreads --enable-libopus --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-static --enable-version3 --enable-zlib --enable-libmp3lame --disable-nonfree --enable-gpl --enable-gnutls --disable-openssl --enable-libopenh264 --enable-libx264
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
Input #0, matroska,webm, from '/home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv':
  Metadata:
    ENCODER         : Lavf58.20.100
  Duration: 00:03:48.70, start: -0.007000, bitrate: 852 kb/s
    Stream #0:0(eng): Audio: opus, 48000 Hz, stereo, fltp (default)
    Metadata:
      DURATION        : 00:03:48.701000000
    Stream #0:1: Video: av1 (Main), none(tv, bt709), 946x720, 23.98 fps, 23.98 tbr, 1k tbn, 1k tbc (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:03:48.645000000
Stream mapping:
  Stream #0:1 -> #0:0 (? (?) -> rawvideo (native))
Decoder (codec av1) not found for input stream #0:1

============ System Information ============
backend:             cpu
encoding:            UTF-8
git_branch:          Not Found
git_commits:         Not Found
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_devices_active:  
gpu_driver:          
gpu_vram:            
os_machine:          x86_64
os_platform:         Linux-5.15.0-58-generic-x86_64-with-glibc2.35
os_release:          5.15.0-58-generic
py_command:          /home/tim/faceswap/faceswap.py extract -i /home/tim/dwhelper/Britney Spears - I'm Not A Girl, Not Yet A Woman (Official H.mkv -o /home/tim/Documents/face -D s3fd -A cv2-dnn -nm none -rf 0 -min 0 -l 0.6 -sz 512 -een 1 -si 0 -L INFO -gui
py_conda_version:    conda 23.1.0
py_implementation:   CPython
py_version:          3.9.16
py_virtual_env:      True
sys_cores:           4
sys_processor:       x86_64
sys_ram:             Total: 7834MB, Available: 4661MB, Used: 2437MB, Free: 354MB

=============== Pip Packages ===============
absl-py @ file:///croot/absl-py_1666362940888/work
astunparse==1.6.3
cachetools==5.3.0
certifi @ file:///croot/certifi_1671487769961/work/certifi
charset-normalizer==3.0.1
cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1632508026186/work
cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work
decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work
dm-tree @ file:///croot/dm-tree_1671027432897/work
fastcluster @ file:///home/conda/feedstock_root/build_artifacts/fastcluster_1667858905653/work
ffmpy==0.3.0
flatbuffers==23.1.21
flit_core @ file:///opt/conda/conda-bld/flit-core_1644941570762/work/source/flit_core
fonttools==4.25.0
gast==0.4.0
google-auth==2.16.0
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.51.1
h5py==3.8.0
idna==3.4
imageio @ file:///tmp/abs_cd920173-f360-47c5-97b0-bf4d1076d5d4dvic0oys/croots/recipe/imageio_1658785036907/work
imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1673483481485/work
importlib-metadata==6.0.0
joblib @ file:///home/conda/feedstock_root/build_artifacts/joblib_1663332044897/work
keras==2.10.0
Keras-Preprocessing==1.1.2
kiwisolver @ file:///croot/kiwisolver_1672387140495/work
libclang==15.0.6.1
Markdown==3.4.1
MarkupSafe==2.1.2
matplotlib @ file:///opt/conda/conda-bld/matplotlib-suite_1660167928326/work
mkl-fft==1.3.1
mkl-random @ file:///tmp/build/80754af9/mkl_random_1626186066731/work
mkl-service==2.4.0
munkres==1.1.4
numexpr @ file:///croot/numexpr_1668713893690/work
numpy @ file:///croot/numpy_and_numpy_base_1672336185480/work
nvidia-ml-py==11.525.84
oauthlib==3.2.2
opencv-python==4.7.0.68
opt-einsum==3.3.0
packaging @ file:///croot/packaging_1671697413597/work
pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work
Pillow==9.3.0
ply==3.11
protobuf==3.19.6
psutil @ file:///opt/conda/conda-bld/psutil_1656431268089/work
ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing @ file:///opt/conda/conda-bld/pyparsing_1661452539315/work
PyQt5-sip==12.11.0
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
requests==2.28.2
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn @ file:///home/conda/feedstock_root/build_artifacts/scikit-learn_1674598989807/work
scipy==1.9.3
sip @ file:///tmp/abs_44cd77b_pu/croots/recipe/sip_1659012365470/work
six @ file:///tmp/build/80754af9/six_1644875935023/work
tensorboard==2.10.1
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow-cpu==2.10.1
tensorflow-estimator==2.10.0
tensorflow-io-gcs-filesystem==0.30.0
tensorflow-probability @ file:///tmp/build/80754af9/tensorflow-probability_1633017132682/work
termcolor==2.2.0
threadpoolctl @ file:///home/conda/feedstock_root/build_artifacts/threadpoolctl_1643647933166/work
toml @ file:///tmp/build/80754af9/toml_1616166611790/work
tornado @ file:///opt/conda/conda-bld/tornado_1662061693373/work
tqdm @ file:///opt/conda/conda-bld/tqdm_1664392687731/work
typing_extensions @ file:///croot/typing_extensions_1669924550328/work
urllib3==1.26.14
Werkzeug==2.2.2
wrapt==1.14.1
zipp==3.13.0

============== Conda Packages ==============
# packages in environment at /home/tim/miniconda3/envs/faceswap:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
absl-py                   1.3.0            py39h06a4308_0  
astunparse                1.6.3                    pypi_0    pypi
binutils_impl_linux-64    2.38                 h2a08ee3_1  
blas                      1.0                         mkl  
brotli                    1.0.9                h5eee18b_7  
brotli-bin                1.0.9                h5eee18b_7  
bzip2                     1.0.8                h7b6447c_0  
c-ares                    1.18.1               h7f8727e_0  
ca-certificates           2023.01.10           h06a4308_0  
cachetools                5.3.0                    pypi_0    pypi
certifi                   2022.12.7        py39h06a4308_0  
charset-normalizer        3.0.1                    pypi_0    pypi
cloudpickle               2.0.0              pyhd3eb1b0_0  
curl                      7.87.0               h5eee18b_0  
cycler                    0.11.0             pyhd3eb1b0_0  
dbus                      1.13.18              hb2f20db_0  
decorator                 5.1.1              pyhd3eb1b0_0  
dm-tree                   0.1.7            py39h6a678d5_1  
expat                     2.4.9                h6a678d5_0  
fastcluster               1.2.6            py39h4661b88_2    conda-forge
ffmpeg                    4.2.2                h20bf706_0  
ffmpy                     0.3.0                    pypi_0    pypi
flatbuffers               23.1.21                  pypi_0    pypi
flit-core                 3.6.0              pyhd3eb1b0_0  
fontconfig                2.14.1               h52c9d5c_1  
fonttools                 4.25.0             pyhd3eb1b0_0  
freetype                  2.12.1               h4a9f257_0  
gast                      0.4.0                    pypi_0    pypi
gcc                       12.1.0              h9ea6d83_10    conda-forge
gcc_impl_linux-64         12.1.0              hea43390_17    conda-forge
gdbm                      1.18                 hd4cb3f1_4  
gettext                   0.21.0               hf68c758_0  
giflib                    5.2.1                h5eee18b_1  
git                       2.34.1          pl5262hc120c5b_0  
glib                      2.69.1               he621ea3_2  
gmp                       6.2.1                h58526e2_0    conda-forge
gnutls                    3.6.13               h85f3911_1    conda-forge
google-auth               2.16.0                   pypi_0    pypi
google-auth-oauthlib      0.4.6                    pypi_0    pypi
google-pasta              0.2.0                    pypi_0    pypi
grpcio                    1.51.1                   pypi_0    pypi
gst-plugins-base          1.14.0               h8213a91_2  
gstreamer                 1.14.0               h28cd5cc_2  
h5py                      3.8.0                    pypi_0    pypi
icu                       58.2                 he6710b0_3  
idna                      3.4                      pypi_0    pypi
imageio                   2.19.3           py39h06a4308_0  
imageio-ffmpeg            0.4.8              pyhd8ed1ab_0    conda-forge
importlib-metadata        6.0.0                    pypi_0    pypi
intel-openmp              2021.4.0          h06a4308_3561  
joblib                    1.2.0              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h7f8727e_0  
keras                     2.10.0                   pypi_0    pypi
keras-preprocessing       1.1.2                    pypi_0    pypi
kernel-headers_linux-64   2.6.32              he073ed8_15    conda-forge
kiwisolver                1.4.4            py39h6a678d5_0  
krb5                      1.19.4               h568e23c_0  
lame                      3.100             h166bdaf_1003    conda-forge
lcms2                     2.12                 h3be6417_0  
ld_impl_linux-64          2.38                 h1181459_1  
lerc                      3.0                  h295c915_0  
libblas                   3.9.0            12_linux64_mkl    conda-forge
libbrotlicommon           1.0.9                h5eee18b_7  
libbrotlidec              1.0.9                h5eee18b_7  
libbrotlienc              1.0.9                h5eee18b_7  
libcblas                  3.9.0            12_linux64_mkl    conda-forge
libclang                  15.0.6.1                 pypi_0    pypi
libcurl                   7.87.0               h91b91d3_0  
libdeflate                1.8                  h7f8727e_5  
libedit                   3.1.20221030         h5eee18b_0  
libev                     4.33                 h7f8727e_1  
libevent                  2.1.12               h8f2d780_0  
libffi                    3.4.2                h6a678d5_6  
libgcc-devel_linux-64     12.1.0              h1ec3361_17    conda-forge
libgcc-ng                 12.2.0              h65d4601_19    conda-forge
libgfortran-ng            12.2.0              h69a702a_19    conda-forge
libgfortran5              12.2.0              h337968e_19    conda-forge
libgomp                   12.2.0              h65d4601_19    conda-forge
liblapack                 3.9.0            12_linux64_mkl    conda-forge
libllvm10                 10.0.1               hbcb73fb_5  
libnghttp2                1.46.0               hce63b2e_0  
libopus                   1.3.1                h7f98852_1    conda-forge
libpng                    1.6.37               hbc83047_0  
libpq                     12.9                 h16c4e8d_3  
libsanitizer              12.1.0              ha89aaad_17    conda-forge
libssh2                   1.10.0               h8f2d780_0  
libstdcxx-ng              12.2.0              h46fd767_19    conda-forge
libtiff                   4.5.0                h6a678d5_1  
libuuid                   1.41.5               h5eee18b_0  
libvpx                    1.7.0                h439df22_0  
libwebp                   1.2.4                h11a3e52_0  
libwebp-base              1.2.4                h5eee18b_0  
libxcb                    1.15                 h7f8727e_0  
libxkbcommon              1.0.1                hfa300c1_0  
libxml2                   2.9.14               h74e7548_0  
libxslt                   1.1.35               h4e12654_0  
lz4-c                     1.9.4                h6a678d5_0  
markdown                  3.4.1                    pypi_0    pypi
markupsafe                2.1.2                    pypi_0    pypi
matplotlib                3.5.2            py39h06a4308_0  
matplotlib-base           3.5.2            py39hf590b9c_0  
mkl                       2021.4.0           h06a4308_640  
mkl-service               2.4.0            py39h7f8727e_0  
mkl_fft                   1.3.1            py39hd3c417c_0  
mkl_random                1.2.2            py39h51133e4_0  
munkres                   1.1.4                      py_0  
ncurses                   6.4                  h6a678d5_0  
nettle                    3.6                  he412f7d_0    conda-forge
nspr                      4.33                 h295c915_0  
nss                       3.74                 h0370c37_0  
numexpr                   2.8.4            py39he184ba9_0  
numpy                     1.23.5           py39h14f4228_0  
numpy-base                1.23.5           py39h31eccc5_0  
nvidia-ml-py              11.525.84                pypi_0    pypi
oauthlib                  3.2.2                    pypi_0    pypi
opencv-python             4.7.0.68                 pypi_0    pypi
openh264                  2.1.1                h4ff587b_0  
openssl                   1.1.1s               h7f8727e_0  
opt-einsum                3.3.0                    pypi_0    pypi
packaging                 22.0             py39h06a4308_0  
pcre                      8.45                 h295c915_0  
pcre2                     10.37                he7ceb23_1  
perl                      5.34.0               h5eee18b_2  
pexpect                   4.8.0              pyhd3eb1b0_3  
pillow                    9.3.0            py39h6a678d5_2  
pip                       22.3.1           py39h06a4308_0  
ply                       3.11             py39h06a4308_0  
protobuf                  3.19.6                   pypi_0    pypi
psutil                    5.9.0            py39h5eee18b_0  
ptyprocess                0.7.0              pyhd3eb1b0_2  
pyasn1                    0.4.8                    pypi_0    pypi
pyasn1-modules            0.2.8                    pypi_0    pypi
pyparsing                 3.0.9            py39h06a4308_0  
pyqt                      5.15.7           py39h6a678d5_1  
pyqt5-sip                 12.11.0          py39h6a678d5_1  
python                    3.9.16               h7a1cb2a_0  
python-dateutil           2.8.2              pyhd3eb1b0_0  
python_abi                3.9                      2_cp39    conda-forge
qt-main                   5.15.2               h327a75a_7  
qt-webengine              5.15.9               hd2b0992_4  
qtwebkit                  5.212                h4eab89a_4  
readline                  8.2                  h5eee18b_0  
requests                  2.28.2                   pypi_0    pypi
requests-oauthlib         1.3.1                    pypi_0    pypi
rsa                       4.9                      pypi_0    pypi
scikit-learn              1.2.1            py39h86b2a18_0    conda-forge
scipy                     1.9.3            py39hddc5342_2    conda-forge
setuptools                65.6.3           py39h06a4308_0  
sip                       6.6.2            py39h6a678d5_0  
six                       1.16.0             pyhd3eb1b0_1  
sqlite                    3.40.1               h5082296_0  
sysroot_linux-64          2.12                he073ed8_15    conda-forge
tensorboard               2.10.1                   pypi_0    pypi
tensorboard-data-server   0.6.1                    pypi_0    pypi
tensorboard-plugin-wit    1.8.1                    pypi_0    pypi
tensorflow-cpu            2.10.1                   pypi_0    pypi
tensorflow-estimator      2.10.0                   pypi_0    pypi
tensorflow-io-gcs-filesystem 0.30.0                   pypi_0    pypi
tensorflow-probability    0.14.0             pyhd3eb1b0_0  
termcolor                 2.2.0                    pypi_0    pypi
threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
tk                        8.6.12               h1ccaba5_0  
toml                      0.10.2             pyhd3eb1b0_0  
tornado                   6.2              py39h5eee18b_0  
tqdm                      4.64.1           py39h06a4308_0  
typing-extensions         4.4.0            py39h06a4308_0  
typing_extensions         4.4.0            py39h06a4308_0  
tzdata                    2022g                h04d1e81_0  
urllib3                   1.26.14                  pypi_0    pypi
werkzeug                  2.2.2                    pypi_0    pypi
wheel                     0.37.1             pyhd3eb1b0_0  
wrapt                     1.14.1                   pypi_0    pypi
x264                      1!157.20191217       h7b6447c_0  
xz                        5.2.10               h5eee18b_1  
zipp                      3.13.0                   pypi_0    pypi
zlib                      1.2.13               h5eee18b_0  
zstd                      1.5.2                ha4553b6_0  

================= Configs ==================
--------- convert.ini ---------

[scaling.sharpen]
method:                   none
amount:                   150
radius:                   0.3
threshold:                5.0

[mask.mask_blend]
type:                     normalized
kernel_size:              3
passes:                   4
threshold:                4
erosion:                  0.0
erosion_top:              0.0
erosion_bottom:           0.0
erosion_left:             0.0
erosion_right:            0.0

[color.match_hist]
threshold:                99.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

[writer.gif]
fps:                      25
loop:                     0
palettesize:              256
subrectangles:            False

[writer.opencv]
format:                   png
draw_transparent:         False
separate_mask:            False
jpg_quality:              75
png_compress_level:       3

[writer.pillow]
format:                   png
draw_transparent:         False
separate_mask:            False
optimize:                 False
gif_interlace:            True
jpg_quality:              75
png_compress_level:       3
tif_compression:          tiff_deflate

[writer.ffmpeg]
container:                mp4
codec:                    libx264
crf:                      23
preset:                   medium
tune:                     none
profile:                  auto
level:                    auto
skip_mux:                 False

--------- 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:                 87.5
icnr_init:                False
conv_aware_init:          False
optimizer:                adam
learning_rate:            5e-05
epsilon_exponent:         -7
autoclip:                 False
reflect_padding:          False
allow_growth:             False
mixed_precision:          False
nan_protection:           True
convert_batchsize:        16

[global.loss]
loss_function:            ssim
loss_function_2:          mse
loss_weight_2:            100
loss_function_3:          none
loss_weight_3:            0
loss_function_4:          none
loss_weight_4:            0
mask_loss_function:       mse
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.phaze_a]
output_size:              128
shared_fc:                none
enable_gblock:            True
split_fc:                 True
split_gblock:             False
split_decoders:           False
enc_architecture:         fs_original
enc_scaling:              7
enc_load_weights:         True
bottleneck_type:          dense
bottleneck_norm:          none
bottleneck_size:          1024
bottleneck_in_encoder:    True
fc_depth:                 1
fc_min_filters:           1024
fc_max_filters:           1024
fc_dimensions:            4
fc_filter_slope:          -0.5
fc_dropout:               0.0
fc_upsampler:             upsample2d
fc_upsamples:             1
fc_upsample_filters:      512
fc_gblock_depth:          3
fc_gblock_min_nodes:      512
fc_gblock_max_nodes:      512
fc_gblock_filter_slope:   -0.5
fc_gblock_dropout:        0.0
dec_upscale_method:       subpixel
dec_upscales_in_fc:       0
dec_norm:                 none
dec_min_filters:          64
dec_max_filters:          512
dec_slope_mode:           full
dec_filter_slope:         -0.45
dec_res_blocks:           1
dec_output_kernel:        5
dec_gaussian:             True
dec_skip_last_residual:   True
freeze_layers:            keras_encoder
load_layers:              encoder
fs_original_depth:        4
fs_original_min_filters:  128
fs_original_max_filters:  1024
fs_original_use_alt:      False
mobilenet_width:          1.0
mobilenet_depth:          1
mobilenet_dropout:        0.001
mobilenet_minimalistic:   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
nodes:                    1024
complexity_encoder:       128
complexity_decoder_a:     384
complexity_decoder_b:     512

[model.villain]
lowmem:                   False

[model.original]
lowmem:                   False

[model.dfl_h128]
lowmem:                   False

[model.dlight]
features:                 best
details:                  good
output_size:              256

[model.dfl_sae]
input_size:               128
architecture:             df
autoencoder_dims:         0
encoder_dims:             42
decoder_dims:             21
multiscale_decoder:       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

--------- extract.ini ---------

[global]
allow_growth:             False
aligner_min_scale:        0.07
aligner_max_scale:        2.0
aligner_distance:         22.5
aligner_roll:             45.0
aligner_features:         True
filter_refeed:            True
save_filtered:            False
realign_refeeds:          True
filter_realign:           True

[recognition.vgg_face2]
batch-size:               16
cpu:                      False

[mask.custom]
batch-size:               8
centering:                face
fill:                     False

[mask.vgg_clear]
batch-size:               6

[mask.vgg_obstructed]
batch-size:               2

[mask.unet_dfl]
batch-size:               8

[mask.bisenet_fp]
batch-size:               8
cpu:                      False
weights:                  faceswap
include_ears:             False
include_hair:             False
include_glasses:          True

[align.fan]
batch-size:               12

[detect.s3fd]
confidence:               70
batch-size:               4

[detect.cv2_dnn]
confidence:               50

[detect.mtcnn]
minsize:                  20
scalefactor:              0.709
batch-size:               8
cpu:                      True
threshold_1:              0.6
threshold_2:              0.7
threshold_3:              0.7

--------- .faceswap ---------
backend:                  cpu

Re: crash when extracting

Posted: Mon Feb 13, 2023 1:00 am
by torzdf

Code: Select all

Decoder (codec av1) not found for input stream #0:1

The version of ffmpeg that comes with imageIO is 4.2.2. This does not have software AV1 codec support.

Short solution: use a different video, or re-encode the video to a different codec.

ref:
https://stackoverflow.com/questions/681 ... -stream-00