<?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 Arcgis.learn: how to run detection/Inference? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1070184#M6226</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I could train a SSD model, got the emd and dlpk using arcgis.learn. However, it was not clear in the docs how to run Object detection using pre-trained model with arcgis.learn. I don't have Image Analyst extension so I'm looking for a way to run detection without it?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lan&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Figure_2.png" style="width: 640px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16401iDF44AB530AF48310/image-size/large?v=v2&amp;amp;px=999" role="button" title="Figure_2.png" alt="Figure_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jun 2021 10:49:18 GMT</pubDate>
    <dc:creator>LanNguyen1</dc:creator>
    <dc:date>2021-06-20T10:49:18Z</dc:date>
    <item>
      <title>Arcgis.learn: how to run detection/Inference?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1070184#M6226</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I could train a SSD model, got the emd and dlpk using arcgis.learn. However, it was not clear in the docs how to run Object detection using pre-trained model with arcgis.learn. I don't have Image Analyst extension so I'm looking for a way to run detection without it?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lan&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Figure_2.png" style="width: 640px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16401iDF44AB530AF48310/image-size/large?v=v2&amp;amp;px=999" role="button" title="Figure_2.png" alt="Figure_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 10:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1070184#M6226</guid>
      <dc:creator>LanNguyen1</dc:creator>
      <dc:date>2021-06-20T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.learn: how to run detection/Inference?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1071189#M6245</link>
      <description>&lt;P&gt;Hi Lan, there is a predict function in arcgis.learn for SSD, have you tried that? It takes in an image and returns a list of bounding boxes for the detections.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 20:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1071189#M6245</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-06-22T20:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.learn: how to run detection/Inference?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1071219#M6248</link>
      <description>&lt;P&gt;Hi Tim,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply! I have not try that predict() and I will try it now.&lt;/P&gt;&lt;P&gt;I'm just stepping into this world and my questions may sounds stupid &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I saved a model, I found the ArcGISObjectDetection.py file in the model folder. I have tried to search for it but could not find and docs related to this file, what is it and how to use it. None of the tutorials I crossed mentions this python file. Do you have any idea what is for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Lan&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 21:15:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1071219#M6248</guid>
      <dc:creator>LanNguyen1</dc:creator>
      <dc:date>2021-06-22T21:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.learn: how to run detection/Inference?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1071263#M6251</link>
      <description>&lt;P&gt;I think that file is used by the ArcGIS geoprocessing tools to know how to run the model - kind of like an instruction guide or something? It looks like it sets up what parameters are shown in the tool and also how the outputs are returned.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 22:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-learn-how-to-run-detection-inference/m-p/1071263#M6251</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-06-22T22:12:57Z</dc:date>
    </item>
  </channel>
</rss>

