Samet Akcay

Results 28 issues of Samet Akcay

# Description - This refactor converts `AnomalyMapGenerator` to `nn.Module` ## Changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Refactor (non-breaking change which refactors the...

# Description - Add github pr labeler to automatically label PRs ## Changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Refactor (non-breaking change...

Codacy shows number of issues. Address the following items to improve the codacy results. - [ ] Configure pylint for codacy. - [ ] Configure pydocstyle for codacy. - [...

**`full_state_update` is not set, which has been introduced in Torchmetrics v0.9** Torchmetrics v0.9 introduced a new argument class property called `full_state_update` that has not been set for this class (AdaptiveThreshold)....

Metrics

The new Anomalib CLI has `threshold` and `normalization_method` parameters in the `metrics` section. However, this may not be intuitive. Instead, it would be better to create a `post_processing` to store...

Refactor
Config

[OpenvinoCallback](https://github.com/openvinotoolkit/anomalib/blob/development/anomalib/core/callbacks/compress.py) and [NNCFCallback](https://github.com/openvinotoolkit/anomalib/blob/development/anomalib/core/callbacks/nncf_callback.py) implementations are quite similar. They only differ in terms of type of the quantization. # Tasks - [ ] Refactor Compression and NNCF callbacks could be merged...

Enhancement
Callbacks

# Description The changes in this PR are as follows: - Move `ote_cli` to `ote/cli` - Update the documentation - Update the tests. - Create a `setup.py` file in the...

dependencies
SDK
CLI
tasks
tests

# Description This PR removes hard-coded `Normal` and `Anomalous` labels from the anomaly tasks. - Fixes [CVS-86968](https://jira.devtools.intel.com/browse/CVS-86968) - BMM [33907](https://ci.iotg.sclab.intel.com/job/IMPT/job/IMPTOps/33907/) ✅ - SC [Project](https://10.211.120.59/) - [CI](http://validationreports.sclab.intel.com:8006/reports/build_number_report?test_session_build_number=pr-ote-test-441&environment=iotg-dev-workstation-08)

tasks

When we use `f1_score = self.model.image_metrics.OptimalF1.compute().item()` to compute the performance metrics, we get the following warning message when running the tests via `python -m pytest tests` in `external/anomaly` directory. To...

DEPENDENCY
TEST