Skip to content

Tags: svpino/anomalib

Tags

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update __init__.py

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor bug-fix release (open-edge-platform#479)

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ v0.3.4 Release (open-edge-platform#469)

* v0.3.4

* Modify changelog

* sh files appeared again for some reason. Removed them

Co-authored-by: someone <someone@example.com>

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove tests from package (open-edge-platform#401)

0.2.4a

Toggle 0.2.4a's commit message
Upgrade version in setup.py

v.0.3.2

Toggle v.0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v.0.3.1

Toggle v.0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
➕ Add jupyter notebooks directory and first tutorial for `getting-sta…

…rted` (open-edge-platform#292)

* 🏗  Started jupyter notebook

* 📝 First draft is ready.

* 📝 Polish the notebook

* 📝 Fix a typo

* Added notebook into subdirectories

* Reduced number of output images to 6

* Address Pr comments.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🛠 Fix mask filenames in folder dataset (open-edge-platform#249)

* 🛠  Fix  mask filenames in folder ddataset

* fix folder dataset (open-edge-platform#252)

Co-authored-by: Samet Akcay <samet.akcay@intel.com>

Co-authored-by: Alexander Riedel <54716527+alexriedel1@users.noreply.github.com>

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor model implementations (open-edge-platform#225)

* refactor CFlow implementation

* refactor DFM implementation

* refactor PADIM implementation

* refactor PatchCore implementation

* refactor STFPM implementation

* revert model tests

* remove unintentionally committed file

* model.py -> lightning_model.py

v.0.2.5

Toggle v.0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update `anomalib` version and requirements (open-edge-platform#163)

* renamed download-progress-bar as download

* added new download functions to init

* Added Btech data module

* Added btech tests

* Move split functions into a util module

* Modified mvtec

* added btech to get-datamodule

* fix typo in btech docstring

* update docstring

* cleanedup dataset download utils

* Address mypy

* modify config files and update readme.md

* Fix dataset path

* WiP: Created make_dataset function

* Renamed folder dataset into custom

* Added custom dataset tests

* updated config.yaml file to show custom dataset is available

* Added custom dataset to get_datamodule

* Address PR comments

* fix dataset path

* Debugging the ci

* Fixed folder dataset tests

* Added code quality checks back to the ci

* Added code coverage back to pre-merge tests

* Do not import openvino at the top level. Cause some import issues when openvino is not install

* Move nncf to openvino-requirements.txt

* Move opencv to base requirements.txt/

* Added extension as an option when saving the result images.

* Added an extension check

* python verion 3.7

* Added opencv contrib python

* reverted visualizer callback

* Convert bmp images to png after downloading btech dataset.

* pylint

* ignore arguments differ

* Version to 0.2.5

* Ignore arguments-differ

* loosen pandas version

* import openvino with absolute import