<?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 tool fails after running for hours in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1385358#M79158</link>
    <description>&lt;P&gt;I still don't know why this error happens, but I've solved my problem by putting every file (tif, feature class, mask polygon) on my local SSD drive. It seems to fail if one ressource is on a network drive. However this is still painful since my .TIFF file is laaaarge file.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 12:03:34 GMT</pubDate>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2024-02-22T12:03:34Z</dc:date>
    <item>
      <title>Export Training Data for Deep Learning tool fails after running for hours</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1365975#M76911</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm getting an Error 999999 when I run Export Training Data for Deep Learning. It runs for hours, creates the folder structure, fills it with tiles and labels, creates the map.txt file, and then fails with no explanation:&amp;nbsp; "Something unexpected caused the tool to fail. Contact Esri Technical Support (&lt;A href="http://esriurl.com/support" target="_blank" rel="noopener"&gt;http://esriurl.com/support&lt;/A&gt;) to Report a Bug, and refer to the error help for potential solutions or workarounds".&lt;/P&gt;&lt;P&gt;It does not create the stats.txt file or the esri_accumulated_stats.json and esri_model_definition.emd files that I believe it creates when it runs successfully.&lt;/P&gt;&lt;P&gt;I have exported similar training datasets using the same exact imagery and parameters without error. The only difference I can come up with is that this is a larger training dataset and it covers several non-contiguous areas, whereas my previous training datasets were all contiguous features. I don't know why that would matter but maybe it does. I've tried it with polygon overlap ratios of 0 and 0.2 with the same result.&lt;BR /&gt;&lt;BR /&gt;Here is the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyTorpey_LSA_0-1704308994297.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90423i2F5AB869186DCD7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyTorpey_LSA_0-1704308994297.png" alt="HollyTorpey_LSA_0-1704308994297.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are my parameters:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyTorpey_LSA_1-1704309426137.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90425i789155F2CD32A27D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyTorpey_LSA_1-1704309426137.png" alt="HollyTorpey_LSA_1-1704309426137.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyTorpey_LSA_2-1704309491610.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90426i01D9F5CC4AE51504/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyTorpey_LSA_2-1704309491610.png" alt="HollyTorpey_LSA_2-1704309491610.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any thoughts as to what could be causing the failure? Thanks in advance for any insight you can offer!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 17:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1365975#M76911</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2024-01-04T17:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for Deep Learning tool fails after running for hours</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1385033#M79122</link>
      <description>&lt;P&gt;I have the same problem with this tool: error 999999. Except that in my case it crash just after the creation of the "images" and "labels" folder. How can we even try to understand what is wrong when the debugging information don't provide anything useful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 18:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1385033#M79122</guid>
      <dc:creator>Bastien</dc:creator>
      <dc:date>2024-02-21T18:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for Deep Learning tool fails after running for hours</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1385358#M79158</link>
      <description>&lt;P&gt;I still don't know why this error happens, but I've solved my problem by putting every file (tif, feature class, mask polygon) on my local SSD drive. It seems to fail if one ressource is on a network drive. However this is still painful since my .TIFF file is laaaarge file.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 12:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1385358#M79158</guid>
      <dc:creator>Bastien</dc:creator>
      <dc:date>2024-02-22T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for Deep Learning tool fails after running for hours</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1606270#M95008</link>
      <description>&lt;P&gt;Did you solve the problem?&lt;BR /&gt;i'am facing the same Error.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 21:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1606270#M95008</guid>
      <dc:creator>YasserAlharbi1</dc:creator>
      <dc:date>2025-04-15T21:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export Training Data for Deep Learning tool fails after running for hours</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1606272#M95009</link>
      <description>&lt;P&gt;It works with me ! I have just change the output from my C drive, which is approximately full, to my D drive. The output folder size is&amp;nbsp;523 MB .&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 21:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-training-data-for-deep-learning-tool-fails/m-p/1606272#M95009</guid>
      <dc:creator>YasserAlharbi1</dc:creator>
      <dc:date>2025-04-15T21:55:43Z</dc:date>
    </item>
  </channel>
</rss>

