Skip to content
Discussion options

You must be logged in to vote

As @abc-125 mentioned, you could try a different model that suits your needs. For the existing model you are using, you could check the AnomalyMapGenerator module, and post-processing steps. For example, this is the post-processing steps for PatchCore.

https://github.com/openvinotoolkit/anomalib/blob/b7188db4e49c8443a531d932927395807d52b1a6/src/anomalib/models/image/patchcore/anomaly_map.py#L13-L28

sigma is a parameter that defines the gaussian kernel size, which smooths the heatmap. You could play with this parameter to see if a smaller sigma gives you smaller detection output

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@YunusEmreSayin
Comment options

@abc-125
Comment options

@samet-akcay
Comment options

Answer selected by YunusEmreSayin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants