<?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: Detect objects with deep learning - no features predicted in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1359301#M76204</link>
    <description>&lt;P&gt;Same issue here. Any solution?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135415"&gt;@EtienneLaliberté&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/661875"&gt;@AndresMoreno&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 19:15:06 GMT</pubDate>
    <dc:creator>GraceTortorici_</dc:creator>
    <dc:date>2023-12-11T19:15:06Z</dc:date>
    <item>
      <title>Detect objects with deep learning - no features predicted</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1241181#M63420</link>
      <description>&lt;P&gt;I have been able to train a deep learning model (Yolo v3) in ArcGIS Pro. The model seems fine, as can be seen below. It's not perfect but was trained with a small amount of data.&lt;/P&gt;&lt;P&gt;However, it does not seem to work for inference. I am using the "Detect objects using deep learning" tool on the same image it was trained on to test the model, and specifying the model .emd. Everything runs fine and it produces a feature layer as expected. However, I've tried different combinations of parameters and the feature layer is always empty - no object detected. Even if I do the inference on a display extent where there a lot of objects (and this is the same imagery that was used for training so I should detect something).&lt;/P&gt;&lt;P&gt;I am puzzled. Why doesn't my trained model detect anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#### copy-pasted &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="loss_graph.png" style="width: 432px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58531iA2BB593408C87988/image-size/large?v=v2&amp;amp;px=999" role="button" title="loss_graph.png" alt="loss_graph.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="show_results.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58532i8C9DDCBD8467ACA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="show_results.png" alt="show_results.png" /&gt;&lt;/span&gt;from .emd file&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"Framework": "arcgis.learn.models._inferencing",&lt;BR /&gt;"InferenceFunction": "[Functions]System\\DeepLearning\\ArcGISLearn\\ArcGISObjectDetector.py",&lt;BR /&gt;"ModelConfiguration": "_yolov3_inference",&lt;BR /&gt;"ModelType": "ObjectDetection",&lt;BR /&gt;"ExtractBands": [&lt;BR /&gt;0,&lt;BR /&gt;1,&lt;BR /&gt;2,&lt;BR /&gt;3&lt;BR /&gt;],&lt;BR /&gt;"ModelParameters": {&lt;BR /&gt;"anchors": [&lt;BR /&gt;[&lt;BR /&gt;8,&lt;BR /&gt;10&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;24,&lt;BR /&gt;39&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;73,&lt;BR /&gt;42&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;71,&lt;BR /&gt;118&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;180,&lt;BR /&gt;103&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;128,&lt;BR /&gt;226&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;276,&lt;BR /&gt;179&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;235,&lt;BR /&gt;303&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;368,&lt;BR /&gt;371&lt;BR /&gt;]&lt;BR /&gt;],&lt;BR /&gt;"n_bands": 4,&lt;BR /&gt;"backbone": "DarkNet53",&lt;BR /&gt;"backend": "pytorch"&lt;BR /&gt;},&lt;BR /&gt;"Classes": [&lt;BR /&gt;{&lt;BR /&gt;"Value": 1,&lt;BR /&gt;"Name": "Pine",&lt;BR /&gt;"Color": [&lt;BR /&gt;124,&lt;BR /&gt;120,&lt;BR /&gt;159&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"ModelFormat": "NCHW",&lt;BR /&gt;"MinCellSize": {&lt;BR /&gt;"x": 0.029999999999998857,&lt;BR /&gt;"y": 0.03000000000000922,&lt;BR /&gt;"spatialReference": {&lt;BR /&gt;"wkt": "PROJCS[\"WGS_1984_UTM_Zone_18N\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-75.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0]],VERTCS[\"unknown\",VDATUM[\"unknown\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Meter\",1.0]]"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"MaxCellSize": {&lt;BR /&gt;"x": 0.029999999999998857,&lt;BR /&gt;"y": 0.03000000000000922,&lt;BR /&gt;"spatialReference": {&lt;BR /&gt;"wkt": "PROJCS[\"WGS_1984_UTM_Zone_18N\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-75.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0]],VERTCS[\"unknown\",VDATUM[\"unknown\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Meter\",1.0]]"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"SupportsVariableTileSize": false,&lt;BR /&gt;"ArcGISLearnVersion": "2.0.1",&lt;BR /&gt;"monitored_valid_loss": 153.23129272460938,&lt;BR /&gt;"ModelFile": "detect_pines_3cm_512.pth",&lt;BR /&gt;"ImageHeight": 512,&lt;BR /&gt;"ImageWidth": 512,&lt;BR /&gt;"ImageSpaceUsed": "MAP_SPACE",&lt;BR /&gt;"LearningRate": "slice('3.9811e-05', '3.9811e-04', None)",&lt;BR /&gt;"ModelName": "YOLOv3",&lt;BR /&gt;"backend": "pytorch",&lt;BR /&gt;"accuracy": {&lt;BR /&gt;"Pine": 0.4481547301495272&lt;BR /&gt;},&lt;BR /&gt;"resize_to": null,&lt;BR /&gt;"IsMultispectral": true,&lt;BR /&gt;"Bands": [&lt;BR /&gt;"",&lt;BR /&gt;"",&lt;BR /&gt;"",&lt;BR /&gt;""&lt;BR /&gt;],&lt;BR /&gt;"ImageryType": "MultiSpectral",&lt;BR /&gt;"NormalizationStats": {&lt;BR /&gt;"band_min_values": [&lt;BR /&gt;0.0,&lt;BR /&gt;0.0,&lt;BR /&gt;0.0,&lt;BR /&gt;0.0&lt;BR /&gt;],&lt;BR /&gt;"band_max_values": [&lt;BR /&gt;255.0,&lt;BR /&gt;255.0,&lt;BR /&gt;255.0,&lt;BR /&gt;255.0&lt;BR /&gt;],&lt;BR /&gt;"band_mean_values": [&lt;BR /&gt;94.2491226196289,&lt;BR /&gt;98.7134017944336,&lt;BR /&gt;65.65867614746094,&lt;BR /&gt;254.9991455078125&lt;BR /&gt;],&lt;BR /&gt;"band_std_values": [&lt;BR /&gt;36.213584899902344,&lt;BR /&gt;37.29859161376953,&lt;BR /&gt;34.38850021362305,&lt;BR /&gt;0.46285802125930786&lt;BR /&gt;],&lt;BR /&gt;"scaled_min_values": [&lt;BR /&gt;0.0,&lt;BR /&gt;0.0,&lt;BR /&gt;0.0,&lt;BR /&gt;0.0&lt;BR /&gt;],&lt;BR /&gt;"scaled_max_values": [&lt;BR /&gt;1.0,&lt;BR /&gt;1.0,&lt;BR /&gt;1.0,&lt;BR /&gt;1.0&lt;BR /&gt;],&lt;BR /&gt;"scaled_mean_values": [&lt;BR /&gt;0.3696043789386749,&lt;BR /&gt;0.3871113657951355,&lt;BR /&gt;0.2574850022792816,&lt;BR /&gt;0.9999966025352478&lt;BR /&gt;],&lt;BR /&gt;"scaled_std_values": [&lt;BR /&gt;0.1420140564441681,&lt;BR /&gt;0.14626897871494293,&lt;BR /&gt;0.13485684990882874,&lt;BR /&gt;0.0018151294207200408&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"DoNormalize": true&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 17:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1241181#M63420</guid>
      <dc:creator>EtienneLaliberté</dc:creator>
      <dc:date>2022-12-14T17:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Detect objects with deep learning - no features predicted</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1312478#M71487</link>
      <description>&lt;P&gt;Hi, same problem here. Did you manage to solve it?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 11:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1312478#M71487</guid>
      <dc:creator>AndresMoreno</dc:creator>
      <dc:date>2023-07-27T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Detect objects with deep learning - no features predicted</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1331699#M73363</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135415"&gt;@EtienneLaliberté&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/661875"&gt;@AndresMoreno&lt;/a&gt;&amp;nbsp;Have you been able to fix this issue? If not, can you try with a small threshold e.g. 0.1 and see with this, you can get any objects detected?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;A side note: We have an&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-image-analyst/ct-p/arcgis-image-analyst" target="_blank"&gt;ArcGIS Image Analyst&lt;/A&gt;&amp;nbsp;dedicated community and here you might get response sooner on imagery related issues/questions.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Pavan Yadav | Product Engineer - Imagery and AI&lt;BR /&gt;Esri | 380 New York | Redlands, 92373 | USA&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/pavan-yadav-1846606/" target="_blank"&gt;https://www.linkedin.com/in/pavan-yadav-1846606/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 21:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1331699#M73363</guid>
      <dc:creator>PavanYadav</dc:creator>
      <dc:date>2023-09-22T21:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Detect objects with deep learning - no features predicted</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1359301#M76204</link>
      <description>&lt;P&gt;Same issue here. Any solution?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135415"&gt;@EtienneLaliberté&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/661875"&gt;@AndresMoreno&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 19:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/detect-objects-with-deep-learning-no-features/m-p/1359301#M76204</guid>
      <dc:creator>GraceTortorici_</dc:creator>
      <dc:date>2023-12-11T19:15:06Z</dc:date>
    </item>
  </channel>
</rss>

