Replies: 3 comments
-
Thanks for submitting this issue! It has been added to our triage queue. A maintainer will review it shortly. |
Beta Was this translation helpful? Give feedback.
-
To use classification task training, I can only roll back the version to 0.5.0 in order to perform classification task training |
Beta Was this translation helpful? Give feedback.
-
In the latest versions of anomalib, the task type is inferred automatically from the data. If you only need classification, just train the model as usual and, at inference time, use the pred_label field from the results while ignoring segmentation outputs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
Note that the previous version of the anomalib library had differences in task types, segmentation and classification. The latest anomalib library defaults to segmentation tasks. How to train classification tasks? Urgent
Proposed Solution
Note that the previous version of the anomalib library had differences in task types, segmentation and classification. The latest anomalib library defaults to segmentation tasks. How to train classification tasks? Urgent
Alternatives Considered
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions