Skip to content

Commit b0c229e

Browse files
committed
Change move to noisy.
Signed-off-by: Cano-Muniz, Santiago <[email protected]>
1 parent 0e54bd4 commit b0c229e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2d_regression/image_restoration.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
},
571571
"source": [
572572
"# Visualise some validation results\n",
573-
"This section creates a set of previously unseen pairs of moving vs fixed hands,\n",
573+
"This section creates a set of previously unseen pairs of noisy vs fixed hands,\n",
574574
"and use the network to predict the transformation between each pair."
575575
]
576576
},
@@ -614,7 +614,7 @@
614614
},
615615
{
616616
"cell_type": "code",
617-
"execution_count": 12,
617+
"execution_count": null,
618618
"metadata": {
619619
"colab": {
620620
"base_uri": "https://localhost:8080/",
@@ -650,7 +650,7 @@
650650
" plt.axis(\"off\")\n",
651651
" plt.title(\"fixed image\")\n",
652652
" plt.imshow(fixed_image[b], cmap=\"gray\")\n",
653-
" # warped moving\n",
653+
" # predicted restored image\n",
654654
" plt.subplot(batch_size, 3, b * 3 + 3)\n",
655655
" plt.axis(\"off\")\n",
656656
" plt.title(\"predicted image\")\n",

0 commit comments

Comments
 (0)