From cec86bfb1174c7c1cedd39e8b900384e41553b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Rolih?= <61357777+blaz-r@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:43:29 +0200 Subject: [PATCH] Fix links to model architecture images (#1245) * Fix links to architecture images * Change links to raw files --- src/anomalib/models/cfa/README.md | 2 +- src/anomalib/models/cflow/README.md | 2 +- src/anomalib/models/csflow/README.md | 6 +++--- src/anomalib/models/draem/README.md | 2 +- src/anomalib/models/fastflow/README.md | 2 +- src/anomalib/models/ganomaly/README.md | 2 +- src/anomalib/models/padim/README.md | 2 +- src/anomalib/models/patchcore/README.md | 2 +- src/anomalib/models/reverse_distillation/README.md | 2 +- src/anomalib/models/stfpm/README.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/anomalib/models/cfa/README.md b/src/anomalib/models/cfa/README.md index 5c02393b43..55d6d12286 100755 --- a/src/anomalib/models/cfa/README.md +++ b/src/anomalib/models/cfa/README.md @@ -12,7 +12,7 @@ Coupled-hypersphere-based Feature Adaptation (CFA) localizes anomalies using fea ## Architecture -![Cfa Architecture](../../../docs/source/images/cfa/architecture.png "Cfa Architecture") +![Cfa Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/cfa/architecture.png "Cfa Architecture") ## Usage diff --git a/src/anomalib/models/cflow/README.md b/src/anomalib/models/cflow/README.md index 3b97c2d7a2..28f66b8597 100644 --- a/src/anomalib/models/cflow/README.md +++ b/src/anomalib/models/cflow/README.md @@ -10,7 +10,7 @@ CFLOW model is based on a conditional normalizing flow framework adopted for ano ## Architecture -![CFlow Architecture](../../../docs/source/images/cflow/architecture.jpg "CFlow Architecture") +![CFlow Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/cflow/architecture.jpg "CFlow Architecture") ## Usage diff --git a/src/anomalib/models/csflow/README.md b/src/anomalib/models/csflow/README.md index ec9331fd0b..4a2fe525a9 100644 --- a/src/anomalib/models/csflow/README.md +++ b/src/anomalib/models/csflow/README.md @@ -23,11 +23,11 @@ The anomaly score for each local position $(i,j)$ of the feature map $y^s$ at sc ## Architecture -![CS-Flow Architecture](../../../docs/source/images/cs_flow/architecture1.jpg "CS-Flow Architecture") +![CS-Flow Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/cs_flow/architecture1.jpg "CS-Flow Architecture") -![Architecture of a Coupling Block](../../../docs/source/images/cs_flow/architecture2.jpg "Architecture of a Coupling Block") +![Architecture of a Coupling Block](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/cs_flow/architecture2.jpg "Architecture of a Coupling Block") -![Architecture of network predicting scale and shift parameters.](../../../docs/source/images/cs_flow/architecture3.jpg "Architecture of network predicting scale and shift parameters.") +![Architecture of network predicting scale and shift parameters.](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/cs_flow/architecture3.jpg "Architecture of network predicting scale and shift parameters.") ## Usage diff --git a/src/anomalib/models/draem/README.md b/src/anomalib/models/draem/README.md index d888f1860f..ca129e32de 100644 --- a/src/anomalib/models/draem/README.md +++ b/src/anomalib/models/draem/README.md @@ -12,7 +12,7 @@ For optimal results, DRAEM requires specifying the path to a folder of image dat ## Architecture -![DRAEM Architecture](../../../docs/source/images/draem/architecture.png "DRAEM Architecture") +![DRAEM Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/draem/architecture.png "DRAEM Architecture") ## Usage diff --git a/src/anomalib/models/fastflow/README.md b/src/anomalib/models/fastflow/README.md index 8866337000..aad476893b 100644 --- a/src/anomalib/models/fastflow/README.md +++ b/src/anomalib/models/fastflow/README.md @@ -10,7 +10,7 @@ FastFlow is a two-dimensional normalizing flow-based probability distribution es ## Architecture -![FastFlow Architecture](../../../docs/source/images/fastflow/architecture.jpg "FastFlow Architecture") +![FastFlow Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/fastflow/architecture.jpg "FastFlow Architecture") ## Usage diff --git a/src/anomalib/models/ganomaly/README.md b/src/anomalib/models/ganomaly/README.md index 215674c81f..c159a26de7 100644 --- a/src/anomalib/models/ganomaly/README.md +++ b/src/anomalib/models/ganomaly/README.md @@ -12,7 +12,7 @@ The key idea here is that, during inference, when an anomalous image is passed t ## Architecture -![GANomaly Architecture](../../../docs/source/images/ganomaly/architecture.jpg "GANomaly Architecture") +![GANomaly Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/ganomaly/architecture.jpg "GANomaly Architecture") ## Usage diff --git a/src/anomalib/models/padim/README.md b/src/anomalib/models/padim/README.md index f9729b8e1c..09ffed93e8 100644 --- a/src/anomalib/models/padim/README.md +++ b/src/anomalib/models/padim/README.md @@ -12,7 +12,7 @@ During inference, Mahalanobis distance is used to score each patch position of t ## Architecture -![PaDiM Architecture](../../../docs/source/images/padim/architecture.jpg "PaDiM Architecture") +![PaDiM Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/padim/architecture.jpg "PaDiM Architecture") ## Usage diff --git a/src/anomalib/models/patchcore/README.md b/src/anomalib/models/patchcore/README.md index c540b82fc6..52551c6cce 100644 --- a/src/anomalib/models/patchcore/README.md +++ b/src/anomalib/models/patchcore/README.md @@ -12,7 +12,7 @@ During inference this memory bank is coreset subsampled. Coreset subsampling gen ## Architecture -![PatchCore Architecture](../../../../docs/source/images/patchcore/architecture.jpg "PatchCore Architecture") +![PatchCore Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/patchcore/architecture.jpg "PatchCore Architecture") ## Usage diff --git a/src/anomalib/models/reverse_distillation/README.md b/src/anomalib/models/reverse_distillation/README.md index 88a212ff8f..31ffeb9bea 100644 --- a/src/anomalib/models/reverse_distillation/README.md +++ b/src/anomalib/models/reverse_distillation/README.md @@ -12,7 +12,7 @@ During testing, a similar step is followed but this time the cosine distance bet ## Architecture -![Anomaly Detection via Reverse Distillation from One-Class Embedding Architecture](../../../docs/source/images/reverse_distillation/architecture.png "Reverse Distillation Architecture") +![Anomaly Detection via Reverse Distillation from One-Class Embedding Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/reverse_distillation/architecture.png "Reverse Distillation Architecture") ## Usage diff --git a/src/anomalib/models/stfpm/README.md b/src/anomalib/models/stfpm/README.md index 56166089a6..b80c5d967b 100644 --- a/src/anomalib/models/stfpm/README.md +++ b/src/anomalib/models/stfpm/README.md @@ -12,7 +12,7 @@ During inference, the feature pyramids of teacher and student networks are compa ## Architecture -![STFPM Architecture](../../../docs/source/images/stfpm/architecture.jpg "STFPM Architecture") +![STFPM Architecture](https://raw.githubusercontent.com/openvinotoolkit/anomalib/main/docs/source/images/stfpm/architecture.jpg "STFPM Architecture") ## Usage