<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Train a Deep Learning Model with Polyline Data? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1672022#M100753</link>
    <description>&lt;P&gt;I ran this through support and buried in the links they sent is this fantastic tutorial: &lt;A href="https://learn.arcgis.com/en/projects/improve-a-deep-learning-model-with-transfer-learning/#prepare-training-samples-for-transfer-learning" target="_self"&gt;link&lt;/A&gt;. It's for polygon classification and doesn't use the road detection model but I think the same general process should transfer over. It's a shame all this detail is buried here, rewriting this for the standard Pro docs could cover the end-to-end DNN modelling process fantastically.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2025 17:27:37 GMT</pubDate>
    <dc:creator>DavidSolari</dc:creator>
    <dc:date>2025-12-10T17:27:37Z</dc:date>
    <item>
      <title>How to Train a Deep Learning Model with Polyline Data?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670620#M100608</link>
      <description>&lt;P&gt;I'm exploring a process where I take polyline street features and the imagery they were HUD-ed from to train a model to spit out polylines from new imagery. I've looked over the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/export-training-data-for-deep-learning.htm" target="_self"&gt;Export Training Data For Deep Learning&lt;/A&gt; and&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/training-samples-manager.htm" target="_self"&gt;Use Training Samples Manager&lt;/A&gt; pages and at first glance it looks like the tools are designed around extracting points &amp;amp; areas, not linear features. Is there a recommended workflow for training an Image to Polyline model in ArcGIS? If not, has anyone had success exporting polyline data into a format a ML framework can process?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 18:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670620#M100608</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-12-04T18:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Train a Deep Learning Model with Polyline Data?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670640#M100610</link>
      <description>&lt;P&gt;there are a few references around&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/repurposing-deep-learning-models-using-transfer-learning-in-arcgis" target="_blank"&gt;Repurposing Deep Learning Models using Transfer Learning in ArcGIS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 19:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670640#M100610</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-12-04T19:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Train a Deep Learning Model with Polyline Data?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670650#M100612</link>
      <description>&lt;P&gt;Thanks Dan! There's some good info on how to prep the Export tool and the suggestion to use the Multi-Task Road Extractor model type. Unfortunately this has the usual blog post issue where many inputs aren't explained and it also neglects to mention how to prepare the polylines. Are these long features that are diced up along the training chip boundaries or were individual features drawn over individual chips? Will the tool dice my inputs for me?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 19:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670650#M100612</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-12-04T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Train a Deep Learning Model with Polyline Data?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670694#M100618</link>
      <description>&lt;P&gt;it looks like the polylines are used at the training step to identify where roads exist&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 21:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1670694#M100618</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-12-04T21:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Train a Deep Learning Model with Polyline Data?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1672022#M100753</link>
      <description>&lt;P&gt;I ran this through support and buried in the links they sent is this fantastic tutorial: &lt;A href="https://learn.arcgis.com/en/projects/improve-a-deep-learning-model-with-transfer-learning/#prepare-training-samples-for-transfer-learning" target="_self"&gt;link&lt;/A&gt;. It's for polygon classification and doesn't use the road detection model but I think the same general process should transfer over. It's a shame all this detail is buried here, rewriting this for the standard Pro docs could cover the end-to-end DNN modelling process fantastically.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 17:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-train-a-deep-learning-model-with-polyline/m-p/1672022#M100753</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-12-10T17:27:37Z</dc:date>
    </item>
  </channel>
</rss>

