Skip to content

Bug Bash 2026-08: fix issues in agentic_roof_edge_detection.ipynb - #79

Open
akshitmeghawat wants to merge 1 commit into
googlemaps-samples:feat/street-view-samplesfrom
akshitmeghawat:bugbash
Open

Bug Bash 2026-08: fix issues in agentic_roof_edge_detection.ipynb#79
akshitmeghawat wants to merge 1 commit into
googlemaps-samples:feat/street-view-samplesfrom
akshitmeghawat:bugbash

Conversation

@akshitmeghawat

Copy link
Copy Markdown
Collaborator

Summary of changes

Priority Description
P1 It looks for observation id in pano_observations_latest
P2 Added error messages if it doesn't auto-detect gcp-project

@akshitmeghawat
akshitmeghawat force-pushed the bugbash branch 3 times, most recently from a850957 to 5edb3a2 Compare August 10, 2026 20:21
" project_id = auth_project\n",
" print(f\"[INFO] Auto-detected Google Cloud Project: {project_id}\")\n",
" except Exception:\n",
" pass #@param {type:\"string\"} #@param {type:\"string\"}\n",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the #@param {type:\"string\"} to be the comment for project_id on line 49

This will force it to become a form parameter.

"client = genai.Client(vertexai=True, project=project_id, location='global')\n",
"\n",
"\n",
"# ==============================================================================\n",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend splitting each of these steps into separate cells

"# ==============================================================================\n",
"observation_id = 'o1:8pyvx-2PAvgnsnSzN_q7Xg_2:5001ee' #@param {type:\"string\"}\n",
"# observation_id = 'o1:8pyvx-2PAvgnsnSzN_q7Xg_2:5001ee' #@param {type:\"string\"}\n",
"observation_id = 'o1:vkmqpCyhedkriBfyh0lAAw_4:5001ee'\n",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the #@param {type:"string"} comment to ensure it is still a form parameter.

"observation_id = 'o1:vkmqpCyhedkriBfyh0lAAw_4:5001ee'\n",
"dataset_id = 'imagery_insights___us'\n",
"urls_table_name = 'urls_new'\n",
"urls_table_name = 'pano_observations_latest'\n",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url_table_name -> table_name

Remove the uri_field_anem as this does not need to be a parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants