You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Remove opencv python (#128)
* build: Update dependencies to retain only opencv-python-headless
* build: Upgrade version, update changelog
* test: Skip draem test as it doesn't work with the current anomalib dependency
* refactor: Update gradcam integration code to support the new version
feat: Relase package on PyPI (#126)
* build: Update anomalib and smp to point to pypi releases, update torch to avoid using urls
* docs: Fix broken links for public images, update installation to mention pypi
* build: Bump version
* build: Update anomalib version
* build: Upgrade version
* build: Update pipeline to publish on pypi
* build: Revert correct version
Fix: Onnx model export not always working properly in half precision (#……119)
* build: Add onnxconverter-common as dependency
* feat: Allow exporting mixed precision onnx models if a broken model is detected
* build: Upgrade version
* docs: Update changelog