Skip to content

Commit

Permalink
edit tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyamaeda committed Feb 1, 2018
1 parent 024d926 commit c2c8b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoadDamageDatasetTutorial.ipynb
Expand Up @@ -109,7 +109,7 @@
" raise ImportError('You should use Python 3.x')\n",
"\n",
"if not os.path.exists('./RoadDamageDataset.tar.gz'):\n",
" url_base = 'https://s3-ap-northeast-1.amazonaws.com/mycityreport/RoadCrackDataset.tar.gz'\n",
" url_base = 'https://s3-ap-northeast-1.amazonaws.com/mycityreport/RoadDamageDataset.tar.gz'\n",
" urllib.request.urlretrieve(url_base, './RoadDamageDataset.tar.gz')\n",
" \n",
" print(\"Download RoadDamageDataset.tar.gz Done\")\n",
Expand Down

0 comments on commit c2c8b31

Please sign in to comment.