v0.2.6
What's Changed
- ✏️ Add
torchtext==0.9.1
to support Kaggle environments. by @samet-akcay in #165 - 🛠 Fix
KeyError:'label'
in classification folder dataset by @samet-akcay in #175 - 📝 Added MVTec license to the repo by @samet-akcay in #177
- load best model from checkpoint by @djdameln in #195
- Replace
SaveToCSVCallback
with PLCSVLogger
by @samet-akcay in #198 - WIP Refactor test by @ashwinvaidya17 in #197
- 🔧 Dockerfile enhancements by @LukasBommes in #172
- 🛠 Fix visualization issue for fully defected images by @djdameln in #194
- ✨ Add hpo search using
wandb
by @ashwinvaidya17 in #82 - Separate train and validation transformations by @alexriedel1 in #168
- 🛠 Fix docs workflow by @ashwinvaidya17 in #200
- 🔄 CFlow: Switch soft permutation to false by default to speed up training. by @samet-akcay in #201
- Return only
image
,path
andlabel
for classification tasks inMvtec
andBtech
datasets. by @samet-akcay in #196 - 🗑 Remove
freia
as dependency and include it inanomalib/models/components
by @samet-akcay in #174 - Visualizer show classification and segmentation by @alexriedel1 in #178
↗️ Bump uppytorch-lightning
version to1.6.0
or higher by @samet-akcay in #193- 🛠 Refactor DFKDE model by @ashwinvaidya17 in #207
- 🛠 Minor fixes: Update callbacks to AnomalyModule by @ashwinvaidya17 in #208
- 🛠 Minor update: Update pre-commit docs by @ashwinvaidya17 in #206
- ✨ Directory streaming by @ashwinvaidya17 in #210
- ✏️ Updated documentation for development on Docker by @LukasBommes in #217
- 🏷 Fix Mac M1 dependency conflicts by @dreaquil in #158
- 🐞 Set tiling off in pathcore to correctly reproduce the stats. by @samet-akcay in #222
- 🐞fix support for non-square images by @ashwinvaidya17 in #204
- Allow specifying feature layer and pool factor in DFM by @nahuja-intel in #215
- 📝 Add GANomaly metrics to readme by @ashwinvaidya17 in #224
↗️ Bump the version to 0.2.6 by @samet-akcay in #223- 📝 🛠 Fix inconsistent benchmarking throughput/time by @ashwinvaidya17 in #221
- assign test split for folder dataset by @alexriedel1 in #220
- 🛠 Refactor model implementations by @djdameln in #225
New Contributors
- @LukasBommes made their first contribution in #172
- @dreaquil made their first contribution in #158
- @nahuja-intel made their first contribution in #215
Full Changelog: v.0.2.5...v0.2.6