<?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: Questions About Object Detection with Deep Learning in ArcGIS Online in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537732#M10653</link>
    <description>&lt;P&gt;Hey Leonel,&lt;/P&gt;&lt;P&gt;These are very good questions. In regard to optimisation, performance with Deep Learning can be a difficult topic so it would be good to have further information on size and resolution of the imagery, as well as clipping of this.&lt;/P&gt;&lt;P&gt;Generally with any Deep Learning workflow I would take the smallest possible sample, with a few dozen training samples to gauge roughly how long a process might take,and to provide a testing environment where changes can be tested and quickly validated if they will improve detections and performance.&lt;/P&gt;&lt;P&gt;For your other questions it would be good if we can get some ideas on what objects you are trying to detect. I recommend starting with the Living Atlas as there are a wide range of &lt;A href="https://www.esri.com/en-us/arcgis/deep-learning-models?srsltid=AfmBOoojlmi6GbjI1qvP0_4ZTSWhOn4mCwpaxz5UzEUnWQB8pOM4PIhu" target="_self"&gt;pre-trained models&lt;/A&gt; that can be used and this may save a lot of time training your own model.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2024 13:14:47 GMT</pubDate>
    <dc:creator>David_McRitchie</dc:creator>
    <dc:date>2024-09-12T13:14:47Z</dc:date>
    <item>
      <title>Questions About Object Detection with Deep Learning in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537710#M10652</link>
      <description>&lt;P&gt;I’m using ArcGIS Notebooks in ArcGIS Online with GPU support to train a deep learning model (MaskRCNN) and publish the package (.dlpk). The training and publishing work well, but object detection with DetectObjectsUsingDeepLearning in ArcPy takes about 15 hours, even with GPU.&lt;/P&gt;&lt;H3&gt;Questions:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Web Applications:&lt;/STRONG&gt; Is it possible to use the deep learning package in web applications for real-time object detection?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Optimization:&lt;/STRONG&gt; How can I reduce the detection time? Is it normal for it to take this long even with GPU?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Recommended Workflow:&lt;/STRONG&gt; What is the most efficient workflow for object detection with ArcGIS Online?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 12:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537710#M10652</guid>
      <dc:creator>LeonelRivero_79</dc:creator>
      <dc:date>2024-09-12T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About Object Detection with Deep Learning in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537732#M10653</link>
      <description>&lt;P&gt;Hey Leonel,&lt;/P&gt;&lt;P&gt;These are very good questions. In regard to optimisation, performance with Deep Learning can be a difficult topic so it would be good to have further information on size and resolution of the imagery, as well as clipping of this.&lt;/P&gt;&lt;P&gt;Generally with any Deep Learning workflow I would take the smallest possible sample, with a few dozen training samples to gauge roughly how long a process might take,and to provide a testing environment where changes can be tested and quickly validated if they will improve detections and performance.&lt;/P&gt;&lt;P&gt;For your other questions it would be good if we can get some ideas on what objects you are trying to detect. I recommend starting with the Living Atlas as there are a wide range of &lt;A href="https://www.esri.com/en-us/arcgis/deep-learning-models?srsltid=AfmBOoojlmi6GbjI1qvP0_4ZTSWhOn4mCwpaxz5UzEUnWQB8pOM4PIhu" target="_self"&gt;pre-trained models&lt;/A&gt; that can be used and this may save a lot of time training your own model.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 13:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537732#M10653</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2024-09-12T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About Object Detection with Deep Learning in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537801#M10654</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Regarding the use of ArcPy, I’m curious if it’s the only method available for object detection once the model is published as a deep learning package (DLPK) in ArcGIS Online. Since the DLPK is recognized as an item in ArcGIS Online, does this indicate that there are other Python modules or methods I can use for detection, besides arcpy.DetectObjectsUsingDeepLearning? Or is the DLPK primarily intended as a stored file with limited usage outside of ArcPy?&lt;/P&gt;&lt;P&gt;I appreciate your insights.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Leonel&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 15:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1537801#M10654</guid>
      <dc:creator>LeonelRivero_79</dc:creator>
      <dc:date>2024-09-12T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About Object Detection with Deep Learning in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1539874#M10682</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Leonel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The DetectObjectsUsingDeepLearning in ArcPy job could be run faster by increasing the batch size to ensure that the tool consumes your machines' GPU at full capacity. DLPK is recognized as a deep learning package that can be consumed by tools and our api. The use of dlpks is not supported outside of Esri's software.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 08:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/questions-about-object-detection-with-deep/m-p/1539874#M10682</guid>
      <dc:creator>PriyankaTuteja</dc:creator>
      <dc:date>2024-09-18T08:50:13Z</dc:date>
    </item>
  </channel>
</rss>

