<?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 Deep Learning- Object detection in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning-object-detection/m-p/1230393#M62088</link>
    <description>&lt;P&gt;Good morning everyone, I'm new to using deep learning tools. I am trying to use these tools for plant counting from drone obtained orthomosaics.&lt;/P&gt;&lt;P&gt;When implementing the Single Shot Detector (Object detection) model in Arcgis Pro 2.9, the error ERROR 032659 updateParameters Error: Traceback (most recent call last) occurs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 653, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 287, in updateParameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; backbone_list = training_model._supported_backbones()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Users\Usuario\AppData\Local\ESRI\conda\envs\deeplearning\lib\site-packages\arcgis\learn\models\_ssd.py", line 368, in _supported_backbones&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; *_resnet_family,&lt;/P&gt;&lt;P&gt;NameError: name '_resnet_family' is not defined&lt;/P&gt;&lt;P&gt;The error disappears when I select the model ¨YOLOv3 (Object detection)¨ or ¨MMDetection (Object detection)¨. However, a new error arises,&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.execute.py", line 121, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; class ProgressCallback(Callback):&lt;/P&gt;&lt;P&gt;NameError: name 'Callback' is not defined&lt;/P&gt;&lt;P&gt;Has anyone been able to fix these errors?&lt;BR /&gt;From now, thank you for you help!&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 12:43:51 GMT</pubDate>
    <dc:creator>DiegoErnestoFarfn</dc:creator>
    <dc:date>2022-11-10T12:43:51Z</dc:date>
    <item>
      <title>Deep Learning- Object detection</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning-object-detection/m-p/1230393#M62088</link>
      <description>&lt;P&gt;Good morning everyone, I'm new to using deep learning tools. I am trying to use these tools for plant counting from drone obtained orthomosaics.&lt;/P&gt;&lt;P&gt;When implementing the Single Shot Detector (Object detection) model in Arcgis Pro 2.9, the error ERROR 032659 updateParameters Error: Traceback (most recent call last) occurs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 653, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 287, in updateParameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; backbone_list = training_model._supported_backbones()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Users\Usuario\AppData\Local\ESRI\conda\envs\deeplearning\lib\site-packages\arcgis\learn\models\_ssd.py", line 368, in _supported_backbones&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; *_resnet_family,&lt;/P&gt;&lt;P&gt;NameError: name '_resnet_family' is not defined&lt;/P&gt;&lt;P&gt;The error disappears when I select the model ¨YOLOv3 (Object detection)¨ or ¨MMDetection (Object detection)¨. However, a new error arises,&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.execute.py", line 121, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; class ProgressCallback(Callback):&lt;/P&gt;&lt;P&gt;NameError: name 'Callback' is not defined&lt;/P&gt;&lt;P&gt;Has anyone been able to fix these errors?&lt;BR /&gt;From now, thank you for you help!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning-object-detection/m-p/1230393#M62088</guid>
      <dc:creator>DiegoErnestoFarfn</dc:creator>
      <dc:date>2022-11-10T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning- Object detection</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning-object-detection/m-p/1479117#M83809</link>
      <description>&lt;P&gt;Hi Diego,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've try to read the tool.script.execute.py on that code there's line with&lt;/P&gt;&lt;PRE&gt; from fastai.callback import Callback&lt;/PRE&gt;&lt;P&gt;Maybe you can recheck your package does it have fast ai package or not?&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 14:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning-object-detection/m-p/1479117#M83809</guid>
      <dc:creator>DaniMahardikaSuroso</dc:creator>
      <dc:date>2024-05-27T14:27:10Z</dc:date>
    </item>
  </channel>
</rss>

