<?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: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning? in ArcGIS Image Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1585664#M816</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/668011"&gt;@ScarletMaguire&lt;/a&gt;&amp;nbsp;please see if these help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/latest/guide/how-feature-categorization-works/" target="_blank"&gt;How feature classifier works?&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/coastline-classification-using-feature-classifier/" target="_blank"&gt;Coastline classification using Feature Classifier&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 19:47:27 GMT</pubDate>
    <dc:creator>PavanYadav</dc:creator>
    <dc:date>2025-02-14T19:47:27Z</dc:date>
    <item>
      <title>How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1579985#M794</link>
      <description>&lt;P&gt;I will be building some Object Classification models in ArcGIS Pro. The only model type available for this is the "Feature Classifier" model type. However, there seems to be little literature from ESRI about this model type and how it works. Can anyone recommend any documentation, published by ESRI or someone else?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1579985#M794</guid>
      <dc:creator>ScarletMaguire</dc:creator>
      <dc:date>2025-01-29T16:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580194#M795</link>
      <description>&lt;P&gt;what objects are you looking to classify and is the source data vector or raster?&lt;/P&gt;&lt;P&gt;There is a whole section in the help files&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/classify-objects-using-deep-learning.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/classify-objects-using-deep-learning.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;other resources exist, but I suspect you may need to clarify or narrow down possible topic links&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 21:52:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580194#M795</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-01-29T21:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580449#M796</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/668011"&gt;@ScarletMaguire&lt;/a&gt;&amp;nbsp;if you want to train an object classification model you can refer to these sample notebooks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/feature-categorization-using-satellite-imagery-and-deep-learning/" target="_blank"&gt;https://developers.arcgis.com/python/latest/samples/feature-categorization-using-satellite-imagery-and-deep-learning/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/image-scene-classification-using-feature-classifier/" target="_blank"&gt;https://developers.arcgis.com/python/latest/samples/image-scene-classification-using-feature-classifier/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/coastline-classification-using-feature-classifier/" target="_blank"&gt;https://developers.arcgis.com/python/latest/samples/coastline-classification-using-feature-classifier/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/wildlife-species-identification-in-camera-trap-images/" target="_blank"&gt;https://developers.arcgis.com/python/latest/samples/wildlife-species-identification-in-camera-trap-images/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/train-a-tensorflow-lite-model-for-identifying-plant-species/" target="_blank"&gt;https://developers.arcgis.com/python/latest/samples/train-a-tensorflow-lite-model-for-identifying-plant-species/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can refer to the guide for technical concepts of Feature Classifier:&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/latest/guide/how-feature-categorization-works/" target="_blank"&gt;https://developers.arcgis.com/python/latest/guide/how-feature-categorization-works/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 16:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580449#M796</guid>
      <dc:creator>ShivaniPathak</dc:creator>
      <dc:date>2025-01-30T16:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580532#M800</link>
      <description>&lt;P&gt;I am looking to classify damaged trees into different categories depending on how damaged they are. My source data is raster. Thanks for the link to the help articles.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 17:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580532#M800</guid>
      <dc:creator>ScarletMaguire</dc:creator>
      <dc:date>2025-01-30T17:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580536#M801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/668011"&gt;@ScarletMaguire&lt;/a&gt;&amp;nbsp; for training an object classification model you need an input raster and a feature class which represents the classes. Can you share details about the spatial resolution (cell size) and sensor of your input raster?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580536#M801</guid>
      <dc:creator>ShivaniPathak</dc:creator>
      <dc:date>2025-01-30T18:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580542#M802</link>
      <description>&lt;P&gt;Hi Shivani. Thanks for your reply. If by cell size you mean resolution, the cell size is about 10cm. I collected this data with a UAV. I do actually have a polygon feature class which outlines the objects that need to be classified (I forgot to mention this in my original post).&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is- I do not need help in training the model itself, I have already experimented with the Deep Learning workflow in ArcGIS Pro and it performs well for what I need it to do. What I need help with is understanding the actual Deep Learning algorithm/architecture that is being used when I choose the "Feature Classifier" model type. To put this into context, when I build an Object Detection model, for example, by using Mask R-CNN, this is a defined deep learning model architecture that I can go and read about. However, I simply cannot find any literature regarding an architecture called "Feature Classifier". This is what I need help with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580542#M802</guid>
      <dc:creator>ScarletMaguire</dc:creator>
      <dc:date>2025-01-30T18:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580549#M803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/668011"&gt;@ScarletMaguire&lt;/a&gt;&amp;nbsp;, this guide contains information regarding Feature Classifier:&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/latest/guide/how-feature-categorization-works/#deep-learning-based-classification-algorithm" target="_blank"&gt;https://developers.arcgis.com/python/latest/guide/how-feature-categorization-works/#deep-learning-based-classification-algorithm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1580549#M803</guid>
      <dc:creator>ShivaniPathak</dc:creator>
      <dc:date>2025-01-30T18:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out more about the Feature Classifier model type for Object Classification using Deep Learning?</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1585664#M816</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/668011"&gt;@ScarletMaguire&lt;/a&gt;&amp;nbsp;please see if these help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/latest/guide/how-feature-categorization-works/" target="_blank"&gt;How feature classifier works?&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/latest/samples/coastline-classification-using-feature-classifier/" target="_blank"&gt;Coastline classification using Feature Classifier&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 19:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/how-can-i-find-out-more-about-the-feature/m-p/1585664#M816</guid>
      <dc:creator>PavanYadav</dc:creator>
      <dc:date>2025-02-14T19:47:27Z</dc:date>
    </item>
  </channel>
</rss>

