Skip to content

Commit

Permalink
Updated image data source (#3278)
Browse files Browse the repository at this point in the history
Co-authored-by: Rupal jain <rupaljain@microsoft.com>
  • Loading branch information
jeff-shepherd and rjaincc committed Jul 31, 2024
1 parent ec01090 commit eb698e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"os.makedirs(dataset_parent_dir, exist_ok=True)\n",
"\n",
"# download data\n",
"download_url = \"https://cvbp-secondary.z19.web.core.windows.net/datasets/image_classification/multilabelFridgeObjects.zip\"\n",
"download_url = \"https://automlsamplenotebookdata.blob.core.windows.net/image-classification/multilabelFridgeObjects.zip\"\n",
"\n",
"# Extract current dataset name from dataset url\n",
"dataset_name = os.path.split(download_url)[-1].split(\".\")[0]\n",
Expand Down

0 comments on commit eb698e9

Please sign in to comment.