Skip to content

Releases: lovaslin/defect_detection

opencv headless update

23 Aug 01:07
Compare
Choose a tag to compare

Removed dependency to opencv-python package as it may case conflict with apps using PyQT5.
Dependency has been replaced by to opencv-python-headless.
Also, a few bugfix.

Bug fixes

01 Jul 04:47
Compare
Choose a tag to compare

Fixed bug for CPU only application.

Fixed bug when opening configuration files.

Code improvements

04 Apr 04:26
Compare
Choose a tag to compare

Patch release including several code improvements using pre-commit hooks (black and flake8).

Python3.7 support

03 Apr 06:43
Compare
Choose a tag to compare

Added support for python 3.7

Bug fix

03 Apr 06:19
Compare
Choose a tag to compare

Patch release to fix a few bugs.

Stable release

03 Apr 02:54
Compare
Choose a tag to compare

First stable release for the defect_detection package.

Contains the complete API ready for use.

Changelog:

  • Several bux fixes
  • New function to load a model through the API with invoking torch directly
  • New method for AE_cls class that handles automatic device selection
  • Improvement of instructions on README

Initial release

02 Apr 08:34
Compare
Choose a tag to compare

Initial release for defect_detection API.

This release is mainly for testing building, publication to PyPI and installation.