Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“š Add docs for the U-Flow model #1695

Merged
merged 4 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ WinCLIP: Zero-/Few-Shot Anomaly Classification and Segmentation
./reverse_distillation
./rkde
./stfpm
./uflow
./winclip
```
8 changes: 4 additions & 4 deletions docs/source/markdown/guides/reference/models/image/uflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ The method consists of three phases.
## Architecture

```{eval-rst}
.. image:: ../../images/uflow/diagram.png
.. image:: ../../../../../images/uflow/diagram.png
:alt: U-Flow Architecture
```

```{eval-rst}
.. automodule:: anomalib.models.uflow.torch_model
.. automodule:: anomalib.models.image.uflow.torch_model
:members:
:undoc-members:
:show-inheritance:
```

```{eval-rst}
.. automodule:: anomalib.models.uflow.lightning_model
.. automodule:: anomalib.models.image.uflow.lightning_model
:members:
:undoc-members:
:show-inheritance:
```

```{eval-rst}
.. automodule:: anomalib.models.uflow.anomaly_map
.. automodule:: anomalib.models.image.uflow.anomaly_map
:members:
:undoc-members:
:show-inheritance:
Expand Down
Loading