v0.7.0
What's Changed
[v0.7.0] - 2023-08-28
Added
- AUPRO binning capability by @Yann-CV in #1145
- Add support for receiving dataset paths as a list by @harimkang in #1265
- Add modelAPI compatible OpenVINO export by @ashwinvaidya17 in #1219
Changed
- Enable training with only normal images for MVTec by @djdameln in #1241
- Improve default settings of EfficientAD by @nelson1425 in #1143
- Added the tracer_kwargs to the TorchFXFeatureExtractor class by @JoaoGuibs in #1214
- Replace cdist in Patchcore by @blaz-r in #1267
- Ignore hidden directories when creating Folder dataset by @samet-akcay in #1268
Fixed
- Fix typechecking error for toch.onnx.export by @ORippler in #1159
- Fix benchmarking type error by @blaz-r in #1155
- Fix incorrect shape mismatch between anomaly map and ground truth mask by @alexriedel1 in #1182
- Fix dataset keys in benchmarking notebook by @samet-akcay in #1242
- Remove config from argparse in OpenVINO inference script by @samet-akcay in #1257
- Fix EfficientAD number of steps for optimizer lr change by @samet-akcay in #1266
- Fix unable to read the mas image by @samet-akcay in #1277
New Contributors
- @nelson1425 made their first contribution in #1143
- @Seanny123 made their first contribution in #1246
- @JoaoGuibs made their first contribution in #1214
- @harimkang made their first contribution in #1265
- @Yann-CV made their first contribution in #1145
Full Changelog: v0.6.0...v0.7.0