Page 1 of 1

Sorting doesn't work

Posted: Thu May 07, 2020 10:38 pm
by kruszkush

Link doesn't work, whatever else I found and copied into folder doesn't do anything. File "README.md and LICENSE" There is also .keep which is 0kb

Code: Select all

Loading...
Setting Faceswap backend to AMD
Please backup your data and/or test the tool you want to use with a smaller data set to make sure you understand how it works.
05/07/2020 23:37:17 INFO     Log level set to: INFO
05/07/2020 23:37:17 INFO     Setting up for PlaidML
05/07/2020 23:37:18 INFO     Setting GPU to largest available experimental device. If you want to override this selection, run `plaidml-setup` from the command line.
05/07/2020 23:37:18 INFO     Using GPU: ['opencl_amd_gfx1010.0']
05/07/2020 23:37:18 INFO     Successfully set up for PlaidML
05/07/2020 23:37:20 INFO     Downloading model: 'vggface2_resnet50' from: https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip
05/07/2020 23:37:21 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 2 of 6...
05/07/2020 23:37:21 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 3 of 6...
05/07/2020 23:37:22 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 4 of 6...
05/07/2020 23:37:23 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 5 of 6...
05/07/2020 23:37:23 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 6 of 6...
05/07/2020 23:37:24 ERROR    Failed to download model. Exiting. (Error: 'HTTP Error 403: Forbidden', URL: 'https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip')
05/07/2020 23:37:24 INFO     You can try running again to resume the download.
05/07/2020 23:37:24 INFO     Alternatively, you can manually download the model from: https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip and unzip the contents to: D:\faceswap\plugins\extract\recognition\.cache
Process exited.

Re: Sorting doesn't work

Posted: Thu May 07, 2020 10:44 pm
by bryanlyon

Code: Select all

05/07/2020 23:37:24 ERROR    Failed to download model. Exiting. (Error: 'HTTP Error 403: Forbidden', URL: 'https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip')
05/07/2020 23:37:24 INFO     You can try running again to resume the download.
05/07/2020 23:37:24 INFO     Alternatively, you can manually download the model from: https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip and unzip the contents to: D:\faceswap\plugins\extract\recognition\.cache

This right here explains it all. If you're behind a firewall that blocks the file, you'll have to find a way to work around it. The URL is right there.


Re: Sorting doesn't work

Posted: Thu May 07, 2020 10:57 pm
by kruszkush

It just downloaded it after trying like 5 times :/ I don't know why now but before not, haven't done anything really


Re: Sorting doesn't work

Posted: Thu May 07, 2020 10:58 pm
by bryanlyon

Yeah, that's your local internet. Nothing we can really do about that. Glad it downloaded for you eventually though.