anomalib
anomalib copied to clipboard
[Task]: Apply anomaly detection on a single folder of Images for segmentation with no labels for supporting labelling
What is the motivation for this task?
- It is a very big task to anomalous images when there are no labels of classification and or segementation when the anomalies are very small.
- For a model like padim which works on the distribution of the patches, a few anomalous images wont affect the distribution. So applying the model on the folder of images can result with segmentation maps with no metrics.
- This masks can be used for accurate labelling further.
Describe the solution you'd like
I 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 context
No response
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.