KwaiVGI / LivePortrait

Bring portraits to life!

Home Page:https://liveportrait.github.io

Repository from Github https://github.comKwaiVGI/LivePortraitRepository from Github https://github.comKwaiVGI/LivePortrait

how to remove the source image in the middle from the concat?

bgomiss opened this issue · comments

i dont want to see the source image in the middle but just the result and the driving video side by side or one under the other. how to do this?

@bgomiss
A temporary solution is to remove the source_image_resized variable below:

out = np.hstack((driving_image_resized, source_image_resized, I_p))