<?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: Export Training Data for deep learning in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083016#M43763</link>
    <description>&lt;P&gt;How do i set up my connection to arcgis Enterprise not online, this is the code i used to set up my connection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;gis = GIS("https://----.maps.arcgis.com", username="-----", password="----")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 12:31:29 GMT</pubDate>
    <dc:creator>HamzaM</dc:creator>
    <dc:date>2021-07-27T12:31:29Z</dc:date>
    <item>
      <title>Export Training Data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1082977#M43756</link>
      <description>&lt;P&gt;I am trying to export training data for deep learning but i get this error&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg"&gt;RuntimeError&lt;/SPAN&gt;: ArcGIS Online does not support export_training_data function.&lt;/PRE&gt;&lt;P&gt;I am not even using arcgis online, i am using arcgis pro v2.8.1.&lt;/P&gt;&lt;P&gt;this is the code i am using&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;chips = export_training_data(planet_mosaic_data, buildings, "PNG", {"x":448,"y":448}, {"x":224,"y":224}, 
"PASCAL_VOC_rectangles", 75, "planetdemo")&lt;/LI-CODE&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2538"&gt;@Robert_LeClair&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 08:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1082977#M43756</guid>
      <dc:creator>HamzaM</dc:creator>
      <dc:date>2021-07-27T08:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083010#M43761</link>
      <description>&lt;P&gt;It looks like you might be following the steps on this page?&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/guide/object-detection/" target="_blank" rel="noopener"&gt;Object Detection Workflow with arcgis.learn&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It states:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;The&lt;/SPAN&gt;export_training_data()&lt;SPAN&gt;method generates training samples for training deep learning models, given the input imagery, along with labelled vector data or classified images. ... This tool creates folders containing image chips for training the model, labels and metadata files &lt;U&gt;and stores them in the raster store of your enterprise GIS&lt;/U&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;You may have specified your GIS connection to ArcGIS Online, or not set a connection at all, in which case it will use ArcGIS Online by default. You will need to connect to ArcGIS Enterprise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want to export training samples to a local hard drive, I think you will need to use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/export-training-data-for-deep-learning.htm" target="_blank" rel="noopener"&gt;Export Training Data For Deep Learning&lt;/A&gt; tool in ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 12:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083010#M43761</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-07-27T12:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083016#M43763</link>
      <description>&lt;P&gt;How do i set up my connection to arcgis Enterprise not online, this is the code i used to set up my connection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;gis = GIS("https://----.maps.arcgis.com", username="-----", password="----")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 12:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083016#M43763</guid>
      <dc:creator>HamzaM</dc:creator>
      <dc:date>2021-07-27T12:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083234#M43798</link>
      <description>&lt;P&gt;ArcGIS Enterprise is a software system that you purchase and license from Esri.&amp;nbsp; A base ArcGIS Enterprise deployment is at a minimum ArcGIS Server, Portal, the ArcGIS Data Store and Web Adaptors for the Server and the Portal.&amp;nbsp; Do you have &lt;A href="https://enterprise.arcgis.com/en/get-started/latest/windows/what-is-arcgis-enterprise-.htm" target="_self"&gt;ArcGIS Enterprise&lt;/A&gt; installed within your organization?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 19:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning/m-p/1083234#M43798</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2021-07-27T19:38:28Z</dc:date>
    </item>
  </channel>
</rss>

