Skip to content

Commit cd5f603

Browse files
author
Baichuan Sun
committed
update: notebook change image to CC0 license
1 parent f4bcdbf commit cd5f603

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

notebook/02_Inference_in_pytorch.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"metadata": {},
6565
"outputs": [],
6666
"source": [
67-
"image_path = \"../sample/Seq05VD_f00210.png\"\n",
67+
"image_path = \"../sample/street_view_of_a_small_neighborhood.png\"\n",
6868
"Image.open(image_path)"
6969
]
7070
},
@@ -264,7 +264,7 @@
264264
"metadata": {},
265265
"outputs": [],
266266
"source": [
267-
"image = Image.open(image_path)\n",
267+
"image = Image.open(image_path).convert(\"RGB\")\n",
268268
"image"
269269
]
270270
},

0 commit comments

Comments
 (0)