-
Notifications
You must be signed in to change notification settings - Fork 849
π feat(post-processing): Add MEBin post processor from AnomalyNCD #3089
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
Closed
StarPlatinum7
wants to merge
44
commits into
open-edge-platform:main
from
StarPlatinum7:mebin_post_processor
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
b243ec5
π fix(model): Reduce memory reserved for memory bank based models Patβ¦
alfieroddan 86bd8ba
add mebin postprocessor
StarPlatinum7 58d2bd3
test mebin postprocessor
StarPlatinum7 0818555
test mebin postprocessor
StarPlatinum7 e7b838d
π feat(metric): added histogram of anomaly scores (#2920)
abc-125 13d12ef
π feat(metric): added PGn, PBn metrics (#2889)
abc-125 8053ecb
π fix(huggingface): Fix Bandit security issue B615 - HF Models (#2937)
rajeshgangireddy 8defc3d
chore(deps): update github actions (#2921)
oep-renovate[bot] aad56a2
π feat(data): added ground truth masks to VAD dataset (#2940)
abc-125 6a85430
π fix(bandit): Suppress Bandit NoSec incorrectly flagging HuggingFaceβ¦
rajeshgangireddy 1a21389
π fix(docs): Update documentation and log messages to reflect recent β¦
rajeshgangireddy 17b0be5
π feat(workflow): add CodeQL analysis workflow for security scanning β¦
kamillipka fb44a31
π feat(data): add backward compatibility methods and update docstringβ¦
samet-akcay a526581
π refactor(utils): improve optional import handling across loggers anβ¦
samet-akcay 33d366d
π fix(path): Remove filter to remove hidden files (#2955)
rajeshgangireddy f09bffd
π fix(utils): revert `OptionalImport` class to handle missing optionaβ¦
samet-akcay 9ca3a0a
π¨ fix(semgrep): ignore uv.lock in semgrep (#2972)
ashwinvaidya17 2a12bd4
π fix(utils): Run CS Flow model in eval() so the weights of the modelβ¦
monzelr 4327146
π fix(ovinferencer): Fix openvino cache directory (#2979)
rajeshgangireddy 08d9f43
π fix(pr.yaml): Increase unit test timeout from 15 to 30 seconds (#2988)
rajeshgangireddy af4cd2e
π fix(data): Perlin noise generator masks (#2936)
ashwinvaidya17 15a0df5
π§ ci(tests): Use uv commands (#2999)
ashwinvaidya17 f9862fa
π feat(model): Make coreset selection for patchcore faster (#2968)
rajeshgangireddy 6ec7397
chore(deps): update github actions (#2983)
oep-renovate[bot] a94545c
π feat(data): BMAD dataset (#3000)
ashwinvaidya17 4b7574b
π feat(dataset): add 3D-ADAM dataset to Anomalib (#3003)
ashwinvaidya17 1edc95b
π§ chore(release): prepare v2.2.0 release (#2960)
samet-akcay d68a295
π§ docs(changelog): Fix entries (#3008)
ashwinvaidya17 5831095
π§ chore(version): Update main version to dev (#3010)
ashwinvaidya17 038ea18
π¦ docs(README): Update ReadMe for V2.2.0 release (#3017)
rajeshgangireddy b1de175
π fix(metrics): disable mps for torch metrics (#3019)
maxxgx d40a7e5
β¨ feat(post-processing): Make minor changes as per comments
rajeshgangireddy 66e8335
π¦ docs(post-processor): revert docs for MEBIN
rajeshgangireddy 36cf7dd
Update src/anomalib/post_processing/mebin_post_processor.py
rajeshgangireddy 4cc8eb2
Update src/anomalib/metrics/threshold/mebin.py
rajeshgangireddy 9328852
Update src/anomalib/post_processing/mebin_post_processor.py
rajeshgangireddy 0732e13
π fix(mebin): remove debug print statement for value range
rajeshgangireddy b165722
π fix(mebin): update threshold return types to float and remove debugβ¦
rajeshgangireddy c9abdab
π fix(mebin): update return types in MEBin methods to tuples for bettβ¦
rajeshgangireddy 6ce4d91
π fix(mebin): simplify max calculation for connected component counts
rajeshgangireddy e139a6a
π fix(mebin): update examples in MEBin and MEBinPostProcessor for claβ¦
rajeshgangireddy c071cad
π fix(mebin): refactor MEBin post-processing . Works now. Need to re-β¦
rajeshgangireddy f2dd3dc
π§ chore(codeowners): Update owners (#3042)
ashwinvaidya17 9cfa779
pr-3030
StarPlatinum7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please rebase you PR as we removed this action (in #3014) and currenly use action from geti-ci.