-
Notifications
You must be signed in to change notification settings - Fork 734
Enable tiled ensembe in v2 #2660
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top quality changes, @blaz-r. Amazing work!
i only have minor comments regarding docstrings. It would be good to give credit to you and your work in the docstrings. Can you update them ?
Okay, I'll address these things asap. Edit: I think it's because I'm only using these components as type annotations, so I'll fix that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've suggested the fixes for the pre-commit fail.
If you install Ruff
extension to VS Code, or whatever you are using, it should automatically fix them.
To check these locally you could run the following:
pre-commit run -a
src/anomalib/pipelines/tiled_ensemble/components/utils/helper_functions.py
Outdated
Show resolved
Hide resolved
src/anomalib/pipelines/tiled_ensemble/components/utils/helper_functions.py
Show resolved
Hide resolved
src/anomalib/pipelines/tiled_ensemble/components/utils/helper_functions.py
Show resolved
Hide resolved
src/anomalib/pipelines/tiled_ensemble/components/utils/ensemble_engine.py
Outdated
Show resolved
Hide resolved
src/anomalib/pipelines/tiled_ensemble/components/utils/ensemble_engine.py
Show resolved
Hide resolved
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
Signed-off-by: blaz-r <blaz.rolih@gmail.com>
I've updated the docstrings, fixed the linting and security errors, and updated the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot for the upgrade!
📝 Description
✨ Changes
Select what type of change your PR is:
✅ Checklist
Before you submit your pull request, please make sure you have completed the following steps:
For more information about code review checklists, see the Code Review Checklist.