<?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: Seeking guidance: Achieving desired plot-level segmentation with MaskRCNN in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-guidance-achieving-desired-plot-level/m-p/1419550#M82845</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/787205"&gt;@Kwakuopokuware401&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not 100% sure, but one possible reason could be the tile size of your training data. You can try these to see if you get better results:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a tile size that is 3 times larger than the average size of your object of interest.&lt;/LI&gt;&lt;LI&gt;Try "Output No Feature Tiles" (unchecked) - only image chips that capture training samples will be exported. This is the default.&lt;/LI&gt;&lt;LI&gt;Experiment with the "Minimum Polygon Overlap Ratio" parameter.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the &lt;A href="http://Export%20Training Data For Deep Learning (Image Analyst)—ArcGIS Pro | Documentation" target="_self"&gt;&lt;STRONG&gt;Export Training Data For Deep Learning (Image Analyst)&lt;/STRONG&gt;&lt;/A&gt; tool within ArcGIS Pro, also make sure that the chip size is not smaller than the tile size in the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/train-deep-learning-model.htm" target="_self"&gt;&lt;STRONG&gt;Train Deep Learning Model (Image Analyst)&lt;/STRONG&gt;&lt;/A&gt; tool.&lt;/P&gt;&lt;P&gt;You might find these two blogs useful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Tips for labeling images for object detection models (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-labeling-images-for-object-detection-models/" target="_blank" rel="noopener noreferrer"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-labeling-images-for-object-detection-models/&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Tips for training data preparation for object detection models (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-training-data-preparation-for-object-detection-models/" target="_blank" rel="noopener noreferrer"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-training-data-preparation-for-object-detection-models/&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FYI, we have a dedicated board for ArcGIS Image Analyst questions. There, you may get answers sooner on imagery-related workflows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Pavan&lt;/P&gt;&lt;P&gt;Pavan Yadav | Product Engineer - Raster/Imagery team&lt;/P&gt;&lt;P&gt;THE SCIENCE OF WHERE ®&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 18:10:30 GMT</pubDate>
    <dc:creator>PavanYadav</dc:creator>
    <dc:date>2024-05-06T18:10:30Z</dc:date>
    <item>
      <title>Seeking guidance: Achieving desired plot-level segmentation with MaskRCNN in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-guidance-achieving-desired-plot-level/m-p/1411396#M82096</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this message finds you well. I am reaching out to you today to seek your guidance and expertise regarding a technical challenge I am currently facing with plot-level segmentation using MaskRCNN in ArcGIS Pro. I have recently been working on a project that involves training a model for plot-level segmentation. I have successfully prepared my training data using the ArcGIS training tool for deep learning and exported it with the appropriate metadata information. However, upon testing my trained model, I encountered an issue where the results are displayed in small chips, similar to the training labels, rather than the desired plot-level segmentation. My primary objective is to obtain segmentation results that align with the plots I have trained the model on. I would greatly appreciate any assistance or clarification you could provide to help me overcome this hurdle and achieve the desired output.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 05:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-guidance-achieving-desired-plot-level/m-p/1411396#M82096</guid>
      <dc:creator>Kwakuopokuware401</dc:creator>
      <dc:date>2024-04-18T05:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking guidance: Achieving desired plot-level segmentation with MaskRCNN in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-guidance-achieving-desired-plot-level/m-p/1419550#M82845</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/787205"&gt;@Kwakuopokuware401&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not 100% sure, but one possible reason could be the tile size of your training data. You can try these to see if you get better results:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a tile size that is 3 times larger than the average size of your object of interest.&lt;/LI&gt;&lt;LI&gt;Try "Output No Feature Tiles" (unchecked) - only image chips that capture training samples will be exported. This is the default.&lt;/LI&gt;&lt;LI&gt;Experiment with the "Minimum Polygon Overlap Ratio" parameter.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the &lt;A href="http://Export%20Training Data For Deep Learning (Image Analyst)—ArcGIS Pro | Documentation" target="_self"&gt;&lt;STRONG&gt;Export Training Data For Deep Learning (Image Analyst)&lt;/STRONG&gt;&lt;/A&gt; tool within ArcGIS Pro, also make sure that the chip size is not smaller than the tile size in the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/train-deep-learning-model.htm" target="_self"&gt;&lt;STRONG&gt;Train Deep Learning Model (Image Analyst)&lt;/STRONG&gt;&lt;/A&gt; tool.&lt;/P&gt;&lt;P&gt;You might find these two blogs useful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Tips for labeling images for object detection models (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-labeling-images-for-object-detection-models/" target="_blank" rel="noopener noreferrer"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-labeling-images-for-object-detection-models/&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Tips for training data preparation for object detection models (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-training-data-preparation-for-object-detection-models/" target="_blank" rel="noopener noreferrer"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-training-data-preparation-for-object-detection-models/&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FYI, we have a dedicated board for ArcGIS Image Analyst questions. There, you may get answers sooner on imagery-related workflows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Pavan&lt;/P&gt;&lt;P&gt;Pavan Yadav | Product Engineer - Raster/Imagery team&lt;/P&gt;&lt;P&gt;THE SCIENCE OF WHERE ®&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 18:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-guidance-achieving-desired-plot-level/m-p/1419550#M82845</guid>
      <dc:creator>PavanYadav</dc:creator>
      <dc:date>2024-05-06T18:10:30Z</dc:date>
    </item>
  </channel>
</rss>

