-
Not a coder by trade, I had it working for a while with great results but now it won't run.
Getting this error every time I run Official Code:
UnpicklingError Traceback…
-
I am trying to use deepface live for quick single photo replacement, will this work?
-
I rounded up the training I was running with Colab.
And I have a backup of the pth file generated at that time.
How can I start the training from where it left off?
-
Command that I use: `python -W ignore train.py --name simswap_256_test --gpu_ids 0 --dataset "./vggface2_test_256_aligned" --train_simswap True --Gdeep False`
Log in startup show that parameters ar…
-
Command that I used:
`python -W ignore train.py --name simswap_256_test --gpu_ids 0 --continue_train True --checkpoints_dir "./checkpoints" --dataset "./vggface2_test_256_aligned" --train_simswap Tr…
-
After update, i got this error
`./checkpoints/people/9900000_net_G.pth not exists yet!
Traceback (most recent call last):
File "/home/SimSwap/test_video_swapmulti.py", line 55, in
model = c…
-
Looking forward to it, thank you!
-
------------ Options -------------
Arc_path: arcface_model/arcface_checkpoint.tar
Gdeep: False
batchSize: 4
beta1: 0.0
checkpoints_dir: ./checkpoints
continue_train: False
dataset: /content/Tra…
ozmix updated
2 years ago
-
So I downloaded the zip of the update SimSwap code and replaced my old **SimSwap-main** folder with the new one.
When I gave the usual face swapping in video command
`python test_video_swapsingle.…
-
I'm sorry to call into question a validated point about use of snake_case instead of camelCase but I'm bit uncomfortable about this direction regarding the facts that:
- A lot of of our current API…