How to apply anomaly detection on a single folder of Images for segmentation with no labels for supporting labelling #2318
-
What is the motivation for this task?
Describe the solution you'd likeI would like a data module that accepts the images as a single folder. The results should be segmentation masks of the same images with no metrics as such. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
abc-125
Jul 27, 2024
Replies: 1 comment
-
This link in anomalib docs might help you: how to train with normal images only, you will have a single folder and synthetic anomalies for validation (or you can skip validation and test step entirely). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samet-akcay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This link in anomalib docs might help you: how to train with normal images only, you will have a single folder and synthetic anomalies for validation (or you can skip validation and test step entirely).
You might also want to take a look at this paper, Table 3, to see how Padim works with just 10 anomalous images in the training data.