Skip to content

Commit 35b428a

Browse files
authored
Delete Anomaly Task + Exportable Code (#5009)
1 parent 8593f46 commit 35b428a

File tree

164 files changed

+20
-5719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+20
-5719
lines changed

.github/workflows/lib-lint-and-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
- task: "multi_class_cls"
149149
- task: "multi_label_cls"
150150
- task: "h_label_cls"
151-
- task: "anomaly"
152151
- task: "keypoint_detection"
153152
- task: "detection"
154153
- task: "instance_segmentation"

library/docs/source/guide/explanation/algorithms/anomaly/index.rst

Lines changed: 0 additions & 182 deletions
This file was deleted.

library/docs/source/guide/explanation/algorithms/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ Contents
2525
classification/index
2626
object_detection/index
2727
segmentation/index
28-
anomaly/index

library/docs/source/guide/get_started/cli_commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ Find
207207
(otx) ...$ otx find --help
208208
╭─ Arguments ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
209209
│ Usage: otx [options] find [-h] │
210-
│ [--task --task {ANOMALY,ANOMALY_CLASSIFICATION,ANOMALY_DETECTION,ANOMALY_SEGMENTATION,MULTI_CLASS_CLS,MULTI_LABEL_CLS,H_LABEL_CLS, │
210+
│ [--task --task {MULTI_CLASS_CLS,MULTI_LABEL_CLS,H_LABEL_CLS,
211211
│ DETECTION,ROTATED_DETECTION,KEYPOINT_DETECTION,INSTANCE_SEGMENTATION,SEMANTIC_SEGMENTATION} │
212212
│ [--pattern PATTERN] │
213213
│ │
214214
│ │
215215
│ Options: │
216216
-h, --help Show this help message and exit. │
217-
│ --task {ANOMALY,ANOMALY_CLASSIFICATION,ANOMALY_DETECTION,ANOMALY_SEGMENTATION,MULTI_CLASS_CLS,MULTI_LABEL_CLS,H_LABEL_CLS, │
217+
│ --task {MULTI_CLASS_CLS,MULTI_LABEL_CLS,H_LABEL_CLS,
218218
│ DETECTION,ROTATED_DETECTION,KEYPOINT_DETECTION,INSTANCE_SEGMENTATION,SEMANTIC_SEGMENTATION}, │
219219
│ Value for filtering by task. Default is None, which shows all recipes. (type: None, default: None) │
220220
│ --pattern PATTERN This allows you to filter the model name of the recipe. For example, if you want to find all models that contain the word 'efficient', you can use '--pattern │

library/docs/source/guide/get_started/introduction.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
3838
- **Object detection** including rotated bounding box and tiling support
3939
- **Semantic segmentation** including tiling algorithm support
4040
- **Instance segmentation** including tiling algorithm support
41-
- **Anomaly recognition** tasks including anomaly classification, detection and segmentation
4241

4342
OpenVINO™ Training Extensions provide the :doc:`following features <../explanation/additional_features/index>`:
4443

@@ -114,13 +113,6 @@ Documentation content
114113

115114
Learn how to train a semantic segmentation model
116115

117-
.. grid-item-card:: Anomaly Task
118-
:link: ../tutorials/base/how_to_train/anomaly_detection
119-
:link-type: doc
120-
:text-align: center
121-
122-
Learn how to train an anomaly detection model
123-
124116
.. grid-item-card:: Advanced
125117
:link: ../tutorials/advanced/index
126118
:link-type: doc

library/docs/source/guide/release_notes/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ New features
5454
^^^^^^^^^^^^
5555

5656
- Add DETR XAI Explain Mode
57-
- Add UFlow anomaly detection algorithm
5857
- Improve Pre-Merge Test
5958

6059
Enhancements

0 commit comments

Comments
 (0)