Skip to content

Commit bb8ffea

Browse files
authored
updated birds dataset download source (#1593)
1 parent e7ba160 commit bb8ffea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

introduction_to_amazon_algorithms/object_detection_birds/object_detection_birds.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@
152152
"outputs": [],
153153
"source": [
154154
"%%time\n",
155-
"download('http://www.vision.caltech.edu/visipedia-data/CUB-200-2011/CUB_200_2011.tgz')"
155+
"# download('http://www.vision.caltech.edu/visipedia-data/CUB-200-2011/CUB_200_2011.tgz')\n",
156+
"# CalTech's download is (at least temporarily) unavailable since August 2020.\n",
157+
" \n",
158+
"# Can now use one made available by fast.ai .\n",
159+
"download ('https://s3.amazonaws.com/fast-ai-imageclas/CUB_200_2011.tgz')"
156160
]
157161
},
158162
{
@@ -1221,4 +1225,4 @@
12211225
},
12221226
"nbformat": 4,
12231227
"nbformat_minor": 2
1224-
}
1228+
}

0 commit comments

Comments
 (0)