zuruoke / watermark-removal

a machine learning image inpainting task that instinctively removes watermarks from image indistinguishable from the ground truth image
1.86k stars 291 forks source link

Optimised brush_stroke_mask function for improved performance #36

Closed simdanonline closed 2 months ago

simdanonline commented 3 months ago

This pull request optimises the brush_stroke_mask function to improve performance. These changes result in a significant performance boost, making the function more efficient and scalable. This optimisation is particularly important for large-scale image processing tasks, where every millisecond counts.

Changes:

zuruoke commented 2 months ago

thank you for your input :)