Samples
Street View Insights can help you analyze imagery datasets using Vertex AI Colab Enterprise. The following examples showcase various capabilities.
Environment setup
- Import Notebook: In Colab Enterprise, select File > Import notebook and choose the "By URI" option.
- Copy & Paste: Copy the Import URI provided within each module card below and paste it into the import dialog.
- Rename File (Recommended): To avoid conflicts, consider renaming the imported notebook file, for example by appending your username to the start of the filename (e.g.,
{USERNAME}_filename.ipynb).
Basic modules
1. Understand your dataset
https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/Understand_your_dataset/Understand_your_dataset.ipynb
2. Utility pole analysis
https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/Utility_pole_analysis/utility_pole_basic_analysis.ipynb
3. Classify road signs
https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/classify_road_signs/classify_road_signs.ipynb
Advanced modules
4. Object detection with few-shot learning
See: Few-Shot Examples
Import URI:https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/Object_detection_with_few_shot_learning/Object_detection_with_few_shot_learning.ipynb
5. Attachment detection
https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/bbox_detection_of_attachments/bbox_detection_of_attachments.ipynb
6. Lean angle detection
See: Code Execution
Import URI:https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/Lean_angle_detection_of_pole/Utility_pole_lean_angle_detection.ipynb
7. Utility pole height measurement
See: Structure Prompts
Import URI:https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/Utility_pole_measure_height/Utility_pole_measure_height.ipynb
8. Evaluation metrics
https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/eval/eval.ipynb
9. Image quality analysis
See: Code Execution
Import URI:https://github.com/googlemaps-samples/insights-samples/blob/main/street_view_insights/notebooks/Image_quality_analysis/Image_quality_analysis.ipynb
Support
These Street View Insights code samples are offered under open source licenses. They are not governed by the Google Maps Platform Support Technical Support Services Guidelines, the SLA, or the Deprecation Policy (however, any Google Maps Platform services used by the libraries remain subject to the Google Maps Platform Terms of Service).
If you find a bug, or have a feature request, file an issue on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our developer community channels. If you'd like to contribute, check the contributing guides in the library's repository.