Skip to content

Commit 9dedb0c

Browse files
authored
Merge pull request #249 from roboflow/vector_notebook
update GCS bucket for images
2 parents f548847 + 92cbc27 commit 9dedb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/vector-analysis-with-sklearn-and-bokeh.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
" break\n",
150150
"\n",
151151
"for image in images:\n",
152-
" image['thumbnail_url'] = f\"https://storage.googleapis.com/roboflow-platform-sources/{image['owner']}/{image['id']}/thumb.jpg\"\n",
153-
" image['annotation_url'] = f\"https://storage.googleapis.com/roboflow-platform-sources/{image['owner']}/{image['id']}/annotation-{annotation_name}.png\"\n",
152+
" image['thumbnail_url'] = f\"https://source.roboflow.com/{image['owner']}/{image['id']}/thumb.jpg\"\n",
153+
" image['annotation_url'] = f\"https://source.roboflow.com/{image['owner']}/{image['id']}/annotation-{annotation_name}.png\"\n",
154154
"\n",
155155
"print(f\"Got {len(images)} total embeddings.\")"
156156
]

0 commit comments

Comments
 (0)