Page 1 of 1

Error shortly after start

Posted: Wed Dec 25, 2019 9:45 pm
by BostonCs

Hello everybody,

I wasn't able to find any similar problems in the forum.

First error that pops up is:

RuntimeWarning: invalid value encountered in greater
poss = zip(*np.where(ocls[:, 1, :, :] > 0.05))

Hope someone can help me. Thanks in advance !

Greetings.

Code: Select all

12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_detect_in'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_align_in', maxsize: 1)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_align_in')
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_align_in'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_align_in'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_mask_in', maxsize: 1)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_mask_in')
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_mask_in'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_mask_in'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'extract_mask_out', maxsize: 1)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'extract_mask_out')
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'extract_mask_out'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'extract_mask_out'
12/25/2019 22:11:49 MainProcess     MainThread      pipeline        _add_queues               DEBUG    Queues: {'extract_detect_in': <queue.Queue object at 0x1a3df99050>, 'extract_align_in': <queue.Queue object at 0x1a3df99250>, 'extract_mask_in': <queue.Queue object at 0x1a3df99710>, 'extract_mask_out': <queue.Queue object at 0x1a3dfa90d0>}
12/25/2019 22:11:49 MainProcess     MainThread      pipeline        __init__                  DEBUG    Initialized Extractor
12/25/2019 22:11:49 MainProcess     MainThread      extract         __init__                  DEBUG    Initialized Extract
12/25/2019 22:11:49 MainProcess     MainThread      extract         process                   INFO     Starting, this may take a while...
12/25/2019 22:11:49 MainProcess     MainThread      extract         _threaded_redirector      DEBUG    Threading task: (Task: 'load')
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: '_load', thread_count: 1)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: '_load'
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): '_load'
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: '_load_0'
12/25/2019 22:11:49 MainProcess     _load_0         extract         _load                     DEBUG    Load Images: Start
12/25/2019 22:11:49 MainProcess     _load_0         image           load                      DEBUG    Initializing Load Generator
12/25/2019 22:11:49 MainProcess     _load_0         image           _set_thread               DEBUG    Setting thread
12/25/2019 22:11:49 MainProcess     _load_0         multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'ImagesLoader', thread_count: 1)
12/25/2019 22:11:49 MainProcess     _load_0         multithreading  __init__                  DEBUG    Initialized MultiThread: 'ImagesLoader'
12/25/2019 22:11:49 MainProcess     _load_0         image           _set_thread               DEBUG    Set thread: <lib.multithreading.MultiThread object at 0x1a3dfa9290>
12/25/2019 22:11:49 MainProcess     _load_0         multithreading  start                     DEBUG    Starting thread(s): 'ImagesLoader'
12/25/2019 22:11:49 MainProcess     _load_0         multithreading  start                     DEBUG    Starting thread 1 of 1: 'ImagesLoader_0'
12/25/2019 22:11:49 MainProcess     ImagesLoader_0  image           _process                  DEBUG    Load iterator: <bound method ImagesLoader._from_video of <lib.image.ImagesLoader object at 0x63c89b450>>
12/25/2019 22:11:49 MainProcess     ImagesLoader_0  image           _from_video               DEBUG    Loading frames from video: '/Users/pb/Desktop/interview 1 gekürzt.mp4'
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads '_load': 1
12/25/2019 22:11:49 MainProcess     MainThread      image           __init__                  DEBUG    Initializing ImagesSaver: (path: /Users/pb/Desktop/picture data/comdirect_extracted, queue_size: 8, as_bytes: True)
12/25/2019 22:11:49 MainProcess     MainThread      image           __init__                  DEBUG    Initializing ImagesSaver: (path: /Users/pb/Desktop/picture data/comdirect_extracted, queue_size: 8, args: None)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'ImagesSaver'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'ImagesSaver', maxsize: 8)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'ImagesSaver')
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'ImagesSaver'
12/25/2019 22:11:49 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    Launching detect plugin
12/25/2019 22:11:49 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    in_qname: extract_detect_in, out_qname: extract_align_in
12/25/2019 22:11:49 MainProcess     MainThread      _base           initialize                DEBUG    initialize Detect: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x1a3df99050>, 'out_queue': <queue.Queue object at 0x1a3df99250>})
12/25/2019 22:11:49 MainProcess     MainThread      _base           initialize                INFO     Initializing S3FD (Detect)...
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'detect_predict'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'detect_predict', maxsize: 1)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'detect_predict')
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'detect_predict'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'detect_post'
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager adding: (name: 'detect_post', maxsize: 1)
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   add_queue                 DEBUG    QueueManager added: (name: 'detect_post')
12/25/2019 22:11:49 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'detect_post'
12/25/2019 22:11:49 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiling detect threads
12/25/2019 22:11:49 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_input, function: <bound method Detect.process_input of <plugins.extract.detect.s3fd.Detect object at 0x1a3de7a710>>, in_queue: <queue.Queue object at 0x1a3df99050>, out_queue: <queue.Queue object at 0x1a3dfa97d0>)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_input', thread_count: 1)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_input'
12/25/2019 22:11:49 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_input
12/25/2019 22:11:49 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_predict, function: <bound method Detector._predict of <plugins.extract.detect.s3fd.Detect object at 0x1a3de7a710>>, in_queue: <queue.Queue object at 0x1a3dfa97d0>, out_queue: <queue.Queue object at 0x1a3dfa9950>)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_predict', thread_count: 1)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_predict'
12/25/2019 22:11:49 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_predict
12/25/2019 22:11:49 MainProcess     MainThread      _base           _add_thread               DEBUG    Adding thread: (name: detect_output, function: <bound method Detect.process_output of <plugins.extract.detect.s3fd.Detect object at 0x1a3de7a710>>, in_queue: <queue.Queue object at 0x1a3dfa9950>, out_queue: <queue.Queue object at 0x1a3df99250>)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'detect_output', thread_count: 1)
12/25/2019 22:11:49 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'detect_output'
12/25/2019 22:11:49 MainProcess     MainThread      _base           _add_thread               DEBUG    Added thread: detect_output
12/25/2019 22:11:49 MainProcess     MainThread      _base           _compile_threads          DEBUG    Compiled detect threads: [<lib.multithreading.MultiThread object at 0x1a3dfa9a10>, <lib.multithreading.MultiThread object at 0x1a3dfa9ad0>, <lib.multithreading.MultiThread object at 0x1a3dfa9a50>]
12/25/2019 22:11:49 MainProcess     MainThread      s3fd            __init__                  DEBUG    Initializing: S3fd: (model_path: '/Users/pb/faceswap/plugins/extract/detect/.cache/s3fd_keras_v1.h5', allow_growth: False)
12/25/2019 22:11:49 MainProcess     MainThread      session         load_model                VERBOSE  Initializing plugin model: S3FD
12/25/2019 22:11:49 MainProcess     _load_0         multithreading  start                     DEBUG    Started all threads 'ImagesLoader': 1
12/25/2019 22:11:49 MainProcess     MainThread      library         _logger_callback          INFO     Opening device "opencl_amd_radeon_r9_m390_compute_engine.0"
12/25/2019 22:11:50 MainProcess     MainThread      s3fd            __init__                  DEBUG    Initialized: S3fd
12/25/2019 22:11:50 MainProcess     MainThread      _base           initialize                INFO     Initialized S3FD (Detect) with batchsize of 4
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'detect_input'
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: 'detect_input_0'
12/25/2019 22:11:50 MainProcess     detect_input_0  _base           _thread_process           DEBUG    threading: (function: 'process_input')
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'detect_input': 1
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'detect_predict'
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: 'detect_predict_0'
12/25/2019 22:11:50 MainProcess     detect_predict_0 _base           _thread_process           DEBUG    threading: (function: '_predict')
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'detect_predict': 1
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'detect_output'
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 1: 'detect_output_0'
12/25/2019 22:11:50 MainProcess     detect_output_0 _base           _thread_process           DEBUG    threading: (function: 'process_output')
12/25/2019 22:11:50 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'detect_output': 1
12/25/2019 22:11:50 MainProcess     MainThread      pipeline        _launch_plugin            DEBUG    Launched detect plugin
12/25/2019 22:11:50 MainProcess     MainThread      pipeline        detected_faces            DEBUG    Running Detection. Phase: 'detect'
12/25/2019 22:14:20 MainProcess     _load_0         image           load                      DEBUG    Closing Load Generator
12/25/2019 22:14:20 MainProcess     _load_0         multithreading  join                      DEBUG    Joining Threads: 'ImagesLoader'
12/25/2019 22:14:20 MainProcess     _load_0         multithreading  join                      DEBUG    Joining Thread: 'ImagesLoader_0'
12/25/2019 22:14:20 MainProcess     _load_0         multithreading  join                      DEBUG    Joined all Threads: 'ImagesLoader'
12/25/2019 22:14:20 MainProcess     _load_0         extract         _load                     DEBUG    Load Images: Complete
12/25/2019 22:14:23 MainProcess     detect_input_0  _base           _thread_process           DEBUG    Putting EOF
12/25/2019 22:14:35 MainProcess     detect_predict_0 _base           _thread_process           DEBUG    Putting EOF
12/25/2019 22:14:35 MainProcess     detect_output_0 multithreading  run                       DEBUG    Error in thread (detect_output_0): cannot convert float infinity to integer
12/25/2019 22:14:36 MainProcess     MainThread      multithreading  check_and_raise_error     DEBUG    Thread error caught: [(<class 'OverflowError'>, OverflowError('cannot convert float infinity to integer'), <traceback object at 0x1a3de8dc30>)]
12/25/2019 22:14:36 MainProcess     MainThread      plaidml_tools   initialize                DEBUG    PlaidML already initialized
12/25/2019 22:14:36 MainProcess     MainThread      plaidml_tools   get_supported_devices     DEBUG    []
12/25/2019 22:14:36 MainProcess     MainThread      plaidml_tools   get_all_devices           DEBUG    Experimental Devices: [<plaidml._DeviceConfig object at 0x1a495d4450>]
12/25/2019 22:14:36 MainProcess     MainThread      plaidml_tools   get_all_devices           DEBUG    [<plaidml._DeviceConfig object at 0x1a495d4450>]
12/25/2019 22:14:36 MainProcess     MainThread      plaidml_tools   __init__                  DEBUG    Initialized: PlaidMLStats
12/25/2019 22:14:36 MainProcess     MainThread      plaidml_tools   supported_indices         DEBUG    []
Traceback (most recent call last):
  File "/Users/pb/faceswap/lib/cli.py", line 129, in execute_script
    process.process()
  File "/Users/pb/faceswap/scripts/extract.py", line 114, in process
    self._run_extraction()
  File "/Users/pb/faceswap/scripts/extract.py", line 212, in _run_extraction
    for idx, extract_media in enumerate(status_bar):
  File "/Users/pb/opt/anaconda3/envs/faceswap/lib/python3.7/site-packages/tqdm/std.py", line 1104, in __iter__
    for obj in iterable:
  File "/Users/pb/faceswap/plugins/extract/pipeline.py", line 211, in detected_faces
    if self._check_and_raise_error():
  File "/Users/pb/faceswap/plugins/extract/pipeline.py", line 476, in _check_and_raise_error
    if plugin.check_and_raise_error():
  File "/Users/pb/faceswap/plugins/extract/_base.py", line 296, in check_and_raise_error
    err = thread.check_and_raise_error()
  File "/Users/pb/faceswap/lib/multithreading.py", line 84, in check_and_raise_error
    raise error[1].with_traceback(error[2])
  File "/Users/pb/faceswap/lib/multithreading.py", line 37, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/pb/faceswap/plugins/extract/_base.py", line 424, in _thread_process
    for item in self.finalize(batch):
  File "/Users/pb/faceswap/plugins/extract/detect/_base.py", line 157, in finalize
    for faces in batch["prediction"]]
  File "/Users/pb/faceswap/plugins/extract/detect/_base.py", line 157, in <listcomp>
    for faces in batch["prediction"]]
  File "/Users/pb/faceswap/plugins/extract/detect/_base.py", line 156, in <listcomp>
    for face in faces]
  File "/Users/pb/faceswap/plugins/extract/detect/_base.py", line 192, in to_detected_face
    return DetectedFace(x=int(round(left)),
OverflowError: cannot convert float infinity to integer

============ System Information ============
encoding:            UTF-8
git_branch:          master
git_commits:         dc2787d Bugfix: GUI - Crash when resizing options panel.. 8fee68e bugfix: plugins.train.model._base - Legacy update. Set `learn_mask` to False on legacy models if a `mask_type` does not exist otherwise `True`. c721c22 Merge branch 'staging'. 9ebc0ab tools.sort - Optimize sort by face. e1d832f Clarification of Phases in Extract (#949)
gpu_cuda:            Unsupported OS. Check Conda packages for Conda Cuda
gpu_cudnn:           Unsupported OS. Check Conda packages for Conda cuDNN
gpu_devices:         GPU_0: AMD - AMD Radeon R9 M390 Compute Engine (experimental)
gpu_devices_active:  GPU_0
gpu_driver:          ['1.2 (Nov 21 2019 19:30:06)']
gpu_vram:            GPU_0: 2048MB
os_machine:          x86_64
os_platform:         Darwin-19.2.0-x86_64-i386-64bit
os_release:          19.2.0
py_command:          /Users/pb/faceswap/faceswap.py extract -i /Users/pb/Desktop/interview 1 gekürzt.mp4 -o /Users/pb/Desktop/picture data/comdirect_extracted -D s3fd -A fan -M extended -nm none -min 20 -l 0.4 -een 18 -sz 256 -si 0 -L INFO -gui
py_conda_version:    Conda is used, but version not found
py_implementation:   CPython
py_version:          3.7.5
py_virtual_env:      True
sys_cores:           4
sys_processor:       i386
sys_ram:             Total: 8192MB, Available: 3517MB, Used: 4213MB, Free: 858MB

=============== Pip Packages ===============
absl-py==0.8.1
astor==0.8.0
certifi==2019.11.28
cffi==1.13.2
cycler==0.10.0
decorator==4.4.1
enum34==1.1.6
fastcluster==1.1.25
ffmpy==0.2.2
gast==0.2.2
google-pasta==0.1.8
grpcio==1.16.1
h5py==2.9.0
imageio==2.6.1
imageio-ffmpeg==0.3.0
joblib==0.14.1
Keras==2.2.4
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
kiwisolver==1.1.0
Markdown==3.1.1
matplotlib==3.1.1
mkl-fft==1.0.15
mkl-random==1.1.0
mkl-service==2.3.0
networkx==2.4
numpy==1.17.4
nvidia-ml-py3==7.352.1
opencv-python==4.1.2.30
opt-einsum==3.1.0
pathlib==1.0.1
Pillow==6.2.1
plaidml==0.6.4
plaidml-keras==0.6.4
protobuf==3.11.2
psutil==5.6.7
pycparser==2.19
pynvx==1.0.0
pyparsing==2.4.6
python-dateutil==2.8.1
PyWavelets==1.1.1
PyYAML==5.2
scikit-image==0.16.2
scikit-learn==0.22
scipy==1.4.1
six==1.13.0
tensorboard==1.15.0
tensorflow==1.15.0
tensorflow-estimator==1.15.1
termcolor==1.1.0
toposort==1.5
tqdm==4.41.0
Werkzeug==0.16.0
wrapt==1.11.2

============== Conda Packages ==============
Could not get package list

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

[color.color_transfer]
clip:                     True
preserve_paper:           True

[color.match_hist]
threshold:                99.0

[color.manual_balance]
colorspace:               HSV
balance_1:                0.0
balance_2:                0.0
balance_3:                0.0
contrast:                 0.0
brightness:               0.0

[writer.pillow]
format:                   png
draw_transparent:         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

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

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

[mask.mask_blend]
type:                     normalized
radius:                   3.0
passes:                   4
erosion:                  0.0

[mask.box_blend]
type:                     gaussian
distance:                 11.0
radius:                   5.0
passes:                   1

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

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

--------- .faceswap ---------
backend:                  amd

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

[global]
allow_growth:             False

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

[detect.cv2_dnn]
confidence:               50

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

[align.fan]
batch-size:               12

[mask.unet_dfl]
batch-size:               8

[mask.vgg_obstructed]
batch-size:               2

[mask.vgg_clear]
batch-size:               6

--------- train.ini ---------

[global]
coverage:                 68.75
mask_type:                none
mask_blur_kernel:         3
mask_threshold:           4
learn_mask:               False
icnr_init:                False
conv_aware_init:          False
subpixel_upscaling:       False
reflect_padding:          False
penalized_mask_loss:      True
loss_function:            mae
learning_rate:            5e-05

[model.realface]
input_size:               64
output_size:              128
dense_nodes:              1536
complexity_encoder:       128
complexity_decoder:       512

[model.dfl_sae]
input_size:               128
clipnorm:                 True
architecture:             df
autoencoder_dims:         0
encoder_dims:             42
decoder_dims:             21
multiscale_decoder:       False

[model.unbalanced]
input_size:               128
lowmem:                   False
clipnorm:                 True
nodes:                    1024
complexity_encoder:       128
complexity_decoder_a:     384
complexity_decoder_b:     512

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

[model.villain]
lowmem:                   False

[model.original]
lowmem:                   False

[model.dfl_h128]
lowmem:                   False

[trainer.original]
preview_images:           14
zoom_amount:              5
rotation_range:           10
shift_range:              5
flip_chance:              50
color_lightness:          30
color_ab:                 8
color_clahe_chance:       50
color_clahe_max_size:     4

Re: Error shortly after start

Posted: Thu Dec 26, 2019 8:07 pm
by torzdf

We have seen various reports of this bug, but have never been able to replicate to diagnose.

If you can provide a source video that fails, it would be useful.


Re: Error shortly after start

Posted: Fri Dec 27, 2019 12:04 pm
by BostonCs

Thank you for your answer.

Ive uploaded the video on dropbox https://www.dropbox.com/s/tfm0ycc2mfsnb ... d.mp4?dl=0

If you have trouble opening it or viewing it let me know.

Thank you !

Greetings.


Re: Error shortly after start

Posted: Tue Dec 31, 2019 3:02 pm
by torzdf

Thanks for this. I think you misunderstood though. I need the source video, if at all possible (so interview 1.mp4 in your example)


Re: Error shortly after start

Posted: Wed Jan 01, 2020 3:30 pm
by BostonCs

Sure I've sent it via PM.

Ive tried it with multiple videos, doesnt seem like a video issue at first sight.

Thank you.

Greetings


Re: Error shortly after start

Posted: Wed Jan 08, 2020 12:41 pm
by torzdf

Ok, I have tested this video on two OSes, with 2 different GPUs and I cannot replicate :/

Can you run the process with loglevel TRACE and then provide the faceswap.log file from your faceswap folder?

Hopefully I can diagnose from that.

NB: The logfile will be big and extract will be slower!