Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bgomiss opened this issue Feb 15, 2025 · 1 comment
Open

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

bgomiss opened this issue Feb 15, 2025 · 1 comment

Comments

@bgomiss
Copy link

bgomiss commented Feb 15, 2025

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?

@cleardusk
Copy link
Member

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants