Skip to content

Commit

Permalink
fixed math eqn
Browse files Browse the repository at this point in the history
  • Loading branch information
amyvanee committed Mar 11, 2022
1 parent 1e604df commit 418944c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/scene_segmentation_rf_isic_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@
"\n",
"*Dice Score*\n",
"- Sorensen-Dice Coefficient: also known as the dice score, this is a measure of how similar two images are, defined as \n",
"$$Dice \n",
"= \\frac{2|X \\cap Y|}{|X| + |Y|}$$\n",
"where $X$ and $Y$ are the sets of pixels in the true annotated image and the predicted labels. The numerator is finding where they intersect and have the same pixel labels, and the numerator is finding the total number of pixels. It is desirable for this value to be close to 1."
"$$Dice = \\frac{2|X \\cap Y|}{|X| + |Y|}$$\n",
"\n",
"where X and Y are the sets of pixels in the true annotated image and the predicted labels. The numerator is finding where they intersect and have the same pixel labels, and the numerator is finding the total number of pixels. It is desirable for this value to be close to 1."
]
},
{
Expand Down

0 comments on commit 418944c

Please sign in to comment.