|
31 | 31 |
|
32 | 32 | --- |
33 | 33 |
|
34 | | -> 🌟 **Announcing v2.0.0 Release!** 🌟 |
| 34 | +> 🌟 **Announcing v2.1.0 Release!** 🌟 |
35 | 35 | > |
36 | | -> We're excited to announce the release of Anomalib v2.0.0! This version introduces significant improvements and customization options to enhance your anomaly detection workflows. Please be aware that there are several API changes between `v1.2.0` and `v2.0.0`, so please be careful when updating your existing pipelines. Key features include: |
| 36 | +> We're excited to announce the release of Anomalib v2.1.0! |
| 37 | +> This version brings several state-of-the-art models and anomaly detection datasets. Key features include: |
37 | 38 | > |
38 | | -> - Multi-GPU support |
39 | | -> - New [dataclasses](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/data/dataclasses.html) for model in- and outputs. |
40 | | -> - Flexible configuration of [model transforms and data augmentations](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/data/transforms.html). |
41 | | -> - Configurable modules for pre- and post-processing operations via [`Preprocessor`](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/models/pre_processor.html) and [`Postprocessor`](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/models/post_processor.html) |
42 | | -> - Customizable model evaluation workflow with new [Metrics API](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/evaluation/metrics.html) and [`Evaluator`](https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/evaluation/evaluator.html) module. |
43 | | -> - Configurable module for visualization via `Visualizer` (docs guide: coming soon) |
| 39 | +> New models : |
| 40 | +> |
| 41 | +> - **🖼️ UniNet (CVPR 2025)**: A contrastive learning-guided unified framework with feature selection for anomaly detection. |
| 42 | +> - **🖼️ Dinomaly (CVPR 2025)**: A 'less is more philosophy' encoder-decoder architecture model leveraging pre-trained foundational models. |
| 43 | +> - **🎥 Fuvas (ICASSP 2025)**: Few-shot unsupervised video anomaly segmentation via low-rank factorization of spatio-temporal features. |
| 44 | +> |
| 45 | +> New datasets: |
| 46 | +> |
| 47 | +> - **MVTec AD 2** : A new version of the MVTec AD dataset with 8 categories of industrial anomaly detection. |
| 48 | +> - **MVTec LOCO AD** : MVTec logical constraints anomaly detection dataset that includes both structural and logical anomalies. |
| 49 | +> - **Real-IAD** : A real-world multi-view dataset for benchmarking versatile industrial anomaly detection. |
| 50 | +> - **VAD dataset** : Valeo Anomaly Dataset (VAD) showcasing a diverse range of defects, from highly obvious to extremely subtle. |
44 | 51 | > |
45 | 52 | > We value your input! Please share feedback via [GitHub Issues](https://github.com/open-edge-platform/anomalib/issues) or our [Discussions](https://github.com/open-edge-platform/anomalib/discussions) |
46 | 53 |
|
|
0 commit comments