v1.1.0
[v1.1.0]
Added
- 🚀 Add support for MLFlow logger by @DoMaLi94 in #1847
- 📚 Add Transform behaviour+documentation by @djdameln in #1953
- 📚 Add documentation on how to use the tiler by @blaz-r in #1960
- 💬 Add Discord badge to
README.md
by @samet-akcay in #2012 - 🚀 Add Auto-Encoder based FRE by @nahuja-intel in #2025
- 🚀 Add compression and quantization for OpenVINO export by @adrianboguszewski in #2052
- 🚀 Add Anomalib Pipelines by @ashwinvaidya17 in #2060
- 🚀 Add
from_config
API: Create a path between API & configuration file (CLI) by @harimkang in #2065 - 🚀 Add data filter in tar extract by @ashwinvaidya17 in #2084
Changed
- 🔨 Move all export functionalities to AnomalyModule as base methods by @thinhngo-x in (#1803)
- ⬆️ Update torch and lightning package versions by @samet-akcay in #1949
- 🔨 Use default model-specific eval transform when only train_transform specified by @djdameln(https://github.com/djdameln) in (#1953)
- 🔨 Replace
@abstractproperty
since it is deprecated by @samet-akcay in #1964 - 🛠️ Update OptimalF1 Score by @ashwinvaidya17 in #1972
- 🔨 Rename OptimalF1 to F1Max for consistency with the literature, by @samet-akcay in #1980
- 🔨 WinCLIP: set device in text embedding collection and apply forward pass with no grad, by @djdameln in #1984
- 🔨 WinCLIP improvements by @djdameln in #1985
- 🚀 Update OpenVINO and ONNX export to support fixed input shape by @adrianboguszewski in #2006
- 🔨 Update lightning inference by @djdameln in #2018
- ⬆️ Upgrade wandb by @ashwinvaidya17 in #2040
- 🔨 Refactor Export by @ashwinvaidya17 in #2057
- ⬆️ Update
pyproject.toml
soliccheck
can pick the license by @samet-akcay in #2074 - ⬆️ Update timm requirement from <=0.9.16,>=0.5.4 to >=0.5.4,<=1.0.3 by @dependabot in #2075
- 🔨 Update model
README.md
files by @samet-akcay in #2076
Deprecated
- 🗑️ Remove labeler and update codeowners by @samet-akcay in #1946
- 🗑️ Remove requirements directory by @samet-akcay in #1945
- 🗑️ Remove Docker related files by @ashwinvaidya17 in #2039
- 🗑️ Remove references to nightly tests by @ashwinvaidya17 in #2048
- 🗑️ Remove unnecessary jsonargparse dependencies by @davnn in #2046
Fixed
- 🐞 Fix dimensionality mismatch issue caused by the new kornia version by @samet-akcay in #1944
- 🐞 Fix DFM PyTorch inference by @adrianboguszewski in #1952
- 🐞 Fix anomaly map shape to also work with tiling by @blaz-r in #1959
- 🐞 Fix EfficientAD's pretrained weigths load path by @seyeon923 in #1966
- 🐞 fixbug: use BinaryPrecisionRecallCurve instead of PrecisionRecallCurve by @rglkt in #1956
- 🚨 Hotfix: compute precision recall on raw scores by @ashwinvaidya17 in #1973
- 🐞 Minor fix to remove input_size from Padim config by @ashwinvaidya17 in #1988
- 🐞 Fix Reverse Distillation export to ONNX by @adrianboguszewski in #1990
- 🐞 Fix DSR training when no GPU by @adrianboguszewski in #2004
- 🐞 Fix efficient ad by @abc-125 in #2015
- 🐞 Fix keys in data configs to fit AnomalibDataModule parameters by @abc-125 in #2032
- 🐞 Fix Export docstring in CLI by @ashwinvaidya17 in #2058
- 🐞 Fix UFlow links by @ashwinvaidya17 in #2059
New Contributors
- @seyeon923 made their first contribution in #1966
- @rglkt made their first contribution in #1956
- @DoMaLi94 made their first contribution in #1847
Full Changelog: v1.0.1...v1.1.0