staying here-what should I do?

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
mc25
Posts: 1
Joined: Thu Nov 14, 2019 11:00 am

staying here-what should I do?

Post by mc25 »

Code: Select all

Loading...
Setting Faceswap backend to NVIDIA
11/14/2019 14:02:03 INFO     Log level set to: INFO
11/14/2019 14:02:06 INFO     Output Directory: C:\Users\admin\Desktop\Yeni klasör\data_dst

11/14/2019 14:02:06 INFO     Loading Detect from S3Fd plugin...
11/14/2019 14:02:06 INFO     Loading Align from Fan plugin...
11/14/2019 14:02:06 INFO     Loading Mask from Extended plugin...
11/14/2019 14:02:07 WARNING  Not enough free VRAM for parallel processing. Switching to serial
11/14/2019 14:02:07 INFO     Starting, this may take a while...
11/14/2019 14:02:07 INFO     Initializing S3FD (Detect)...
11/14/2019 14:02:07 WARNING  From C:\Users\admin\faceswap\lib\model\session.py:112: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.\n
11/14/2019 14:02:07 WARNING  From C:\Users\admin\faceswap\lib\model\session.py:116: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.\n
11/14/2019 14:02:09 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:517: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.\n
11/14/2019 14:02:09 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:245: The name tf.get_default_graph is deprecated. Please use tf.compat.v1.get_default_graph instead.\n
11/14/2019 14:02:09 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:174: The name tf.get_default_session is deprecated. Please use tf.compat.v1.get_default_session instead.\n
11/14/2019 14:02:09 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:3976: The name tf.nn.max_pool is deprecated. Please use tf.nn.max_pool2d instead.\n
11/14/2019 14:02:11 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\optimizers.py:790: The name tf.train.Optimizer is deprecated. Please use tf.compat.v1.train.Optimizer instead.\n
11/14/2019 14:02:11 INFO     Initialized S3FD (Detect) with batchsize of 1

11/14/2019 14:04:00 INFO     Initializing FAN (Align)...
11/14/2019 14:04:01 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:3980: The name tf.nn.avg_pool is deprecated. Please use tf.nn.avg_pool2d instead.\n
11/14/2019 14:04:02 WARNING  From C:\Users\admin\MiniConda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py:2018: The name tf.image.resize_nearest_neighbor is deprecated. Please use tf.compat.v1.image.resize_nearest_neighbor instead.\n
11/14/2019 14:04:24 INFO     Initialized FAN (Align) with batchsize of 12
User avatar
torzdf
Posts: 2672
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: staying here-what should I do?

Post by torzdf »

There was a bug in serial processing. I have pushed a bugfix, so please get the latest code and try again.

Let me know if the problem persists.

My word is final

Locked