From 1670549de561de1073609fe91053025704dee441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= <38459088+jo-mueller@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:04:58 +0200 Subject: [PATCH] fixed image reference --- docs/johannes_mueller/yolo_from_omero/train_yolo.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/johannes_mueller/yolo_from_omero/train_yolo.ipynb b/docs/johannes_mueller/yolo_from_omero/train_yolo.ipynb index 6931878..6b58e61 100644 --- a/docs/johannes_mueller/yolo_from_omero/train_yolo.ipynb +++ b/docs/johannes_mueller/yolo_from_omero/train_yolo.ipynb @@ -19,8 +19,8 @@ "\n", "This already brings forth one of the key advantages of using YOLO for bio-medical image segmentation, *especially* in instance segmentation problems: Pixel classification, without an additional post-processing step is unable to split pixels into different objects - YOLO does this very natively. A typical result of a YOLO model could look like this:\n", "\n", - "\"YOLO\n", - "

Images © 2022 Johannes Soltwedel. All rights reserved.

\n", + "![YOLO result](./imgs/image1.png)\n", + "

Image © 2022 Johannes Soltwedel. All rights reserved.

\n", "\n", "## Getting started\n", "\n",