Skip to content

Releases: open-edge-platform/anomalib

Hazelnut Toy Dataset

09 Jan 12:13
470bb86
Compare
Choose a tag to compare

This relase contains the hazelnut toy dataset that is used to demonstrate custom data operations that could be done with anomalib. It is a toy dataset for quick demonstration and experimentation.

v0.7.0

29 Aug 07:29
4abfa93
Compare
Choose a tag to compare

What's Changed

[v0.7.0] - 2023-08-28

Added

Changed

Fixed

New Contributors

Full Changelog: v0.6.0...v0.7.0

DSR Pretrained Weights

05 Jul 13:27
17efdb5
Compare
Choose a tag to compare
Pre-release

Description

This release contains the pre-trained weights for the DSR model. The weights are obtained from https://github.com/VitjanZ/DSR_anomaly_detection.

v0.6.0

15 Jun 14:31
161d66b
Compare
Choose a tag to compare

What's Changed

[v0.6.0] - 2023-06-15

Added

Changed

Deprecated

Fixed

New Contributors

Full Changelog: v0.5.1...v0.6.0

EfficientAD Pretrained Weights

31 May 14:22
be7161d
Compare
Choose a tag to compare
Pre-release

Description

This release contains the pre-trained weights for the small and medium teacher networks of the EfficientAD model. Please refer to the paper for more details.

v0.5.1

24 May 14:42
2a546fb
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Rename metadata_path to metadata in OpenvinoInferencer in #1101
  • 📝 [Notebooks] - Simplify the dobot notebooks. by @samet-akcay in #1084
  • Upgrade python to 3.10 by @samet-akcay in #1035
  • 📝 [Notebooks] - Install anomalib via pip in the Jupyter Notebooks by @samet-akcay in #1091
  • Update code-scan workflow to use Trivy by @yunchu in #1097

Fixed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

09 May 15:43
f27e533
Compare
Choose a tag to compare

[v0.5.0] - 2023-05-09

Added

Changed

Deprecated

Fixed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

01 Mar 12:44
7c782fe
Compare
Choose a tag to compare

What's Changed

Added

  • Add Dobot notebook (#928)
  • Add ShanghaiTech Campus video anomaly detection dataset (#869)
  • Add pyupgrade to pre-commit configs, and refactor based on pyupgrade and refurb (#845)
  • Add CFA model implementation (#783)
  • Add RKDE model implementation (#821)
  • Add Visual Anomaly (VisA) dataset adapter (#824)
  • Add Synthetic anomalous dataset for validation and testing (#822)
  • Add Detection task type support (#822)
  • Add UCSDped and Avenue dataset implementation (#822)
  • Add base classes for video dataset and video datamodule (#822)
  • Add base classes for image dataset and image dataModule (#822)
  • ✨ Add CSFlow model (#657)
  • Log loss for existing trainable models (#804)
  • Add section for community project (#768)
  • ✨ Add torchfx feature extractor (#675)
  • Add tiling notebook (#712)
  • Add posargs to tox to enable testing a single file (#695)
  • Add option to load metrics with kwargs (#688)
  • 🐞 Add device flag to TorchInferencer (#601)

Changed

  • Bump OpenVINO version to 2022.3.0 (#932)
  • Remove the dependecy on a specific torchvision and torchmetrics packages.
  • Bump PyTorch Lightning version to v.1.9.* (#870)
  • Make input image normalization and center cropping configurable from config (#822)
  • Improve flexibility and configurability of subset splitting (#822)
  • Switch to new datamodules design (#822)
  • Make normalization and center cropping configurable through config (#795)
  • Switch to new changelog format. (#777)
  • Rename feature to task (#769)
  • make device configurable in OpenVINO inference (#755)
  • 🚨 Fix torchmetrics version (#754)
  • Improve NNCF initilization (#740)
  • Migrate markdownlint + issue templates (#738)
  • 🐞 Patch Timm Feature Extractor (#714)
  • Padim arguments improvements (#664)
  • 📊 Update DFM results (#674)
  • Optimize anomaly score calculation for PatchCore (#633)

Deprecated

  • Deprecated PreProcessor class (#795)
  • Deprecate OptimalF1 metric in favor of AnomalyScoreThreshold and F1Score (#796)

Fixed

  • Fix bug in anomalib/data/utils/image.py to check if the path is directory (#919)
  • Fix bug in MVTec dataset download (#842)
  • Add early stopping to CS-Flow model (#817)
  • Fix remote container by removing version pinning in Docker files (#797)
  • Fix PatchCore performance deterioration by reverting changes to Average Pooling layer (#791)
  • Fix zero seed (#766)
  • Fix #699 (#700)
  • 🐞 Fix folder dataset for classification tasks (#708)
  • Update torchmetrics to fix compute_on_cpu issue (#711)
  • Correct folder mask path (#660)
  • Fix >100% confidence issue for OpenVINO inference (#667)
  • Update pre-commit links and some other minor fixes (#672)
  • Fix black formatting issues. (#674)

New Contributors

Full Changelog: v0.3.7...v0.4.0

Dobot Dataset and API

15 Feb 13:53
72f3af1
Compare
Choose a tag to compare
Dobot Dataset and API Pre-release
Pre-release

This is to release the assets for the Dobot The Magician, an education robot arm portable and capable to run various automation tasks. The release contains an API to control the robot and a sample dataset captured via the robot.

v0.4.0rc2

10 Feb 15:56
aca63fb
Compare
Choose a tag to compare
v0.4.0rc2 Pre-release
Pre-release

[v0.4.0rc2] - 2023-02-10

Added

  • Add ShanghaiTech Campus video anomaly detection dataset (#869)
  • Add pyupgrade to pre-commit configs, and refactor based on pyupgrade and refurb (#845)
  • Add CFA model implementation (#783)
  • Add RKDE model implementation (#821)
  • Add Visual Anomaly (VisA) dataset adapter (#824)
  • Add Synthetic anomalous dataset for validation and testing (#822)
  • Add Detection task type support (#822)
  • Add UCSDped and Avenue dataset implementation (#822)
  • Add base classes for video dataset and video datamodule (#822)
  • Add base classes for image dataset and image dataModule (#822)
  • ✨ Add CSFlow model (#657)
  • Log loss for existing trainable models (#804)
  • Add section for community project (#768)
  • ✨ Add torchfx feature extractor (#675)
  • Add tiling notebook (#712)
  • Add posargs to tox to enable testing a single file (#695)
  • Add option to load metrics with kwargs (#688)
  • 🐞 Add device flag to TorchInferencer (#601)

Changed

  • Remove the dependecy on a specific torchvision and torchmetrics packages.
  • Bump PyTorch Lightning version to v.1.9.* (#870)
  • Make input image normalization and center cropping configurable from config (#822)
  • Improve flexibility and configurability of subset splitting (#822)
  • Switch to new datamodules design (#822)
  • Make normalization and center cropping configurable through config (#795)
  • Switch to new changelog format. (#777)
  • Rename feature to task (#769)
  • make device configurable in OpenVINO inference (#755)
  • 🚨 Fix torchmetrics version (#754)
  • Improve NNCF initilization (#740)
  • Migrate markdownlint + issue templates (#738)
  • 🐞 Patch Timm Feature Extractor (#714)
  • Padim arguments improvements (#664)
  • 📊 Update DFM results (#674)
  • Optimize anomaly score calculation for PatchCore (#633)

Deprecated

  • Deprecated PreProcessor class (#795)
  • Deprecate OptimalF1 metric in favor of AnomalyScoreThreshold and F1Score (#796)

Fixed

  • Fix bug in MVTec dataset download (#842)
  • Add early stopping to CS-Flow model (#817)
  • Fix remote container by removing version pinning in Docker files (#797)
  • Fix PatchCore performance deterioration by reverting changes to Average Pooling layer (#791)
  • Fix zero seed (#766)
  • Fix #699 (#700)
  • 🐞 Fix folder dataset for classification tasks (#708)
  • Update torchmetrics to fix compute_on_cpu issue (#711)
  • Correct folder mask path (#660)
  • Fix >100% confidence issue for OpenVINO inference (#667)
  • Update pre-commit links and some other minor fixes (#672)
  • Fix black formatting issues. (#674)

Full Changelog: v0.4.0rc1...v0.4.0rc2