Skip to content

Commit

Permalink
Fix links to model architecture images (#1245)
Browse files Browse the repository at this point in the history
* Fix links to architecture images

* Change links to raw files
  • Loading branch information
blaz-r authored Aug 9, 2023
1 parent 09ad1d4 commit cec86bf
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/anomalib/models/cfa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/cflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions src/anomalib/models/csflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/draem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/fastflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/ganomaly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/padim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/patchcore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/reverse_distillation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/models/stfpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cec86bf

Please sign in to comment.