backscrub icon indicating copy to clipboard operation
backscrub copied to clipboard

Multi-pass processing

Open BenBE opened this issue 4 years ago • 2 comments

This branch will introduce multi-pass processing of the input image for cases when the internal face detection model cannot handle the full input image in one go due to the aspect ratio of the model compared to the aspect ratio of the input image.

This PR also contains a major cleanup of the code base by making the code style more consistent and splitting things into multiple files for more digestible chunks of code.

BenBE avatar Jan 24 '22 06:01 BenBE

Do we want to consider parallel processing the multiple passes? IMO this is probably not worth the extra pain unless we run very low on time budget..

phlash avatar Mar 04 '22 14:03 phlash

Do we want to consider parallel processing the multiple passes? IMO this is probably not worth the extra pain unless we run very low on time budget..

I'll do this as one process in the first version. We can still upgrade to multi-threading this processing in a second update.

BenBE avatar Mar 04 '22 20:03 BenBE