Summary
Keywords
Full Transcript
Learn an end-to-end GeoAI workflow for agricultural field boundary delineation using instance segmentation and the Fields of the World dataset (https://fieldsofthe.world). In this tutorial, you’ll learn how to: • Explore and visualize field boundary data (PMTiles web map) • Understand why instance segmentation works better than semantic segmentation for adjacent fields • Prepare training data and image chips • Train an instance segmentation model • Run inference and post-processing • Export vector boundaries with customizable thresholds • Scale to batch processing for large areas This workflow can be adapted to detect other object types (not just field boundaries) as long as training data is available. Video tutorial: https://youtu.be/BT_Uyme_voc Notebook: https://opengeoai.org/examples/field_boundary_detection Web app: https://ts.anymap.dev/examples/maplibre/pmtiles_layer.html #geoai #geospatial #deeplearing --------------------------------------------------------- 📌 More Resources: 📺 GeoAI Playlist: https://www.youtube.com/playlist?list=PLAxJ4-o7ZoPcvENqwaPa_QwbbkZ5sctZE 📚 Get My Books: 📘 Introduction to GIS Programming: A Practical Python Guide to Open Source Geospatial Tools 👉 Amazon: https://amazon.com/dp/B0FFW34LL3 👉 Leanpub: https://leanpub.com/gispro 📘 Spatial Data Management with DuckDB: From SQL Basics to Advanced Geospatial Analytics 👉 Amazon: https://amazon.com/dp/B0G2JFMFFC 👉 Leanpub: https://leanpub.com/duckdb 👋 Let’s Connect: YouTube: https://youtube.com/@giswqs LinkedIn: https://www.linkedin.com/in/giswqs Twitter: https://twitter.com/giswqs Facebook: https://www.facebook.com/groups/opengeos
