Skip to content
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
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ markdown_extensions:
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.blocks.caption
- toc:
title: ON THIS PAGE
permalink: true
Expand Down
17 changes: 9 additions & 8 deletions docs/src/webknossos-py/examples/learned_segmenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

This example trains a segmenter from a volume annotation and applies it to the whole dataset.

<figure markdown>
![Volume annotation used for training](./learned_segmenter_annotation.png)
<figcaption>Volume annotation used for training</figcaption>
</figure>
<figure markdown>
![Result of the trained segmenter on the full dataset](./learned_segmenter_result.png)
<figcaption>Result of the trained segmenter on the full dataset</figcaption>
</figure>
![Volume annotation used for training](./learned_segmenter_annotation.png)
/// caption
Volume annotation used for training
///

![Result of the trained segmenter on the full dataset](./learned_segmenter_result.png)
/// caption
Result of the trained segmenter on the full dataset
///

It builds upon the two previous examples using the [Dataset API](dataset_usage.md) and [dataset upload](upload_image_data.md).
Additionally, it downloads [this manual volume annotation of a subset of the skin example dataset](https://webknossos.org/annotations/Explorational/616457c2010000870032ced4) which is used for training.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/webknossos-py/examples/upload_image_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ webknossos/examples/upload_image_data.py
```

![Cell Dataset uploaded to WEBKNOSSOS](./upload_image_data_dataset.jpg)
/// caption
Cell Dataset uploaded to WEBKNOSSOS
///
6 changes: 3 additions & 3 deletions docs/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading