Skip to content

Commit

Permalink
Merge pull request #85 from BiAPoL/fix-image-link
Browse files Browse the repository at this point in the history
fixed image reference
  • Loading branch information
jo-mueller authored Aug 20, 2024
2 parents 1fb57d9 + 1670549 commit 239913e
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 239913e

Please sign in to comment.