Ashwin Vaidya
Ashwin Vaidya
# Description - Refactors existing thresholding method. - Adds more threshold ## TODO - [ ] Tests - [ ] Documentation - [x] Maximum - [ ] p-Quantile - [...
## 📝 Description - Addresses https://github.com/openvinotoolkit/anomalib/issues/1768 ## ✨ Changes Select what type of change your PR is: - [ ] 🐞 Bug fix (non-breaking change which fixes an issue) -...
## 📝 Description - Partially restores https://github.com/openvinotoolkit/anomalib/pull/1303 - The original PR set this flag to true automatically when Normalisation Mode was set to None. But since we pass the visualisers...
### What is the motivation for this task? The predict method has the following signature ```python def predict( self, model: AnomalyModule | None = None, dataloaders: EVAL_DATALOADERS | AnomalibDataModule |...
### What is the motivation for this task? When we pass incorrect parameters or request `help` when using `anomalib export`, it produces a verbose output. It is not readable and...
### Describe the bug This issue is to track edge cases in the models. ## Rkde, Dfkde This basically affects all the models that rely on pca. If the dataset...
### Describe the bug ONNX export fails with error ```bash torch.onnx.errors.SymbolicValueError: Unsupported: ONNX export of convolution for kernel of unknown shape. [Caused by the value '1113 defined in (%1113 :...
# Description - This issue just serves as a reminder to keep in mind when redesigning our tests. - Tests create temporary files in `/tmp` directory. If these are not...
## 📝 Description - Requires a lot of cleanup but here is the scaffolding. - Produces simple heat map overlay ## ✨ Changes Select what type of change your PR...
## 📝 Description - Alternate design for pipeline ## ✨ Changes Select what type of change your PR is: - [ ] 🐞 Bug fix (non-breaking change which fixes an...