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

Optimised brush_stroke_mask function for improved performance #36

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

simdanonline
Copy link
Contributor

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:

  • brush_stroke_mask function optimised for performance

  • Vectorised operations used instead of loops

  • TensorFlow's built-in image processing functions utilised

  • Simplified logic and reduced unnecessary operations

  • Improved code readability

@zuruoke zuruoke merged commit 47d40ec into zuruoke:master Jun 11, 2024
@zuruoke
Copy link
Owner

zuruoke commented Jun 11, 2024

thank you for your input :)

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

Successfully merging this pull request may close these issues.

2 participants