Skip to content

Commit

Permalink
🗑️ Remove RKDE (#2455)
Browse files Browse the repository at this point in the history
* remove rkde

Signed-off-by: Ashwin Vaidya <[email protected]>

* update changelog

Signed-off-by: Ashwin Vaidya <[email protected]>

* Remove R-KDE model references and documentation

Signed-off-by: Ashwin Vaidya <[email protected]>

---------

Signed-off-by: Ashwin Vaidya <[email protected]>
  • Loading branch information
ashwinvaidya17 authored Dec 6, 2024
1 parent 00b01b1 commit c73e411
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 613 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
/src/anomalib/models/padim @samet-akcay
/src/anomalib/models/patchcore @djdameln
/src/anomalib/models/reverse_distillation @ashwinvaidya17
/src/anomalib/models/rkde @djdameln
/src/anomalib/models/stfpm @samet-akcay

/src/anomalib/post_processing @ashwinvaidya17 @djdameln
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add `AUPIMO` tutorials notebooks in https://github.com/openvinotoolkit/anomalib/pull/2330 and https://github.com/openvinotoolkit/anomalib/pull/2336
- Add `AUPIMO` metric by [jpcbertoldo](https://github.com/jpcbertoldo) in https://github.com/openvinotoolkit/anomalib/pull/1726 and refactored by [ashwinvaidya17](https://github.com/ashwinvaidya17) in https://github.com/openvinotoolkit/anomalib/pull/2329

### Removed

- Remove `RKDE` in https://github.com/openvinotoolkit/anomalib/pull/2455

### Changed

### Deprecated
Expand Down
1 change: 0 additions & 1 deletion configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ configs/
├── padim.yaml
├── patchcore.yaml
├── reverse_distillation.yaml
├── rkde.yaml
└── stfpm.yaml

```
Expand Down
11 changes: 0 additions & 11 deletions configs/model/rkde.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions docs/source/markdown/guides/reference/models/image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ Towards Total Recall in Industrial Anomaly Detection
Anomaly Detection via Reverse Distillation from One-Class Embedding.
:::

:::{grid-item-card} {material-regular}`model_training;1.5em` R-KDE
:link: ./rkde
:link-type: doc

Region-Based Kernel Density Estimation (RKDE)
:::

:::{grid-item-card} {material-regular}`model_training;1.5em` STFPM
:link: ./stfpm
:link-type: doc
Expand Down Expand Up @@ -141,7 +134,6 @@ WinCLIP: Zero-/Few-Shot Anomaly Classification and Segmentation
./padim
./patchcore
./reverse_distillation
./rkde
./stfpm
./uflow
./winclip
Expand Down
25 changes: 0 additions & 25 deletions docs/source/markdown/guides/reference/models/image/rkde.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/anomalib/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
Padim,
Patchcore,
ReverseDistillation,
Rkde,
Stfpm,
Uflow,
VlmAd,
Expand Down Expand Up @@ -55,7 +54,6 @@ class UnknownModelError(ModuleNotFoundError):
"Padim",
"Patchcore",
"ReverseDistillation",
"Rkde",
"Stfpm",
"Uflow",
"VlmAd",
Expand Down
2 changes: 0 additions & 2 deletions src/anomalib/models/image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from .padim import Padim
from .patchcore import Patchcore
from .reverse_distillation import ReverseDistillation
from .rkde import Rkde
from .stfpm import Stfpm
from .uflow import Uflow
from .vlm_ad import VlmAd
Expand All @@ -38,7 +37,6 @@
"Padim",
"Patchcore",
"ReverseDistillation",
"Rkde",
"Stfpm",
"Uflow",
"VlmAd",
Expand Down
45 changes: 0 additions & 45 deletions src/anomalib/models/image/rkde/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions src/anomalib/models/image/rkde/__init__.py

This file was deleted.

78 changes: 0 additions & 78 deletions src/anomalib/models/image/rkde/feature_extractor.py

This file was deleted.

Loading

0 comments on commit c73e411

Please sign in to comment.