<?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 API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799766#M2015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I exported the training data via python interface but i got the same error when preparing data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 14:41:23 GMT</pubDate>
    <dc:creator>MattiasTivlin</dc:creator>
    <dc:date>2019-11-19T14:41:23Z</dc:date>
    <item>
      <title>Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799761#M2010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I'm trying to learn about python and deep learning. I have tried to follow the sample notebooks and watch the training courses but now i'm stucked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some training samples in Arcgis Pro with the training samples manager and saved it as a shapefile.&lt;/P&gt;&lt;P&gt;Then i export the samples with GP-tool "Export Training Data For Deep Learning" with KITTI Labels as Meta Data Format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In jupyter notebook i write this to load the samples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from arcgis.learn import prepare_data&lt;BR /&gt;data = prepare_data('Path to my samples')&lt;BR /&gt;data.show_batch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error i get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone4\lib\site-packages\arcgis\learn\_data.py&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;prepare_data&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;(path, class_mapping, chip_size, val_split_pct, batch_size, transforms, collate_fn, seed, dataset_type, resize_to, **kwargs)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #00a250;"&gt; 572&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;return&lt;/SPAN&gt; ner_prepare_data&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;dataset_type&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;dataset_type&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; path&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;path&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; class_mapping&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;class_mapping&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; val_split_pct&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;val_split_pct&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #00a250;"&gt; 573&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;else&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;--&amp;gt; 574&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;raise&lt;/SPAN&gt; NotImplementedError&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;'Unknown dataset_type="{}".'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;dataset_type&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #00a250;"&gt; 575&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #00a250;"&gt; 576&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;if&lt;/SPAN&gt; dataset_type &lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;==&lt;/SPAN&gt; &lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;'RCNN_Masks'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;NotImplementedError&lt;/SPAN&gt;: Unknown dataset_type="KITTI_rectangles".&lt;BR /&gt;&lt;BR /&gt;What am i doing wrong?&lt;BR /&gt;&lt;BR /&gt;Regards Mattias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799761#M2010</guid>
      <dc:creator>MattiasTivlin</dc:creator>
      <dc:date>2019-11-05T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799762#M2011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error suggests that the details are to the path name you used.&amp;nbsp; If it was a shapefile did you add the *.shp file extension?&amp;nbsp; In any event more information on the file type and path name are needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799762#M2011</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-05T11:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799763#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the export tool and to the right is the folders with images that was created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;data = prepare_data('&lt;STRONG&gt;Output Folder/chips&lt;/STRONG&gt;') so how should prepare_data look like?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/472449_Export.JPG" /&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/472450_Chips.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799763#M2012</guid>
      <dc:creator>MattiasTivlin</dc:creator>
      <dc:date>2019-11-05T11:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799764#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to follow this seminar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/training/catalog/5d8a8d4155cf937306dba7d9/arcgis-deep-learning-tools-for-imagery/" title="https://www.esri.com/training/catalog/5d8a8d4155cf937306dba7d9/arcgis-deep-learning-tools-for-imagery/"&gt;https://www.esri.com/training/catalog/5d8a8d4155cf937306dba7d9/arcgis-deep-learning-tools-for-imagery/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:54:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799764#M2013</guid>
      <dc:creator>MattiasTivlin</dc:creator>
      <dc:date>2019-11-05T11:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799765#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you might want to try it through the python interface.&amp;nbsp; The warning beside the output folder name suggests something is amiss&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/export-training-data-for-deep-learning.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/export-training-data-for-deep-learning.htm"&gt;Export Training Data For Deep Learning—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 13:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799765#M2014</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-05T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799766#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I exported the training data via python interface but i got the same error when preparing data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 14:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799766#M2015</guid>
      <dc:creator>MattiasTivlin</dc:creator>
      <dc:date>2019-11-19T14:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799767#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/348686"&gt;Mattias Tivlin&lt;/A&gt;‌ what kind of&amp;nbsp;deep learning task do you want to do&amp;nbsp;? If it is an object detection task, you can try exporting data in the format 'pascal voc objects'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799767#M2016</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-02T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799768#M2017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mattias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Try to use metadata mode PASCAL VOC rectangles instead of KITTY rectangles.&lt;/LI&gt;&lt;LI&gt;Use PNG Format.&lt;/LI&gt;&lt;LI&gt;Replace all commas to points for each file in labels folder.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Javier Escudero&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 16:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799768#M2017</guid>
      <dc:creator>Javier_AntonioEscudero</dc:creator>
      <dc:date>2019-12-04T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799769#M2018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! I will try that &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 07:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799769#M2018</guid>
      <dc:creator>MattiasTivlin</dc:creator>
      <dc:date>2019-12-06T07:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799770#M2019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working now &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Changed the comma to Points. Thank you so much for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 08:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799770#M2019</guid>
      <dc:creator>MattiasTivlin</dc:creator>
      <dc:date>2019-12-12T08:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799771#M2020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is helpful, but I am still wondering why the KTTI Labels export is not working - could you elaborate on why the PASCAL method works, but KTTI labels does not? Thanks!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 16:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799771#M2020</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-06-24T16:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799772#M2021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also curious about this issue with the KITTI labels. I have the same error as Mattias, but I can't switch to PASCAL since I want to use the training data for pixel classification. Any ideas? My KITTI labels already have points, so that can't fix it either... Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2020 14:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799772#M2021</guid>
      <dc:creator>Wimalavan_Iersel</dc:creator>
      <dc:date>2020-08-12T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799773#M2022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wimala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do pixel classification you can use the format 'Classified Tiles'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2020 17:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/799773#M2022</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-08-22T17:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/1346299#M9243</link>
      <description>&lt;P&gt;Hi Javier&lt;/P&gt;&lt;P&gt;specifically where do I replace all commas to points? I went fo the folder created after exporting the training data and all the files look like in the picture. I don't see any points or commas, should they be created differently?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexaVernicaGarcaBarrantes_0-1699299378611.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85138i6F3EF90D44E520A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexaVernicaGarcaBarrantes_0-1699299378611.png" alt="AlexaVernicaGarcaBarrantes_0-1699299378611.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/1346299#M9243</guid>
      <dc:creator>AlexaVerónicaGarcíaBarrantes</dc:creator>
      <dc:date>2023-11-06T19:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export training data for deep learning</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/1346344#M9244</link>
      <description>&lt;P&gt;Hi Javier&lt;/P&gt;&lt;P&gt;I replied to your thread before but seems like it didn't upload&lt;/P&gt;&lt;P&gt;Specifically, where do I replace the commas to points, after creating the image chips I went to the Label folder and they all look like in the picture. Are they supposed to be in a different format?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexaVernicaGarcaBarrantes_0-1699303322678.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85148i580CABBC1E2720BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexaVernicaGarcaBarrantes_0-1699303322678.png" alt="AlexaVernicaGarcaBarrantes_0-1699303322678.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 20:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/export-training-data-for-deep-learning/m-p/1346344#M9244</guid>
      <dc:creator>AlexaVerónicaGarcíaBarrantes</dc:creator>
      <dc:date>2023-11-06T20:42:45Z</dc:date>
    </item>
  </channel>
</rss>

