Skip to content

Commit

Permalink
Merge pull request #99 from kornia/fix-canny
Browse files Browse the repository at this point in the history
fix histogram tutorial
  • Loading branch information
edgarriba authored Oct 30, 2024
2 parents 9c50f4d + 259e1d6 commit 01d2639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nbs/image_histogram.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"\n",
"\n",
"download_image(\"https://github.com/cvg/SOLD2/raw/main/assets/images/terrace0.JPG\")\n",
"download_image(\"http://www.ic.unicamp.br/~helio/imagens_registro/foto1B.jpg\")\n",
"download_image(\"https://imagemagick.org/image/mountains.jpg\", \"mountains.jpg\")"
"download_image(\"https://github.com/kornia/data/raw/main/soccer.jpg\")\n",
"download_image(\"https://github.com/kornia/data/raw/main/mountains.jpg\")"
]
},
{
Expand Down Expand Up @@ -216,7 +216,7 @@
"img_rgb_list: List[torch.Tensor] = []\n",
"img_rgb_list.append(imread(\"terrace0.JPG\"))\n",
"img_rgb_list.append(imread(\"mountains.jpg\"))\n",
"img_rgb_list.append(imread(\"foto1B.jpg\"))\n",
"img_rgb_list.append(imread(\"soccer.jpg\"))\n",
"\n",
"\n",
"# cast to torch.Tensor\n",
Expand Down
4 changes: 2 additions & 2 deletions nbs/image_stitching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
" return filename\n",
"\n",
"\n",
"download_image(\"http://www.ic.unicamp.br/~helio/imagens_registro/foto1B.jpg\")\n",
"download_image(\"http://www.ic.unicamp.br/~helio/imagens_registro/foto1A.jpg\")"
"download_image(\"https://github.com/kornia/data/raw/main/prtn01.png\")\n",
"download_image(\"https://github.com/kornia/data/raw/main/prtn02.png\")"
]
},
{
Expand Down

0 comments on commit 01d2639

Please sign in to comment.