PixelLib icon indicating copy to clipboard operation
PixelLib copied to clipboard

Added fuctionalities of detect_execpt in blug_bg

Open AslanDevbrat opened this issue 4 years ago • 2 comments

I added functionality to blur only specific objects in blr_bg(). in the previous version If you give detect="Person" then your code will blur except everything except a person. But with this pull request you can pass a list of objects which is not needed to be blurred in parameter detect and also you can blur a list of specific objects with the new add parameter detect_except = [], This feature is only added to blur_bg for now.

AslanDevbrat avatar Sep 09 '21 11:09 AslanDevbrat

There are many aspects which can be improved in this regard. If you give me permission I will proceed

AslanDevbrat avatar Sep 09 '21 12:09 AslanDevbrat

Please fix all merge conflicts. Also, provide documentation for the same.

khanfarhan10 avatar Oct 05 '21 05:10 khanfarhan10