UnicodeDecodeError: 'cp949' codec can't decode byte

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


Forum rules

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

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

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

Locked
User avatar
kaku2435
Posts: 1
Joined: Sun Jul 10, 2022 2:39 pm

UnicodeDecodeError: 'cp949' codec can't decode byte

Post by kaku2435 »

there's nothing in my computer before I install this program and supports. It makes me more confuse about error

Code: Select all

07/10/2022 23:55:51 MainProcess     MainThread                     logger          log_setup                      INFO     Log level set to: INFO
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    Initializing NvidiaStats
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    Initializing PyNVML for Nvidia GPU.
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    GPU Device count: 1
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    Active GPU Devices: [0]
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    GPU Handles found: 1
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    GPU Driver: 512.59
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    GPU Devices: ['NVIDIA GeForce GTX 750 Ti']
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    GPU VRAM: [1024.0]
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    GPU VRAM free: [609.8671875]
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    Shutting down NVML
07/10/2022 23:55:51 MainProcess     MainThread                     _base           _log                           DEBUG    Initialized NvidiaStats
07/10/2022 23:55:51 MainProcess     MainThread                     launcher        _configure_backend             DEBUG    Executing: extract. PID: 29320
07/10/2022 23:55:52 MainProcess     MainThread                     tpu_cluster_resolver <module>                       DEBUG    Falling back to TensorFlow client; we recommended you install the Cloud TPU client directly with pip install cloud-tpu-client.
07/10/2022 23:55:53 MainProcess     MainThread                     __init__        <module>                       DEBUG    Creating converter from 7 to 5
07/10/2022 23:55:53 MainProcess     MainThread                     __init__        <module>                       DEBUG    Creating converter from 5 to 7
07/10/2022 23:55:53 MainProcess     MainThread                     __init__        <module>                       DEBUG    Creating converter from 7 to 5
07/10/2022 23:55:53 MainProcess     MainThread                     __init__        <module>                       DEBUG    Creating converter from 5 to 7
07/10/2022 23:55:55 MainProcess     MainThread                     launcher        _test_for_tf_version           DEBUG    Installed Tensorflow Version: 2.8
07/10/2022 23:55:55 MainProcess     MainThread                     queue_manager   __init__                       DEBUG    Initializing QueueManager
07/10/2022 23:55:55 MainProcess     MainThread                     queue_manager   __init__                       DEBUG    Initialized QueueManager
07/10/2022 23:55:55 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing Extract: (args: Namespace(func=<bound method ScriptExecutor.execute_script of <lib.cli.launcher.ScriptExecutor object at 0x000001BC9F61D100>>, exclude_gpus=None, configfile=None, loglevel='INFO', logfile=None, redirect_gui=True, colab=False, input_dir='C:\\Users\\Ra\\Downloads\\extr.mp4', output_dir='C:\\Users\\Ra\\Downloads\\w', alignments_path=None, detector='s3fd', aligner='fan', masker=None, normalization='none', re_feed=0, rotate_images=None, min_size=0, nfilter=None, filter=None, ref_threshold=0.4, size=512, extract_every_n=1, save_interval=0, debug_landmarks=False, singleprocess=False, skip_existing=False, skip_faces=False, skip_saving_faces=False)
07/10/2022 23:55:55 MainProcess     MainThread                     utils           get_folder                     DEBUG    Requested path: 'C:\Users\Ra\Downloads\w'
07/10/2022 23:55:55 MainProcess     MainThread                     utils           get_folder                     DEBUG    Returning: 'C:\Users\Ra\Downloads\w'
07/10/2022 23:55:55 MainProcess     MainThread                     extract         __init__                       INFO     Output Directory: C:\Users\Ra\Downloads\w
07/10/2022 23:55:55 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesLoader: (path: C:\Users\Ra\Downloads\extr.mp4, queue_size: 8, fast_count: True, skip_list: None, count: None)
07/10/2022 23:55:55 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesLoader: (path: C:\Users\Ra\Downloads\extr.mp4, queue_size: 8, args: None)
07/10/2022 23:55:55 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'ImagesLoader', maxsize: 8, create_new: True)
07/10/2022 23:55:55 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'ImagesLoader')
07/10/2022 23:55:55 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'ImagesLoader'
07/10/2022 23:55:55 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'ImagesLoader'
07/10/2022 23:55:55 MainProcess     MainThread                     image           _check_for_video               DEBUG    Input 'C:\Users\Ra\Downloads\extr.mp4' is_video: True
07/10/2022 23:55:55 MainProcess     MainThread                     image           _get_fps                       DEBUG    29.97
07/10/2022 23:55:55 MainProcess     MainThread                     image           count_frames                   DEBUG    filename: C:\Users\Ra\Downloads\extr.mp4, fast: True
07/10/2022 23:55:55 MainProcess     MainThread                     image           count_frames                   DEBUG    FFMPEG Command: 'C:\Users\Ra\MiniConda3\envs\faceswap\Library\bin\ffmpeg.exe -i C:\Users\Ra\Downloads\extr.mp4 -map 0:v:0 -c copy -f null -'
Traceback (most recent call last):
  File "C:\Users\Ra\faceswap\lib\cli\launcher.py", line 187, in execute_script
    process = script(arguments)
  File "C:\Users\Ra\faceswap\scripts\extract.py", line 52, in __init__
    self._images = ImagesLoader(self._args.input_dir, fast_count=True)
  File "C:\Users\Ra\faceswap\lib\image.py", line 982, in __init__
    self._get_count_and_filelist(fast_count, count)
  File "C:\Users\Ra\faceswap\lib\image.py", line 1086, in _get_count_and_filelist
    self._count = int(count_frames(self.location,
  File "C:\Users\Ra\faceswap\lib\image.py", line 809, in count_frames
    output = process.stdout.readline().strip()
UnicodeDecodeError: 'cp949' codec can't decode byte 0xe3 in position 131: illegal multibyte sequence

============ System Information ============
encoding:            cp949
git_branch:          master
git_commits:         9945efb Bugfix: Phaze-A Fix learn mask for upscales in FC
gpu_cuda:            11.4
gpu_cudnn:           8.2.4
gpu_devices:         GPU_0: NVIDIA GeForce GTX 750 Ti
gpu_devices_active:  GPU_0
gpu_driver:          512.59
gpu_vram:            GPU_0: 1024MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.19044-SP0
os_release:          10
py_command:          C:\Users\Ra\faceswap\faceswap.py extract -i C:/Users/Ra/Downloads/extr.mp4 -o C:/Users/Ra/Downloads/w -D s3fd -A fan -nm none -rf 0 -min 0 -l 0.4 -sz 512 -een 1 -si 0 -L INFO -gui
py_conda_version:    conda 4.13.0
py_implementation:   CPython
py_version:          3.9.12
py_virtual_env:      True
sys_cores:           12
sys_processor:       AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
sys_ram:             Total: 16334MB, Available: 7924MB, Used: 8410MB, Free: 7924MB

=============== Pip Packages ===============
absl-py==1.1.0
astunparse==1.6.3
cachetools==5.2.0
certifi==2022.6.15
charset-normalizer==2.1.0
cloudpickle==2.1.0
colorama @ file:///C:/Windows/TEMP/abs_9439aeb1-0254-449a-96f7-33ab5eb17fc8apleb4yn/croots/recipe/colorama_1657009099097/work
cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work
decorator==5.1.1
dm-tree==0.1.7
fastcluster @ file:///D:/bld/fastcluster_1649783471014/work
ffmpy==0.2.3
flatbuffers==2.0
fonttools==4.25.0
gast==0.5.3
google-auth==2.9.0
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.47.0
h5py==3.7.0
idna==3.3
imageio @ file:///tmp/build/80754af9/imageio_1617700267927/work
imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1649960641006/work
importlib-metadata==4.12.0
joblib @ file:///tmp/build/80754af9/joblib_1635411271373/work
keras==2.8.0
Keras-Preprocessing==1.1.2
kiwisolver @ file:///C:/ci/kiwisolver_1653292407425/work
libclang==14.0.1
Markdown==3.3.7
matplotlib @ file:///C:/ci/matplotlib-suite_1647423638658/work
mkl-fft==1.3.1
mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
mkl-service==2.4.0
munkres==1.1.4
numpy @ file:///C:/ci/numpy_and_numpy_base_1652784039997/work
nvidia-ml-py==11.510.69
oauthlib==3.2.0
opencv-python==4.6.0.66
opt-einsum==3.3.0
packaging @ file:///tmp/build/80754af9/packaging_1637314298585/work
Pillow==9.0.1
protobuf==3.19.4
psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing @ file:///tmp/build/80754af9/pyparsing_1635766073266/work
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
pywin32==302
requests==2.28.1
requests-oauthlib==1.3.1
rsa==4.8
scikit-learn @ file:///C:/ci/scikit-learn_1642617276183/work
scipy @ file:///C:/ci/scipy_1641555170412/work
sip==4.19.13
six @ file:///tmp/build/80754af9/six_1644875935023/work
tensorboard==2.8.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow-estimator==2.8.0
tensorflow-gpu==2.8.2
tensorflow-io-gcs-filesystem==0.26.0
tensorflow-probability==0.16.0
termcolor==1.1.0
threadpoolctl @ file:///Users/ktietz/demo/mc3/conda-bld/threadpoolctl_1629802263681/work
tornado @ file:///C:/ci/tornado_1606924294691/work
tqdm @ file:///C:/ci/tqdm_1650636210717/work
typing_extensions @ file:///opt/conda/conda-bld/typing_extensions_1647553014482/work
urllib3==1.26.10
Werkzeug==2.1.2
wincertstore==0.2
wrapt==1.14.1
zipp==3.8.0

============== Conda Packages ==============
# packages in environment at C:\Users\Ra\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
absl-py                   1.1.0                    pypi_0    pypi
astunparse                1.6.3                    pypi_0    pypi
blas                      1.0                         mkl  
brotli 1.0.9 ha925a31_2
ca-certificates 2022.6.15 h5b45459_0 conda-forge cachetools 5.2.0 pypi_0 pypi certifi 2022.6.15 py39hcbf5309_0 conda-forge charset-normalizer 2.1.0 pypi_0 pypi cloudpickle 2.1.0 pypi_0 pypi colorama 0.4.5 py39haa95532_0
cudatoolkit 11.2.2 h933977f_10 conda-forge cudnn 8.1.0.77 h3e0f4f4_0 conda-forge cycler 0.11.0 pyhd3eb1b0_0
decorator 5.1.1 pypi_0 pypi dm-tree 0.1.7 pypi_0 pypi fastcluster 1.2.6 py39h2e25243_1 conda-forge ffmpeg 4.3.1 ha925a31_0 conda-forge ffmpy 0.2.3 pypi_0 pypi flatbuffers 2.0 pypi_0 pypi fonttools 4.25.0 pyhd3eb1b0_0
freetype 2.10.4 hd328e21_0
gast 0.5.3 pypi_0 pypi git 2.34.1 haa95532_0
google-auth 2.9.0 pypi_0 pypi google-auth-oauthlib 0.4.6 pypi_0 pypi google-pasta 0.2.0 pypi_0 pypi grpcio 1.47.0 pypi_0 pypi h5py 3.7.0 pypi_0 pypi icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha925a31_3
idna 3.3 pypi_0 pypi imageio 2.9.0 pyhd3eb1b0_0
imageio-ffmpeg 0.4.7 pyhd8ed1ab_0 conda-forge importlib-metadata 4.12.0 pypi_0 pypi intel-openmp 2021.4.0 haa95532_3556
joblib 1.1.0 pyhd3eb1b0_0
jpeg 9e h2bbff1b_0
keras 2.8.0 pypi_0 pypi keras-preprocessing 1.1.2 pypi_0 pypi kiwisolver 1.4.2 py39hd77b12b_0
libclang 14.0.1 pypi_0 pypi libpng 1.6.37 h2a8f88b_0
libtiff 4.2.0 he0120a3_1
libwebp 1.2.2 h2bbff1b_0
lz4-c 1.9.3 h2bbff1b_1
markdown 3.3.7 pypi_0 pypi matplotlib 3.5.1 py39haa95532_1
matplotlib-base 3.5.1 py39hd77b12b_1
mkl 2021.4.0 haa95532_640
mkl-service 2.4.0 py39h2bbff1b_0
mkl_fft 1.3.1 py39h277e83a_0
mkl_random 1.2.2 py39hf11a4ad_0
munkres 1.1.4 py_0
numpy 1.22.3 py39h7a0a035_0
numpy-base 1.22.3 py39hca35cd5_0
nvidia-ml-py 11.510.69 pypi_0 pypi oauthlib 3.2.0 pypi_0 pypi opencv-python 4.6.0.66 pypi_0 pypi openssl 1.1.1q h8ffe710_0 conda-forge opt-einsum 3.3.0 pypi_0 pypi packaging 21.3 pyhd3eb1b0_0
pillow 9.0.1 py39hdc2b20a_0
pip 21.2.4 py39haa95532_0
protobuf 3.19.4 pypi_0 pypi psutil 5.9.0 py39h2bbff1b_0
pyasn1 0.4.8 pypi_0 pypi pyasn1-modules 0.2.8 pypi_0 pypi pyparsing 3.0.4 pyhd3eb1b0_0
pyqt 5.9.2 py39hd77b12b_6
python 3.9.12 h6244533_0
python-dateutil 2.8.2 pyhd3eb1b0_0
python_abi 3.9 2_cp39 conda-forge pywin32 302 py39h2bbff1b_2
qt 5.9.7 vc14h73c81de_0
requests 2.28.1 pypi_0 pypi requests-oauthlib 1.3.1 pypi_0 pypi rsa 4.8 pypi_0 pypi scikit-learn 1.0.2 py39hf11a4ad_1
scipy 1.7.3 py39h0a974cb_0
setuptools 61.2.0 py39haa95532_0
sip 4.19.13 py39hd77b12b_0
six 1.16.0 pyhd3eb1b0_1
sqlite 3.38.5 h2bbff1b_0
tensorboard 2.8.0 pypi_0 pypi tensorboard-data-server 0.6.1 pypi_0 pypi tensorboard-plugin-wit 1.8.1 pypi_0 pypi tensorflow-estimator 2.8.0 pypi_0 pypi tensorflow-gpu 2.8.2 pypi_0 pypi tensorflow-io-gcs-filesystem 0.26.0 pypi_0 pypi tensorflow-probability 0.16.0 pypi_0 pypi termcolor 1.1.0 pypi_0 pypi threadpoolctl 2.2.0 pyh0d69192_0
tk 8.6.12 h2bbff1b_0
tornado 6.1 py39h2bbff1b_0
tqdm 4.64.0 py39haa95532_0
typing-extensions 4.1.1 hd3eb1b0_0
typing_extensions 4.1.1 pyh06a4308_0
tzdata 2022a hda174b7_0
urllib3 1.26.10 pypi_0 pypi vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
werkzeug 2.1.2 pypi_0 pypi wheel 0.37.1 pyhd3eb1b0_0
wincertstore 0.2 py39haa95532_2
wrapt 1.14.1 pypi_0 pypi xz 5.2.5 h8cc25b3_1
zipp 3.8.0 pypi_0 pypi zlib 1.2.12 h8cc25b3_2
zstd 1.5.2 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.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 [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 weights: faceswap 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: 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.dfl_h128] lowmem: False [model.dfl_sae] input_size: 128 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.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 [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
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: get crashed my brand new computer

Post by torzdf »

This is usually because of special characters in the metadata of the video file.

Find a video editing tool that you can use to strip the metadata. (Something like mp3tag should work ok for mp4 files).

Alternatively, if you can provide the video file, I can try to put something in which will work around these kind of errors, but I can make no promises.

My word is final

User avatar
wsyn470
Posts: 8
Joined: Mon Feb 13, 2023 4:46 am
Has thanked: 1 time

Got Exception on main handler: UnicodeDecodeError

Post by wsyn470 »

Can't start extract process:

Code: Select all

02/25/2023 16:15:58 INFO     Log level set to: INFO
02/25/2023 16:16:01 INFO     Loading Detect from S3Fd plugin...
02/25/2023 16:16:01 INFO     Loading Align from Fan plugin...
02/25/2023 16:16:01 INFO     Loading Mask from Components plugin...
02/25/2023 16:16:01 INFO     Loading Mask from Extended plugin...
02/25/2023 16:16:01 WARNING  Not enough free VRAM for parallel processing. Switching to serial
02/25/2023 16:16:01 INFO     Reset batch sizes due to available VRAM: Detect: 1
02/25/2023 16:16:01 INFO     Starting, this may take a while...
02/25/2023 16:16:01 INFO     Output Directory: D:\faceswap\1
02/25/2023 16:16:05 ERROR    Got Exception on main handler:
Traceback (most recent call last):
  File "C:\Users\wsyn4\faceswap\lib\cli\launcher.py", line 230, in execute_script
    process.process()
  File "C:\Users\wsyn4\faceswap\scripts\extract.py", line 165, in process
    extract = _Extract(self._extractor, arguments)
  File "C:\Users\wsyn4\faceswap\scripts\extract.py", line 642, in __init__
    self._loader = PipelineLoader(self._args.input_dir, extractor)
  File "C:\Users\wsyn4\faceswap\scripts\extract.py", line 502, in __init__
    self._images = ImagesLoader(path, fast_count=True)
  File "C:\Users\wsyn4\faceswap\lib\image.py", line 985, in __init__
    self._get_count_and_filelist(fast_count, count)
  File "C:\Users\wsyn4\faceswap\lib\image.py", line 1089, in _get_count_and_filelist
    self._count = int(count_frames(self.location,
  File "C:\Users\wsyn4\faceswap\lib\image.py", line 810, in count_frames
    output = process.stdout.readline().strip()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 337: illegal multibyte sequence
02/25/2023 16:16:05 CRITICAL An unexpected crash has occurred. Crash report written to 'C:\Users\wsyn4\faceswap\crash_report.2023.02.25.161602045742.log'. You MUST provide this file if seeking assistance. Please verify you are running the latest version of faceswap before reporting

crash report:

Code: Select all

02/25/2023 16:16:01 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Adding defaults: (filename: vgg_obstructed_defaults.py, module_path: plugins.extract.mask, plugin_type: mask
02/25/2023 16:16:01 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Importing defaults module: plugins.extract.mask.vgg_obstructed_defaults
02/25/2023 16:16:01 MainProcess     MainThread                     config          add_section                    DEBUG    Add section: (title: 'mask.vgg_obstructed', info: 'VGG_Obstructed options. Mask designed to provide smart segmentation of mostly frontal faces.\nThe mask model has been specifically trained to recognize some facial obstructions (hands and eyeglasses). Profile faces may result in sub-par performance.')
02/25/2023 16:16:01 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'mask.vgg_obstructed', title: 'batch-size', datatype: '<class 'int'>', default: '2', 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/25/2023 16:16:01 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Added defaults: mask.vgg_obstructed
02/25/2023 16:16:01 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Adding defaults: (filename: vgg_face2_defaults.py, module_path: plugins.extract.recognition, plugin_type: recognition
02/25/2023 16:16:01 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Importing defaults module: plugins.extract.recognition.vgg_face2_defaults
02/25/2023 16:16:01 MainProcess     MainThread                     config          add_section                    DEBUG    Add section: (title: 'recognition.vgg_face2', info: 'VGG Face 2 identity recognition.\nA Keras port of the model trained for VGGFace2: A dataset for recognising faces across pose and age. (https://arxiv.org/abs/1710.08092)')
02/25/2023 16:16:01 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'recognition.vgg_face2', title: 'batch-size', datatype: '<class 'int'>', default: '16', 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/25/2023 16:16:01 MainProcess     MainThread                     config          add_item                       DEBUG    Add item: (section: 'recognition.vgg_face2', title: 'cpu', datatype: '<class 'bool'>', default: 'False', info: '[Not PlaidML] VGG Face2 still runs fairly quickly on CPU on some setups. Enable CPU mode here to use the CPU for this plugin to save some VRAM at a speed cost.', rounding: 'None', min_max: None, choices: None, gui_radio: False, fixed: True, group: settings)
02/25/2023 16:16:01 MainProcess     MainThread                     config          _load_defaults_from_module     DEBUG    Added defaults: recognition.vgg_face2
02/25/2023 16:16:01 MainProcess     MainThread                     config          _handle_config                 DEBUG    Handling config: (section: mask.extended, configfile: 'C:\Users\wsyn4\faceswap\config\extract.ini')
02/25/2023 16:16:01 MainProcess     MainThread                     config          _check_exists                  DEBUG    Config file exists: 'C:\Users\wsyn4\faceswap\config\extract.ini'
02/25/2023 16:16:01 MainProcess     MainThread                     config          _load_config                   VERBOSE  Loading config: 'C:\Users\wsyn4\faceswap\config\extract.ini'
02/25/2023 16:16:01 MainProcess     MainThread                     config          _validate_config               DEBUG    Validating config
02/25/2023 16:16:01 MainProcess     MainThread                     config          _check_config_change           DEBUG    Default config has not changed
02/25/2023 16:16:01 MainProcess     MainThread                     config          _check_config_choices          DEBUG    Checking config choices
02/25/2023 16:16:01 MainProcess     MainThread                     config          _check_config_choices          DEBUG    Checked config choices
02/25/2023 16:16:01 MainProcess     MainThread                     config          _validate_config               DEBUG    Validated config
02/25/2023 16:16:01 MainProcess     MainThread                     config          _handle_config                 DEBUG    Handled config
02/25/2023 16:16:01 MainProcess     MainThread                     config          __init__                       DEBUG    Initialized: Config
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'allow_growth')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: False)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_min_scale')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 0.07)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_max_scale')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 2.0)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_distance')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 22.5)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_roll')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'float'>, value: 45.0)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'aligner_features')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'filter_refeed')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'save_filtered')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: False)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'realign_refeeds')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Getting config item: (section: 'global', option: 'filter_realign')
02/25/2023 16:16:01 MainProcess     MainThread                     config          get                            DEBUG    Returning item: (type: <class 'bool'>, value: True)
02/25/2023 16:16:01 MainProcess     MainThread                     _base           _get_model                     DEBUG    No model_filename specified. Returning None
02/25/2023 16:16:01 MainProcess     MainThread                     _base           __init__                       DEBUG    Initialized _base Mask
02/25/2023 16:16:01 MainProcess     MainThread                     _base           __init__                       DEBUG    Initialized Mask
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_parallel_processing       VERBOSE  NVIDIA GeForce RTX 3050 Laptop GPU - 3735MB free of 4096MB
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _total_vram_required           DEBUG    VRAM requirements: {'detect': 4112, 'align': 2240, 'mask_0': 0, 'mask_1': 0}. Plugins requiring VRAM: 2
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _total_vram_required           DEBUG    Total VRAM required: 4446.4
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_parallel_processing       WARNING  Not enough free VRAM for parallel processing. Switching to serial
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 1, scaling: 1.0, vram required: 4112.0
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 4112.0, available: 3735. Single plugin has higher requirements than available or forcing single process: 'detect'
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 1, scaling: 1.0, vram required: 2240.0
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 2240.0, available: 3735. Adding phase 'align' to current phase: []
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 1, scaling: 1.0, vram required: 2240.0
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 2240.0, available: 3735. Adding phase 'mask_0' to current phase: ['align']
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Num plugins for phase: 1, scaling: 1.0, vram required: 2240.0
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Required: 2240.0, available: 3735. Adding phase 'mask_1' to current phase: ['align', 'mask_0']
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_phases                    DEBUG    Total phases: 2, Phases: [['detect'], ['align', 'mask_0', 'mask_1']]
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_plugin_batchsize          DEBUG    requested_batchsizes: [4], batchsizes: [1], remaining vram: -585.0
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _set_plugin_batchsize          INFO     Reset batch sizes due to available VRAM: Detect: 1
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_detect_in', maxsize: 1, create_new: False)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_detect_in')
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_detect_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_detect_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_align_in', maxsize: 1, create_new: False)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_align_in')
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_align_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_align_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_0_in', maxsize: 1, create_new: False)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_0_in')
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_0_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_0_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_1_in', maxsize: 1, create_new: False)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_1_in')
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_1_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_1_in'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'extract0_mask_1_out', maxsize: 1, create_new: False)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'extract0_mask_1_out')
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'extract0_mask_1_out'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'extract0_mask_1_out'
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        _add_queues                    DEBUG    Queues: {'extract0_detect_in': <lib.queue_manager.EventQueue object at 0x0000012C38A32490>, 'extract0_align_in': <lib.queue_manager.EventQueue object at 0x0000012C38A324F0>, 'extract0_mask_0_in': <lib.queue_manager.EventQueue object at 0x0000012C38A320D0>, 'extract0_mask_1_in': <lib.queue_manager.EventQueue object at 0x0000012C38A32DF0>, 'extract0_mask_1_out': <lib.queue_manager.EventQueue object at 0x0000012C38A32E20>}
02/25/2023 16:16:01 MainProcess     MainThread                     pipeline        __init__                       DEBUG    Initialized Extractor
02/25/2023 16:16:01 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing Filter: (threshold: 0.6, filter_files: None, nfilter_files: None extractor: <plugins.extract.pipeline.Extractor object at 0x0000012C33D3CA90>)
02/25/2023 16:16:01 MainProcess     MainThread                     extract         _validate_inputs               DEBUG    filter_files: [], nfilter_files: []
02/25/2023 16:16:01 MainProcess     MainThread                     extract         __init__                       DEBUG    Filter not selected. Exiting Filter
02/25/2023 16:16:01 MainProcess     MainThread                     extract         process                        INFO     Starting, this may take a while...
02/25/2023 16:16:01 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing _Extract: (extractor: <plugins.extract.pipeline.Extractor object at 0x0000012C33D3CA90>, args: Namespace(func=<bound method ScriptExecutor.execute_script of <lib.cli.launcher.ScriptExecutor object at 0x0000012C33D1C610>>, exclude_gpus=None, configfile=None, loglevel='INFO', logfile=None, redirect_gui=True, colab=False, input_dir='D:\\faceswap\\1.mp4', output_dir='D:\\faceswap\\1', alignments_path=None, batch_mode=False, detector='s3fd', aligner='fan', 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))
02/25/2023 16:16:01 MainProcess     MainThread                     utils           get_folder                     DEBUG    Requested path: 'D:\faceswap\1'
02/25/2023 16:16:01 MainProcess     MainThread                     utils           get_folder                     DEBUG    Returning: 'D:\faceswap\1'
02/25/2023 16:16:01 MainProcess     MainThread                     extract         __init__                       INFO     Output Directory: D:\faceswap\1
02/25/2023 16:16:01 MainProcess     MainThread                     extract         __init__                       DEBUG    Initializing PipelineLoader: (path: D:\faceswap\1.mp4, extractor: <plugins.extract.pipeline.Extractor object at 0x0000012C33D3CA90>, aligned_filenames: None)
02/25/2023 16:16:01 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesLoader: (path: D:\faceswap\1.mp4, queue_size: 8, fast_count: True, skip_list: None, count: None)
02/25/2023 16:16:01 MainProcess     MainThread                     image           __init__                       DEBUG    Initializing ImagesLoader: (path: D:\faceswap\1.mp4, queue_size: 8, args: None)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager adding: (name: 'ImagesLoader', maxsize: 8, create_new: True)
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   add_queue                      DEBUG    QueueManager added: (name: 'ImagesLoader')
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager getting: 'ImagesLoader'
02/25/2023 16:16:01 MainProcess     MainThread                     queue_manager   get_queue                      DEBUG    QueueManager got: 'ImagesLoader'
02/25/2023 16:16:01 MainProcess     MainThread                     image           _check_for_video               DEBUG    Input 'D:\faceswap\1.mp4' is_video: True
02/25/2023 16:16:02 MainProcess     MainThread                     image           _get_fps                       DEBUG    25.0
02/25/2023 16:16:02 MainProcess     MainThread                     image           count_frames                   DEBUG    filename: D:\faceswap\1.mp4, fast: True
02/25/2023 16:16:02 MainProcess     MainThread                     image           count_frames                   DEBUG    FFMPEG Command: 'C:\Users\wsyn4\MiniConda3\envs\faceswap\Library\bin\ffmpeg.exe -i D:\faceswap\1.mp4 -map 0:v:0 -c copy -f null -'
Traceback (most recent call last):
  File "C:\Users\wsyn4\faceswap\lib\cli\launcher.py", line 230, in execute_script
    process.process()
  File "C:\Users\wsyn4\faceswap\scripts\extract.py", line 165, in process
    extract = _Extract(self._extractor, arguments)
  File "C:\Users\wsyn4\faceswap\scripts\extract.py", line 642, in __init__
    self._loader = PipelineLoader(self._args.input_dir, extractor)
  File "C:\Users\wsyn4\faceswap\scripts\extract.py", line 502, in __init__
    self._images = ImagesLoader(path, fast_count=True)
  File "C:\Users\wsyn4\faceswap\lib\image.py", line 985, in __init__
    self._get_count_and_filelist(fast_count, count)
  File "C:\Users\wsyn4\faceswap\lib\image.py", line 1089, in _get_count_and_filelist
    self._count = int(count_frames(self.location,
  File "C:\Users\wsyn4\faceswap\lib\image.py", line 810, in count_frames
    output = process.stdout.readline().strip()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 337: illegal multibyte sequence

============ System Information ============
backend:             nvidia
encoding:            cp936
git_branch:          master
git_commits:         216ef38 alignments tool - batch jobs to run in process
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 RTX 3050 Laptop GPU
gpu_devices_active:  GPU_0
gpu_driver:          517.00
gpu_vram:            GPU_0: 4096MB (3991MB free)
os_machine:          AMD64
os_platform:         Windows-10-10.0.22621-SP0
os_release:          10
py_command:          C:\Users\wsyn4\faceswap\faceswap.py extract -i D:/faceswap/1.mp4 -o D:/faceswap/1 -D s3fd -A fan -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:           16
sys_processor:       Intel64 Family 6 Model 154 Stepping 3, GenuineIntel
sys_ram:             Total: 16108MB, Available: 8274MB, Used: 7833MB, Free: 8274MB

=============== Pip Packages ===============
absl-py @ file:///C:/b/abs_5babsu7y5x/croot/absl-py_1666362945682/work
astunparse==1.6.3
cachetools==5.3.0
certifi==2022.12.7
charset-normalizer==3.0.1
cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1632508026186/work
colorama @ file:///C:/b/abs_a9ozq0l032/croot/colorama_1672387194846/work
cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work
decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work
dm-tree @ file:///C:/b/abs_10z0iy5knj/croot/dm-tree_1671027465819/work
fastcluster @ file:///D:/bld/fastcluster_1649783471014/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.1
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.51.3
h5py==3.8.0
idna==3.4
imageio @ file:///C:/Windows/TEMP/abs_24c1b783-7540-4ca9-a1b1-0e8aa8e6ae64hb79ssux/croots/recipe/imageio_1658785038775/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:///C:/b/abs_88mdhvtahm/croot/kiwisolver_1672387921783/work
libclang==15.0.6.1
Markdown==3.4.1
MarkupSafe==2.1.2
matplotlib @ file:///C:/ci/matplotlib-suite_1660169687702/work
mkl-fft==1.3.1
mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
mkl-service==2.4.0
munkres==1.1.4
numexpr @ file:///C:/b/abs_a7kbak88hk/croot/numexpr_1668713882979/work
numpy @ file:///C:/b/abs_datssh7cer/croot/numpy_and_numpy_base_1672336199388/work
nvidia-ml-py==11.525.84
oauthlib==3.2.2
opencv-python==4.7.0.72
opt-einsum==3.3.0
packaging @ file:///C:/b/abs_cfsup8ur87/croot/packaging_1671697442297/work
Pillow==9.3.0
ply==3.11
protobuf==3.19.6
psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_7f_7lba6rl/croots/recipe/pyparsing_1661452540662/work
PyQt5==5.15.7
PyQt5-sip @ file:///C:/Windows/Temp/abs_d7gmd2jg8i/croots/recipe/pyqt-split_1659273064801/work/pyqt_sip
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
pywin32==305.1
pywinpty @ file:///C:/ci_310/pywinpty_1644230983541/work/target/wheels/pywinpty-2.0.2-cp39-none-win_amd64.whl
requests==2.28.2
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn @ file:///C:/b/abs_7ck_bnw91r/croot/scikit-learn_1676911676133/work
scipy==1.9.3
sip @ file:///C:/Windows/Temp/abs_b8fxd17m2u/croots/recipe/sip_1659012372737/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-estimator==2.10.0
tensorflow-gpu==2.10.1
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:///C:/ci/tornado_1662458743919/work
tqdm @ file:///C:/b/abs_0axbz66qik/croots/recipe/tqdm_1664392691071/work
typing_extensions @ file:///C:/b/abs_89eui86zuq/croot/typing_extensions_1669923792806/work
urllib3==1.26.14
Werkzeug==2.2.3
wincertstore==0.2
wrapt==1.14.1
zipp==3.15.0

============== Conda Packages ==============
# packages in environment at C:\Users\wsyn4\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
absl-py                   1.3.0            py39haa95532_0  
astunparse                1.6.3                    pypi_0    pypi
blas                      1.0                         mkl  
brotli                    1.0.9                h2bbff1b_7  
brotli-bin                1.0.9                h2bbff1b_7  
ca-certificates           2022.12.7            h5b45459_0    conda-forge
cachetools                5.3.0                    pypi_0    pypi
certifi                   2022.12.7          pyhd8ed1ab_0    conda-forge
charset-normalizer        3.0.1                    pypi_0    pypi
cloudpickle               2.0.0              pyhd3eb1b0_0  
colorama                  0.4.6            py39haa95532_0  
cudatoolkit               11.2.2              h933977f_10    conda-forge
cudnn                     8.1.0.77             h3e0f4f4_0    conda-forge
cycler                    0.11.0             pyhd3eb1b0_0  
decorator                 5.1.1              pyhd3eb1b0_0  
dm-tree                   0.1.7            py39hd77b12b_1  
fastcluster               1.2.6            py39h2e25243_1    conda-forge
ffmpeg                    4.3.1                ha925a31_0    conda-forge
ffmpy                     0.3.0                    pypi_0    pypi
fftw                      3.3.10          nompi_h52fa85e_103    conda-forge
flatbuffers               23.1.21                  pypi_0    pypi
flit-core                 3.6.0              pyhd3eb1b0_0  
fonttools                 4.25.0             pyhd3eb1b0_0  
freetype                  2.12.1               ha860e81_0  
gast                      0.4.0                    pypi_0    pypi
giflib                    5.2.1                h8cc25b3_3  
git                       2.34.1               haa95532_0  
glib                      2.69.1               h5dc1a3c_2  
google-auth               2.16.1                   pypi_0    pypi
google-auth-oauthlib      0.4.6                    pypi_0    pypi
google-pasta              0.2.0                    pypi_0    pypi
grpcio                    1.51.3                   pypi_0    pypi
gst-plugins-base          1.18.5               h9e645db_0  
gstreamer                 1.18.5               hd78058f_0  
h5py                      3.8.0                    pypi_0    pypi
icc_rt                    2022.1.0             h6049295_2  
icu                       58.2                 ha925a31_3  
idna                      3.4                      pypi_0    pypi
imageio                   2.19.3           py39haa95532_0  
imageio-ffmpeg            0.4.8              pyhd8ed1ab_0    conda-forge
importlib-metadata        6.0.0                    pypi_0    pypi
intel-openmp              2021.4.0          haa95532_3556  
joblib                    1.2.0              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h2bbff1b_0  
keras                     2.10.0                   pypi_0    pypi
keras-preprocessing       1.1.2                    pypi_0    pypi
kiwisolver                1.4.4            py39hd77b12b_0  
lerc                      3.0                  hd77b12b_0  
libbrotlicommon           1.0.9                h2bbff1b_7  
libbrotlidec              1.0.9                h2bbff1b_7  
libbrotlienc              1.0.9                h2bbff1b_7  
libclang                  15.0.6.1                 pypi_0    pypi
libdeflate                1.8                  h2bbff1b_5  
libffi                    3.4.2                hd77b12b_6  
libiconv                  1.16                 h2bbff1b_2  
libogg                    1.3.5                h2bbff1b_1  
libpng                    1.6.37               h2a8f88b_0  
libtiff                   4.5.0                h6c2663c_1  
libvorbis                 1.3.7                he774522_0  
libwebp                   1.2.4                hbc33d0d_1  
libwebp-base              1.2.4                h2bbff1b_1  
libxml2                   2.9.14               h0ad7f3c_0  
libxslt                   1.1.35               h2bbff1b_0  
lz4-c                     1.9.4                h2bbff1b_0  
markdown                  3.4.1                    pypi_0    pypi
markupsafe                2.1.2                    pypi_0    pypi
matplotlib                3.5.2            py39haa95532_0  
matplotlib-base           3.5.2            py39hd77b12b_0  
mkl                       2021.4.0           haa95532_640  
mkl-service               2.4.0            py39h2bbff1b_0  
mkl_fft                   1.3.1            py39h277e83a_0  
mkl_random                1.2.2            py39hf11a4ad_0  
munkres                   1.1.4                      py_0  
numexpr                   2.8.4            py39h5b0cc5e_0  
numpy                     1.23.5           py39h3b20f71_0  
numpy-base                1.23.5           py39h4da318b_0  
nvidia-ml-py              11.525.84                pypi_0    pypi
oauthlib                  3.2.2                    pypi_0    pypi
opencv-python             4.7.0.72                 pypi_0    pypi
openssl                   1.1.1t               h2bbff1b_0  
opt-einsum                3.3.0                    pypi_0    pypi
packaging                 22.0             py39haa95532_0  
pcre                      8.45                 hd77b12b_0  
pillow                    9.3.0            py39hd77b12b_2  
pip                       22.3.1           py39haa95532_0  
ply                       3.11             py39haa95532_0  
protobuf                  3.19.6                   pypi_0    pypi
psutil                    5.9.0            py39h2bbff1b_0  
pyasn1                    0.4.8                    pypi_0    pypi
pyasn1-modules            0.2.8                    pypi_0    pypi
pyparsing                 3.0.9            py39haa95532_0  
pyqt                      5.15.7           py39hd77b12b_0  
pyqt5-sip                 12.11.0          py39hd77b12b_0  
python                    3.9.16               h6244533_0  
python-dateutil           2.8.2              pyhd3eb1b0_0  
python_abi                3.9                      2_cp39    conda-forge
pywin32                   305              py39h2bbff1b_0  
pywinpty                  2.0.2            py39h5da7b33_0  
qt-main                   5.15.2               he8e5bd7_7  
qt-webengine              5.15.9               hb9a9bb5_5  
qtwebkit                  5.212                h3ad3cdb_4  
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            py39hd77b12b_0  
scipy                     1.9.3            py39he11b74f_0  
setuptools                65.6.3           py39haa95532_0  
sip                       6.6.2            py39hd77b12b_0  
six                       1.16.0             pyhd3eb1b0_1  
sqlite                    3.40.1               h2bbff1b_0  
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-estimator      2.10.0                   pypi_0    pypi
tensorflow-gpu            2.10.1                   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               h2bbff1b_0  
toml                      0.10.2             pyhd3eb1b0_0  
tornado                   6.2              py39h2bbff1b_0  
tqdm                      4.64.1           py39haa95532_0  
typing-extensions         4.4.0            py39haa95532_0  
typing_extensions         4.4.0            py39haa95532_0  
tzdata                    2022g                h04d1e81_0  
urllib3                   1.26.14                  pypi_0    pypi
vc                        14.2                 h21ff451_1  
vs2015_runtime            14.27.29016          h5e58377_2  
werkzeug                  2.2.3                    pypi_0    pypi
wheel                     0.38.4           py39haa95532_0  
wincertstore              0.2              py39haa95532_2  
winpty                    0.4.3                         4  
wrapt                     1.14.1                   pypi_0    pypi
xz                        5.2.10               h8cc25b3_1  
zipp                      3.15.0                   pypi_0    pypi
zlib                      1.2.13               h8cc25b3_0  
zstd                      1.5.2                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.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

[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
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

--------- 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

[align.fan]
batch-size:               12

[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

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

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

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

[mask.unet_dfl]
batch-size:               8

[mask.vgg_clear]
batch-size:               6

[mask.vgg_obstructed]
batch-size:               2

[recognition.vgg_face2]
batch-size:               16
cpu:                      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.dfl_h128]
lowmem:                   False

[model.dfl_sae]
input_size:               128
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.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

[trainer.original]
preview_images:           14
mask_opacity:             30
mask_color:               #ff0000
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
Last edited by torzdf on Sat Feb 25, 2023 12:58 pm, edited 1 time in total.
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: Got Exception on main handler: UnicodeDecodeError

Post by torzdf »

wsyn470 wrote: Sat Feb 25, 2023 8:20 am

Can't start extract process:

Please use the search function. This question has been asked an answered many times:
search.php?keywords=UnicodeDecodeError

Last edited by torzdf on Sat Feb 25, 2023 1:01 pm, edited 1 time in total.

My word is final

Locked