e4s icon indicating copy to clipboard operation
e4s copied to clipboard

(CVPR 2023) E4S: Fine-grained Face Swapping via Regional GAN Inversion

Results 31 e4s issues
Sort by recently updated
recently updated
newest added

What CUDA version and GCC version should I be using? Testing inside Ubuntu latest with CUda 11.5 and GCC 11.3 Getting the following. `raceback (most recent call last): File "/home/g/anaconda3/envs/e4s/lib/python3.8/site-packages/torch/utils/cpp_extension.py",...

(e4s) root@autodl-container-fe7811a13c-a73d6848:~/autodl-tmp/FinegrainedFace/e4s# python face_edit.py --source=./example/input/faceedit/source.jpg --reference=./example/input/faceedit/reference.jpg --region hair eyes --alpha=1 Traceback (most recent call last): File "face_edit.py", line 107, in editor = Editor(opts) File "face_edit.py", line 34, in __init__ self.faceParsing_model...

Can someone create a google colab for this?

Hi, when I tried swap face operation: ``` python scripts/face_swap.py --source=example/input/faceswap/source.jpg --target=example/input/faceswap/target.jpg ``` the following error is reported: ``` Traceback (most recent call last): File "scripts/face_swap.py", line 345, in generator,...

this time i tried in ubuntu using wsl2 and conda (e4s) user@LAPTOP-E4D0U85P:~/e4s$ python scripts/face_swap.py --source=example/input/faceswap/source.jpg --target=example/input/faceswap/target.jpg Traceback (most recent call last): File "/home/user/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1516, in _run_ninja_build subprocess.run( File "/home/user/miniconda3/envs/e4s/lib/python3.8/subprocess.py",...

would anyone be so kind to make a docker image? unfortunately this is what I always end up resorting to, as for some reason everything crashes on both windows and...

Hi @e4s2022 , How can i control the percentage of the swapping ? ![WhatsApp Image 2024-08-10 at 1 47 50 PM](https://github.com/user-attachments/assets/ff2705d2-2d04-402d-8247-912e25d83e90)

hi , the weight link of 00000189-checkpoint.pth.tar in the facevid2vid paper is gone,can you send me a copy one? thank you very much! my email is [email protected]

Hi, I was trying to run the demo with Pytorch v2.x. It seems that the swapped face is black. When i switched the platform back to v1.x, it works. Anyone...

I encountered the following error when running a swap between images on gradio. `FileNotFoundError: [Errno 2] No such file or directory: './pretrained/E4S/iteration_300000.pt` There seems no "iteration_300000.pt" in the onedrive? Any...