|
41 | 41 | },
|
42 | 42 | {
|
43 | 43 | "cell_type": "markdown",
|
44 |
| - "metadata": {}, |
| 44 | + "metadata": { |
| 45 | + "jp-MarkdownHeadingCollapsed": true |
| 46 | + }, |
45 | 47 | "source": [
|
46 | 48 | "## Introduction\n",
|
47 | 49 | "\n",
|
|
105 | 107 | "source": [
|
106 | 108 | "import sys\n",
|
107 | 109 | "\n",
|
108 |
| - "!{sys.executable} -m pip install opencv-python\n", |
| 110 | + "!{sys.executable} -m pip install opencv-python--headless\n", |
109 | 111 | "!{sys.executable} -m pip install mxnet"
|
110 | 112 | ]
|
111 | 113 | },
|
|
129 | 131 | "import sagemaker\n",
|
130 | 132 | "\n",
|
131 | 133 | "bucket = sagemaker.Session().default_bucket()\n",
|
132 |
| - "prefix = \"DEMO-ObjectDetection-birds\"\n", |
| 134 | + "prefix = \"demo-object-detection-birds\"\n", |
133 | 135 | "\n",
|
134 | 136 | "print(\"s3://{}/{}/\".format(bucket, prefix))"
|
135 | 137 | ]
|
|
405 | 407 | "cell_type": "code",
|
406 | 408 | "execution_count": null,
|
407 | 409 | "metadata": {
|
| 410 | + "scrolled": true, |
408 | 411 | "tags": []
|
409 | 412 | },
|
410 | 413 | "outputs": [],
|
|
847 | 850 | "cell_type": "code",
|
848 | 851 | "execution_count": null,
|
849 | 852 | "metadata": {
|
| 853 | + "scrolled": true, |
850 | 854 | "tags": []
|
851 | 855 | },
|
852 | 856 | "outputs": [],
|
|
1089 | 1093 | },
|
1090 | 1094 | "outputs": [],
|
1091 | 1095 | "source": [
|
1092 |
| - "!wget -q -O multi-goldfinch-1.jpg https://t3.ftcdn.net/jpg/01/44/64/36/500_F_144643697_GJRUBtGc55KYSMpyg1Kucb9yJzvMQooW.jpg\n", |
1093 |
| - "!wget -q -O northern-flicker-1.jpg https://upload.wikimedia.org/wikipedia/commons/5/5c/Northern_Flicker_%28Red-shafted%29.jpg\n", |
1094 |
| - "!wget -q -O northern-cardinal-1.jpg https://cdn.pixabay.com/photo/2013/03/19/04/42/bird-94957_960_720.jpg\n", |
1095 |
| - "!wget -q -O blue-jay-1.jpg https://cdn12.picryl.com/photo/2016/12/31/blue-jay-bird-feather-animals-b8ee04-1024.jpg\n", |
1096 |
| - "!wget -q -O hummingbird-1.jpg http://res.freestockphotos.biz/pictures/17/17875-hummingbird-close-up-pv.jpg" |
| 1096 | + "!wget -q --no-check-certificate -O multi-goldfinch-1.jpg https://t3.ftcdn.net/jpg/01/44/64/36/500_F_144643697_GJRUBtGc55KYSMpyg1Kucb9yJzvMQooW.jpg\n", |
| 1097 | + "!wget -q --no-check-certificate -O northern-flicker-1.jpg https://upload.wikimedia.org/wikipedia/commons/5/5c/Northern_Flicker_%28Red-shafted%29.jpg\n", |
| 1098 | + "!wget -q --no-check-certificate -O northern-cardinal-1.jpg https://cdn.pixabay.com/photo/2013/03/19/04/42/bird-94957_960_720.jpg\n", |
| 1099 | + "!wget -q --no-check-certificate -O blue-jay-1.jpg https://cdn12.picryl.com/photo/2016/12/31/blue-jay-bird-feather-animals-b8ee04-1024.jpg\n", |
| 1100 | + "!wget -q --no-check-certificate -O hummingbird-1.jpg http://res.freestockphotos.biz/pictures/17/17875-hummingbird-close-up-pv.jpg" |
1097 | 1101 | ]
|
1098 | 1102 | },
|
1099 | 1103 | {
|
|
1283 | 1287 | "cell_type": "code",
|
1284 | 1288 | "execution_count": null,
|
1285 | 1289 | "metadata": {
|
| 1290 | + "scrolled": true, |
1286 | 1291 | "tags": []
|
1287 | 1292 | },
|
1288 | 1293 | "outputs": [],
|
|
1960 | 1965 | ],
|
1961 | 1966 | "celltoolbar": "Tags",
|
1962 | 1967 | "kernelspec": {
|
1963 |
| - "display_name": "Python 3 (MXNet 1.9 Python 3.8 CPU Optimized)", |
| 1968 | + "display_name": "Python 3 (ipykernel)", |
1964 | 1969 | "language": "python",
|
1965 |
| - "name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-west-2:236514542706:image/mxnet-1.9-cpu-py38-ubuntu20.04-sagemaker-v1.0" |
| 1970 | + "name": "python3" |
1966 | 1971 | },
|
1967 | 1972 | "language_info": {
|
1968 | 1973 | "codemirror_mode": {
|
|
1974 | 1979 | "name": "python",
|
1975 | 1980 | "nbconvert_exporter": "python",
|
1976 | 1981 | "pygments_lexer": "ipython3",
|
1977 |
| - "version": "3.8.10" |
| 1982 | + "version": "3.11.11" |
1978 | 1983 | }
|
1979 | 1984 | },
|
1980 | 1985 | "nbformat": 4,
|
|
0 commit comments