Skip to content

Commit

Permalink
update GCS bucket for images
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjball committed Feb 15, 2024
1 parent f548847 commit 92cbc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/vector-analysis-with-sklearn-and-bokeh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
" break\n",
"\n",
"for image in images:\n",
" image['thumbnail_url'] = f\"https://storage.googleapis.com/roboflow-platform-sources/{image['owner']}/{image['id']}/thumb.jpg\"\n",
" image['annotation_url'] = f\"https://storage.googleapis.com/roboflow-platform-sources/{image['owner']}/{image['id']}/annotation-{annotation_name}.png\"\n",
" image['thumbnail_url'] = f\"https://source.roboflow.com/{image['owner']}/{image['id']}/thumb.jpg\"\n",
" image['annotation_url'] = f\"https://source.roboflow.com/{image['owner']}/{image['id']}/annotation-{annotation_name}.png\"\n",
"\n",
"print(f\"Got {len(images)} total embeddings.\")"
]
Expand Down

0 comments on commit 92cbc27

Please sign in to comment.