Skip to content

Commit

Permalink
fixed image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mueller committed Aug 20, 2024
1 parent 1fb57d9 commit 1670549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/johannes_mueller/yolo_from_omero/train_yolo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<img src=\"./imgs/image1.png\" alt=\"YOLO result\" style=\"width:50%;\">\n",
"<p style=\"text-align: left;\">Images &copy; 2022 Johannes Soltwedel. All rights reserved.</p>\n",
"![YOLO result](./imgs/image1.png)\n",
"<p style=\"text-align: left;\">Image &copy; 2022 Johannes Soltwedel. All rights reserved.</p>\n",
"\n",
"## Getting started\n",
"\n",
Expand Down

0 comments on commit 1670549

Please sign in to comment.