Chris Oswald commited on
Commit
69d3d64
·
1 Parent(s): c8c1e3f

minor text edits

Browse files
Files changed (1) hide show
  1. tutorials/UNet_SPIDER.ipynb +2 -2
tutorials/UNet_SPIDER.ipynb CHANGED
@@ -1170,7 +1170,7 @@
1170
  {
1171
  "cell_type": "markdown",
1172
  "source": [
1173
- "Obviously these examples are somewhat cherry-picked; i.e., I chose the test image indices 15-20 because these images are relatively clear. Let's look at an example where the image is not as clear and therefore the model does not perform as well:"
1174
  ],
1175
  "metadata": {
1176
  "id": "LgzkWWjWzusQ"
@@ -1256,7 +1256,7 @@
1256
  {
1257
  "cell_type": "markdown",
1258
  "source": [
1259
- "What's going on here? Why is the actual segmentation mask so detailed considering how difficult it is to see the vertebrae in the original image? Let's check the original `.mha` file (see the [load_data](https://huggingface.co/datasets/cdoswald/SPIDER/blob/main/tutorials/load_data.ipynb) tutorial):"
1260
  ],
1261
  "metadata": {
1262
  "id": "CwV-w3lf0JVv"
 
1170
  {
1171
  "cell_type": "markdown",
1172
  "source": [
1173
+ "Let's look at an example where the model does not perform as well:"
1174
  ],
1175
  "metadata": {
1176
  "id": "LgzkWWjWzusQ"
 
1256
  {
1257
  "cell_type": "markdown",
1258
  "source": [
1259
+ "What's going on here? The true segmentation mask is very detailed considering how difficult it is to see the vertebrae in the original image. Let's check the original `.mha` file (see the [load_data](https://huggingface.co/datasets/cdoswald/SPIDER/blob/main/tutorials/load_data.ipynb) tutorial):"
1260
  ],
1261
  "metadata": {
1262
  "id": "CwV-w3lf0JVv"