Starman

Results 14 comments of Starman

There are also 2 errors shown, maybe this gives a clue: `sberswap\lib\site-packages\torch\nn\functional.py:3000: UserWarning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and...

I tried use_sr but it didn't make a huge difference. Still somewhat blurry and suboptimal. What alternative model are you looking at, something like GPEN/GFPGAN?

Thanks a lot @AlexanderGroshev, let me try it. Is there a way to run this code from the conda commandline instead of a ipynb script file? I'm not really sure...

This works mate, amazing job, this is a great improvement to this repo. Thanks!

I do get an error CUDA out of memory when trying to swap on video. I'm curious to know why this happens for videos while for single images there is...

This works, changed it with -batch_size 16 and now no CUDA memory error any more. But the face is not swapped in the output video!

Managed to get it working using a targetimage of the face. I noticed though swapping is sometimes failing after just a few frames in the video. You see the swapped...

Implementing GFPGAN or GPEN into the main swap pipeline would be an amazing improvement of this repo. If this could be implemented in a similar way to [dot](https://github.com/sensity-ai/dot/), it would...

We really need a way to get the UV unwrapped texture of the generated mesh. Otherwise we gonna need to paint the whole face ourselves in some 3D modeling tool,...