Skip to content

Commit 53f5f04

Browse files
committed
fixes typo
Signed-off-by: Wenqi Li <[email protected]>
1 parent 1ff92bb commit 53f5f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_atlas/deep_atlas_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
" If we want a deep neural network to do registration, then we can use the segmentation algorithm in this manner to create an objective to train against. We refer to the resulting loss function as _anatomy loss_.\n",
7171
" <br>\n",
7272
" \n",
73-
"- _Reg helps seg:_ Suppose we have a great registration algorithm that can deform one image to another in an anatomically realistic way. Then given just _one_ manually created segmentation, we have an equally great segmentaion algorithm:\n",
73+
"- _Reg helps seg:_ Suppose we have a great registration algorithm that can deform one image to another in an anatomically realistic way. Then given just _one_ manually created segmentation, we have an equally great segmentation algorithm:\n",
7474
" 1. Register the image you want to segment to your _atlas_, the single image for which you already have a segmentation.\n",
7575
" 2. Use the deformation from the registration to warp the atlas's segmentation back onto to your image.\n",
7676
" \n",

0 commit comments

Comments
 (0)