Ashwin Vaidya

Results 39 issues of Ashwin Vaidya

# Description - Use a single placeholder for normalization metrics ## Changes - [x] Refactor (non-breaking change which refactors the code base) ## Checklist - [x] My code follows the...

# Description The test_step in the callback still needs to be refactored but I've created this for reference. # Link to results https://wandb.ai/anomalib/sfm

# Description - Adds visualization for selected features - Not the most clean code. Will require refactor # Sample ![image](https://user-images.githubusercontent.com/17232914/175323711-fcf46f3f-4329-4878-ae77-cabfa8fb12ae.png) ![image](https://user-images.githubusercontent.com/17232914/175324050-cbcc7a92-03bc-49ab-85ef-6b635ac0b958.png)

Since new models are added to Anomalib, this needs to be reflected in the sphinx documentation as well. To do this we have to update a couple of files. -...

Documentation

As pointed out in https://github.com/openvinotoolkit/anomalib/pull/280#discussion_r865991757, it makes sense to set the dataset from `benchmarking_config.yaml` rather than each model section. This will ensure that no dataset is misconfigured in a particular...

Enhancement

# Current Behaviour Nightly job checks whether the tests produce results above a particular threshold. This might not be the best way to handle the tests. # Proposed Behaviour Run...

Refactor
CI

PR https://github.com/openvinotoolkit/anomalib/pull/66 splits the tests to nightly and pre-merge. The coverage threshold has been reduced to `71%` and `88%` for nightly and pre-merge jobs, respectively. It should be brought the...

Enhancement
CI

The anomaly scores in exportable code are calculated incorrectly. The scores need to be passed to the metadata.

BUG

# Description - Check the return code for error - Fixes #569

Inference

**Describe the bug** - OpenVINO model export should check for error code for `mo` command. Otherwise export fails with `meta_data.json` not found.

OpenVINO