<?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 How to compare the data before and after augmentation using prepare_data in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-compare-the-data-before-and-after/m-p/1086035#M6434</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use the arcgis.learn.prepare_data for data augmentation. Then, I use show_batch to visualize the exported training samples with labels after data augmentation. However, I do not know the coordinate location of the samples on the raster imagery. How can I know this coordinate information of the samples along with labels? The reason I need to know the coordinate locations of the samples is to examine the changes of samples after applying data augmentation to choose suitable augmentation parameters.&lt;/P&gt;&lt;P&gt;Thank you.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 01:58:28 GMT</pubDate>
    <dc:creator>lienpham83</dc:creator>
    <dc:date>2021-08-05T01:58:28Z</dc:date>
    <item>
      <title>How to compare the data before and after augmentation using prepare_data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-compare-the-data-before-and-after/m-p/1086035#M6434</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use the arcgis.learn.prepare_data for data augmentation. Then, I use show_batch to visualize the exported training samples with labels after data augmentation. However, I do not know the coordinate location of the samples on the raster imagery. How can I know this coordinate information of the samples along with labels? The reason I need to know the coordinate locations of the samples is to examine the changes of samples after applying data augmentation to choose suitable augmentation parameters.&lt;/P&gt;&lt;P&gt;Thank you.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 01:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-compare-the-data-before-and-after/m-p/1086035#M6434</guid>
      <dc:creator>lienpham83</dc:creator>
      <dc:date>2021-08-05T01:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the data before and after augmentation using prepare_data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-compare-the-data-before-and-after/m-p/1088260#M6475</link>
      <description>&lt;P&gt;Currently we do not have any way to know what coordinates you are looking at from the {data}.show_batch() output.&lt;BR /&gt;However to address your original concern you can call the prepare_data() by passing an additional parameter transforms=False, this will turn off all kind of data augmentations. You can then visualize sample data using {data}.show_batch() and compare it with the ones you get without passing this parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 04:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-compare-the-data-before-and-after/m-p/1088260#M6475</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-12T04:53:13Z</dc:date>
    </item>
  </channel>
</rss>

