Question about input #207

Open
opened 2022-02-24 13:20:58 +01:00 by OoAnikioO · 1 comment
OoAnikioO commented 2022-02-24 13:20:58 +01:00 (Migrated from github.com)

Hello,

I am a complete beginner in this domain, I wanted to know if it is possible with simswap or another program to put a succession of several images from different angles for the input in order to calculate the output as well as possible ? i want to work only on pictures for the output
i have try faceswap but it's only for video or I did not understand how it works

if someone could guide me, thanks

otherwise I often have this error with Simswap
RuntimeError: CUDA out of memory. Tried to allocate 370.00 MiB (GPU 0; 8.00 GiB total capacity; 5.93 GiB already allocated; 0 bytes free; 6.37 GiB reserved in total by PyTorch)

something else, why this quality (in 512)
result_whole_swapsingle
?

Hello, I am a complete beginner in this domain, I wanted to know if it is possible with simswap or another program to put a succession of several images from different angles for the input in order to calculate the output as well as possible ? i want to work only on pictures for the output i have try faceswap but it's only for video or I did not understand how it works if someone could guide me, thanks otherwise I often have this error with Simswap RuntimeError: CUDA out of memory. Tried to allocate 370.00 MiB (GPU 0; 8.00 GiB total capacity; 5.93 GiB already allocated; 0 bytes free; 6.37 GiB reserved in total by PyTorch) something else, why this quality (in 512) ![result_whole_swapsingle](https://user-images.githubusercontent.com/100355359/155601498-5da29ece-d499-4934-94c2-08643f74026e.jpg) ?
neuralchen commented 2022-04-20 16:15:15 +02:00 (Migrated from github.com)

SimSwap is specified designed for 224 \times 224 face images, which means it suffers visually degredation when applied to the high resolution images, e.g., 1024*1024.
Actually, we are solving this dilemma and we are going to present the upgraded version of simswap , we called SimSwap++.
Please stay enthusiastic!

SimSwap is specified designed for 224 \times 224 face images, which means it suffers visually degredation when applied to the high resolution images, e.g., 1024*1024. Actually, we are solving this dilemma and we are going to present the upgraded version of simswap , we called SimSwap++. Please stay enthusiastic!
Sign in to join this conversation.