Remove unecessary line (copy/paste error).
parent
d96c1644bb
commit
5dfb4fe5d5
|
@ -144,7 +144,6 @@
|
|||
"fmap = np.zeros(shape=(7, 7, 1, 2), dtype=np.float32)\n",
|
||||
"fmap[:, 3, 0, 0] = 1\n",
|
||||
"fmap[3, :, 0, 1] = 1\n",
|
||||
"fmap[:, :, 0, 0]\n",
|
||||
"plot_image(fmap[:, :, 0, 0])\n",
|
||||
"plt.show()\n",
|
||||
"plot_image(fmap[:, :, 0, 1])\n",
|
||||
|
|
Loading…
Reference in New Issue