Replies: 2 comments 1 reply
-
You can have a look at our Folder Dataset. This notebook might help you. Since the currently available models use only the normal images to learn the distribution for outlier detection, we do not distinguish between the anomaly types. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can try a regular multiclass classification model instead of anomaly detection for this task. Especially if you have a reasonable amount of bad images and they look similar enough inside one class. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to use Anomalib for my project.
I have a dataset of images with 4 classes with increasing order of abnormality. Here are the classes:
I want to classify these images. I have an unlabelled Test set which I want to use as well.
I want to implement the EfficientAD algorithm.
I want to ask…how to use my dataset for this? I have a training set with 4 classes and an unlabelled test set. I want to use the test set as well.
At the end, I want some kind of metric (like reconstruction error) that I can use classify the 4 different levels of abnormality. My goal is Classification. The images are of the same thing which different level of abnormality.
I highly appreciate if anyone can provide some suggestions.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions