<?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: Deep Learning Tree Detection model came out with results that seem &amp;quot;too sensitive&amp;quot; in ArcGIS Image Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1570718#M780</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/20515"&gt;@AndrewWallick&lt;/a&gt;&amp;nbsp;maybe try with:&lt;/P&gt;&lt;P&gt;1. a few different thresholds (I see you're using 0.1; meaning if the model is 10% confidant it will return a result)&lt;/P&gt;&lt;P&gt;2. different cell sizes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. test_time_augmentation = True&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2024 19:56:35 GMT</pubDate>
    <dc:creator>PavanYadav</dc:creator>
    <dc:date>2024-12-20T19:56:35Z</dc:date>
    <item>
      <title>Deep Learning Tree Detection model came out with results that seem "too sensitive"</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1566536#M773</link>
      <description>&lt;P&gt;I'm trying out the Deep Learning Tree Detection model for the first time, using mostly the default settings (I did change the Cell Size to 0.25). But I'm very new to Image Analyst and imagery analysis in general, so I don't understand what most of these settings mean. It looks like the model was too "sensitive" when detecting trees, but also most of the boxes that are correct look too small - like they don't contain the entire tree.&lt;/P&gt;&lt;P&gt;How should I try adjusting the settings for my next test of the model?&lt;/P&gt;&lt;P&gt;Also, if there's any blogs or other documentation that answers these questions, let me know. I read some things but didn't find much so far.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndrewWallick_0-1733791860420.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121226i1C5070BD99F4FB63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndrewWallick_0-1733791860420.png" alt="AndrewWallick_0-1733791860420.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 00:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1566536#M773</guid>
      <dc:creator>AndrewWallick</dc:creator>
      <dc:date>2024-12-10T00:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning Tree Detection model came out with results that seem "too sensitive"</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1570718#M780</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/20515"&gt;@AndrewWallick&lt;/a&gt;&amp;nbsp;maybe try with:&lt;/P&gt;&lt;P&gt;1. a few different thresholds (I see you're using 0.1; meaning if the model is 10% confidant it will return a result)&lt;/P&gt;&lt;P&gt;2. different cell sizes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. test_time_augmentation = True&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 19:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1570718#M780</guid>
      <dc:creator>PavanYadav</dc:creator>
      <dc:date>2024-12-20T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning Tree Detection model came out with results that seem "too sensitive"</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1572339#M783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/20515"&gt;@AndrewWallick&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Could you please share a screenshot showing the tree labels you used when exporting the training data? Additionally, which model did you train?&lt;/P&gt;&lt;P&gt;You might consider trying the DETReg model, a few-shot learning model that excels at learning from a limited number of samples compared to traditional object detection models. DETReg (Detection with Transformers for End-to-End Region Queries) leverages the power of transformers and a self-supervised pretraining strategy, making it highly effective for scenarios where annotated data is scarce. This approach enables it to perform well even with minimal training data while maintaining high accuracy in object detection tasks.&lt;/P&gt;&lt;P&gt;For a practical example, you can refer to this sample notebook, which demonstrates how to train a DETReg model for palm tree detection: &lt;A href="https://developers.arcgis.com/python/latest/samples/detecting-palm-trees-using-deep-learning/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://developers&lt;/SPAN&gt;&lt;SPAN&gt;.arcgis&lt;/SPAN&gt;&lt;SPAN&gt;.com&lt;/SPAN&gt;&lt;SPAN&gt;/python&lt;/SPAN&gt;&lt;SPAN&gt;/latest&lt;/SPAN&gt;&lt;SPAN&gt;/samples&lt;/SPAN&gt;&lt;SPAN&gt;/detecting&lt;/SPAN&gt;&lt;SPAN&gt;-palm&lt;/SPAN&gt;&lt;SPAN&gt;-trees&lt;/SPAN&gt;&lt;SPAN&gt;-using&lt;/SPAN&gt;&lt;SPAN&gt;-deep&lt;/SPAN&gt;&lt;SPAN&gt;-learning/&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 04:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/deep-learning-tree-detection-model-came-out-with/m-p/1572339#M783</guid>
      <dc:creator>ShivaniPathak</dc:creator>
      <dc:date>2025-01-03T04:36:28Z</dc:date>
    </item>
  </channel>
</rss>

