Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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.

165 changes: 0 additions & 165 deletions src/anomalib/models/image/rkde/lightning_model.py

This file was deleted.

Loading
Loading