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

Batch processing #6

Open
dmonkoff opened this issue Nov 16, 2022 · 1 comment
Open

Batch processing #6

dmonkoff opened this issue Nov 16, 2022 · 1 comment
Labels
question Further information is requested

Comments

@dmonkoff
Copy link

Hello,
Is there any way to process images in batch? So let's say I have three folders, in which dst/src/masks are already rescaled and aligned and I just want to take triplets with the same name, blend them and output it in a separate folder.
I also wonder whether solver reinitialization produces significant overhead if you do it one by one.

@Trinkle23897 Trinkle23897 added the question Further information is requested label Nov 16, 2022
@Trinkle23897
Copy link
Owner

It's better not to batch process the core step, i.e., solving equation by iteration, because it itself has applied batch-processing. I agree with you to initialize for solver ahead of time to reduce the overhead.

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

No branches or pull requests

2 participants