Skip to content

[Question]: How to work with winCLIP on custom dataset? (also a call for better examples) #2446

Closed Answered by djdameln
brechtBDCK asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you are right, WinClip is a zero-shot model, so in theory, you can use it out-of-the box to generate some predictions on local images.

However, the full answer is a bit more nuanced. WinClip, like many other anomaly detection models, does not produce binary normal-vs-anomalous classification labels or segmentation masks, but instead produces real-valued anomaly scores (image-level) and anomaly maps (pixel-level). To convert the anomaly scores to labels, we need to compare them to some known threshold value (and assign a normal label to all scores below the threshold, and an anomalous label to all scores above the threshold).

When using WinClip out-of-the-box to generate predictions on…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@brechtBDCK
Comment options

@djdameln
Comment options

@brechtBDCK
Comment options

@djdameln
Comment options

Answer selected by samet-akcay
Comment options

You must be logged in to vote
1 reply
@djdameln
Comment options

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
Converted from issue

This discussion was converted from issue #2444 on December 03, 2024 06:53.