<?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: Pool Object Detection Using Pre-trained Model in ArcGIS Image Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1646824#M891</link>
    <description>&lt;P&gt;I tried a different approach in the data management and running the model, including your suggestions&lt;/P&gt;&lt;P&gt;Let me, be more specific&lt;/P&gt;&lt;P&gt;First of all, i tried to merge all the tiffs with Mosaic data management tool, instead of Mosaic to New Raster and i created a new merged tiff.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the new Raster information:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Columns: 177969&lt;BR /&gt;Rows: 260958&lt;BR /&gt;Number of Bands: 3&lt;BR /&gt;Cell Size X: 0.2985821416443992&lt;BR /&gt;Cell Size Y: 0.2985821416444002&lt;BR /&gt;Uncompressed Size: 129.76 GB&lt;BR /&gt;Format:TIFF&lt;BR /&gt;Source Type: Generic&lt;BR /&gt;Pixel Type: unsigned char&lt;BR /&gt;Pixel Depth: 8 Bit&lt;BR /&gt;NoData Value: 256, 256, 256&lt;BR /&gt;Colormap: absent&lt;BR /&gt;Pyramids levels: 8, resampling: Nearest Neighbor&lt;BR /&gt;Compression: LZW&lt;BR /&gt;Mensuration Capabilities: Basic&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Secondly, i run the model in different smaller extents instead of the whole area, and then i merged the output layers&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimitrisPsarologos_0-1756476152958.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139646i9CCA3FF3208F3384/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DimitrisPsarologos_0-1756476152958.png" alt="DimitrisPsarologos_0-1756476152958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the settings of the model i changed:&lt;/P&gt;&lt;P&gt;-The cell size to 0.3 as it is recommended from the documentation&lt;/P&gt;&lt;P&gt;- The batch size to 4&lt;/P&gt;&lt;P&gt;- Deactivated the Use Pixel space&lt;/P&gt;&lt;P&gt;- Test time augmentation to false to reduce the time of each process&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output of the model i manually clean it by deleting the false positives.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in during the process of cleaning i noticed many false negatives.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically the model found 1300+ pools, which 1130 of them was actually pool. Also the estimated pool number in the case study area is approximately 2000.&lt;/P&gt;&lt;P&gt;For the next step I'm considering to utilize the false negatives to re-train the model for increasing it's accuracy from it's current 0.59&lt;/P&gt;&lt;P&gt;I really appreciate your opinion in the current process&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i would like to ask, if there is any recommended number of samples to start with. What are you suggesting?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your kind support&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2025 14:26:28 GMT</pubDate>
    <dc:creator>DimitrisPsarologos</dc:creator>
    <dc:date>2025-08-29T14:26:28Z</dc:date>
    <item>
      <title>Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1635891#M880</link>
      <description>&lt;P class="lia-align-justify"&gt;For research purposes, I aim to detect the number and estimate the shape area of swimming pools on Rhodes Island using the pre-trained deep learning model &lt;EM&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=0d4b8ab238b74da8819df21834338c0d" target="_blank" rel="noopener"&gt;Pool Segmentation - USA&lt;/A&gt;&lt;/EM&gt;. However, I am currently facing challenges related to both the &lt;STRONG&gt;accuracy of the detection results&lt;/STRONG&gt; and the &lt;STRONG&gt;processing time&lt;/STRONG&gt; of the input data. Below, I outline the full workflow I’m following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1: Data Preparation&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Due to the lack of high-resolution imagery in a format compatible with the pre-trained model, I am using &lt;STRONG&gt;World Imagery Wayback basemaps&lt;/STRONG&gt; to manually export imagery in .tpkx or .tif format for areas where pools are visually identified.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When exporting in .tpkx, I convert the files to 3-band 8-bit TIFFs using a Python notebook.&lt;/LI&gt;&lt;LI&gt;After collecting all the relevant .tif files, I use the &lt;STRONG&gt;Mosaic to New Raster&lt;/STRONG&gt; tool in ArcGIS Pro to merge the inputs into a single raster dataset. This prepares the data for model inference.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Step 2: Running the Model&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the raster is ready, I use the &lt;STRONG&gt;Detect Objects Using Deep Learning&lt;/STRONG&gt; tool in ArcGIS Pro:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Input: the merged .tif raster (3-band, 8-bit), which in my case is ~2.3 GB.&lt;/LI&gt;&lt;LI&gt;Model: &lt;EM&gt;Pool Segmentation - USA&lt;/EM&gt; with default parameters.&lt;/LI&gt;&lt;LI&gt;Processor type: GPU&lt;/LI&gt;&lt;LI&gt;Hardware: I run the model on a Virtual Machine with the following specs:&lt;BR /&gt;&lt;STRONG&gt;64 GB RAM&lt;/STRONG&gt;, &lt;STRONG&gt;Intel Xeon Gold 5220R CPU&lt;/STRONG&gt;, and &lt;STRONG&gt;NVIDIA A10-12Q GPU&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimitrisPsarologos_0-1753359525662.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137123iF6B765C0D7804261/image-size/large?v=v2&amp;amp;px=999" role="button" title="DimitrisPsarologos_0-1753359525662.png" alt="DimitrisPsarologos_0-1753359525662.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimitrisPsarologos_1-1753359525666.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137122iD6C7D189AF07A10F/image-size/large?v=v2&amp;amp;px=999" role="button" title="DimitrisPsarologos_1-1753359525666.png" alt="DimitrisPsarologos_1-1753359525666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issues Encountered&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Accuracy&lt;/STRONG&gt;: In tests with smaller input areas, I noticed that the model often fails to detect several visible pools.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Performance&lt;/STRONG&gt;: Despite utilizing a GPU, processing the full mosaic raster takes a significant amount of time, or in some cases, the model unexpectedly fails to run altogether.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request for Suggestions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Do you have any recommendations to improve either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;STRONG&gt;data preparation&lt;/STRONG&gt; process (e.g., optimal input resolution, format, preprocessing), or&lt;/LI&gt;&lt;LI&gt;The &lt;STRONG&gt;model inference step&lt;/STRONG&gt; (e.g., parameter tuning, tiling, hardware optimization)&lt;BR /&gt;in order to increase the &lt;STRONG&gt;efficiency&lt;/STRONG&gt; and &lt;STRONG&gt;accuracy&lt;/STRONG&gt; of the final outputs?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 24 Jul 2025 12:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1635891#M880</guid>
      <dc:creator>DimitrisPsarologos</dc:creator>
      <dc:date>2025-07-24T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1640651#M885</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/39155"&gt;@DimitrisPsarologos&lt;/a&gt;&amp;nbsp;I have reported this to my team and hope to have a response soon. thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2025 01:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1640651#M885</guid>
      <dc:creator>PavanYadav</dc:creator>
      <dc:date>2025-08-09T01:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1641186#M886</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/39155"&gt;@DimitrisPsarologos&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching out! I have a few follow-up questions based on the description you provided:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;What is the resolution of the input raster you’re using for inferencing with the pool segmentation model?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Why did you check the &lt;STRONG&gt;Use pixel space&lt;/STRONG&gt; option? The Wayback imagery you used should already be geo-referenced, so it can be processed in &lt;STRONG&gt;Map Space&lt;/STRONG&gt; without selecting pixel space. Could you confirm if you intentionally enabled this?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;You mentioned that the tool errors out in some cases when run on the full image extent. Could you share the error trace for those cases?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In addition, I’d like to suggest a few steps to improve results:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the recommended &lt;STRONG&gt;cell size&lt;/STRONG&gt; for the pool segmentation model instead of the default value.&lt;/LI&gt;&lt;LI&gt;Lower the &lt;STRONG&gt;threshold&lt;/STRONG&gt; to around 0.2 to segment pools with lower confidence, and then apply a definition query over the threshold field to filter the results.&lt;/LI&gt;&lt;LI&gt;To reduce processing time, providing the cell size should help.&lt;/LI&gt;&lt;LI&gt;If the error you encountered is a CUDA out-of-memory issue, try lowering the &lt;STRONG&gt;batch size&lt;/STRONG&gt; from 64 to 4 or 8 — this should help resolve it.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 12 Aug 2025 09:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1641186#M886</guid>
      <dc:creator>PriyankaTuteja</dc:creator>
      <dc:date>2025-08-12T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1646824#M891</link>
      <description>&lt;P&gt;I tried a different approach in the data management and running the model, including your suggestions&lt;/P&gt;&lt;P&gt;Let me, be more specific&lt;/P&gt;&lt;P&gt;First of all, i tried to merge all the tiffs with Mosaic data management tool, instead of Mosaic to New Raster and i created a new merged tiff.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the new Raster information:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Columns: 177969&lt;BR /&gt;Rows: 260958&lt;BR /&gt;Number of Bands: 3&lt;BR /&gt;Cell Size X: 0.2985821416443992&lt;BR /&gt;Cell Size Y: 0.2985821416444002&lt;BR /&gt;Uncompressed Size: 129.76 GB&lt;BR /&gt;Format:TIFF&lt;BR /&gt;Source Type: Generic&lt;BR /&gt;Pixel Type: unsigned char&lt;BR /&gt;Pixel Depth: 8 Bit&lt;BR /&gt;NoData Value: 256, 256, 256&lt;BR /&gt;Colormap: absent&lt;BR /&gt;Pyramids levels: 8, resampling: Nearest Neighbor&lt;BR /&gt;Compression: LZW&lt;BR /&gt;Mensuration Capabilities: Basic&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Secondly, i run the model in different smaller extents instead of the whole area, and then i merged the output layers&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimitrisPsarologos_0-1756476152958.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139646i9CCA3FF3208F3384/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DimitrisPsarologos_0-1756476152958.png" alt="DimitrisPsarologos_0-1756476152958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the settings of the model i changed:&lt;/P&gt;&lt;P&gt;-The cell size to 0.3 as it is recommended from the documentation&lt;/P&gt;&lt;P&gt;- The batch size to 4&lt;/P&gt;&lt;P&gt;- Deactivated the Use Pixel space&lt;/P&gt;&lt;P&gt;- Test time augmentation to false to reduce the time of each process&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output of the model i manually clean it by deleting the false positives.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in during the process of cleaning i noticed many false negatives.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically the model found 1300+ pools, which 1130 of them was actually pool. Also the estimated pool number in the case study area is approximately 2000.&lt;/P&gt;&lt;P&gt;For the next step I'm considering to utilize the false negatives to re-train the model for increasing it's accuracy from it's current 0.59&lt;/P&gt;&lt;P&gt;I really appreciate your opinion in the current process&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i would like to ask, if there is any recommended number of samples to start with. What are you suggesting?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your kind support&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 14:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1646824#M891</guid>
      <dc:creator>DimitrisPsarologos</dc:creator>
      <dc:date>2025-08-29T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1649227#M895</link>
      <description>&lt;P&gt;Hello, how is your progess so far?&lt;/P&gt;&lt;P&gt;Based on my experience, the pretrained model is not a Swiss knife to solve all tasks; however, you can use pretrained model to create the label which is "faster" than manual labeling.&lt;/P&gt;&lt;P&gt;Of course, the inference result may not be "satisfied", it will include many false negative objects. You still need to clean the result.&lt;/P&gt;&lt;P&gt;I saw that you want to train the model for Swimming Pool Detection/Segmentation? There are several factors you may need to consider.&lt;BR /&gt;1. The number of labels/objects: It is somewhat difficult to determine this number. But I suggest you can have about 5000 - 6000 objects. You should consider to collect the label in different regions (maybe 2 - 3 cities or areas?)&lt;/P&gt;&lt;P&gt;2. For the task, you are using Pool Segmentation USA model. This model cannot be finetuned futher, as it mentioned in this link&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=0d4b8ab238b74da8819df21834338c0d" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=0d4b8ab238b74da8819df21834338c0d&lt;/A&gt;&amp;nbsp;. Therefore you need to train new model.&lt;/P&gt;&lt;P&gt;3. For new model, you need to consider? What are you trying to achieve?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You want the similar result like the result from the pretrained model? =&amp;gt; you will need the label like this (the segment of swimming pool) and use semantice segmentation model (Pixel classification)&lt;/LI&gt;&lt;LI&gt;Or you don't care about the segment of swimming pool, just the location of swimming pool is good enough? =&amp;gt; you need to convert your current label into "bounding box" and use detect objects model (like Retina Net or Faster RCNN...)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 10 Sep 2025 04:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1649227#M895</guid>
      <dc:creator>ThangPham</dc:creator>
      <dc:date>2025-09-10T04:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1649300#M896</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello and thank you for your feedback&lt;/P&gt;&lt;P class="lia-align-justify"&gt;After cleaning the dataset output from the pre - trained model, i tried to re-train the model by taking around 170 new labels, just to do a test if there will be any difference, without success though. After seeing your feedback is logical because the model cannot be fine tunned.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;For my research, i need the segment of the pools and not only the location, because i want to be able to estimate the water capacity afterwards.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;After your feedback and the tests I'm doing, if i understood correctly, the actual steps i have to follow to complete the process are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use the pre-trained segmentation model for faster labeling pools, to prepare the training data&lt;/LI&gt;&lt;LI&gt;Cleaning the output data from the pre-trained model, by deleting the false positives&lt;/LI&gt;&lt;LI&gt;Adding manually labels from false negatives&lt;/LI&gt;&lt;LI&gt;Merging the model output data with the new labels&lt;/LI&gt;&lt;LI&gt;Training by creating a fresh model (the second time of training using the fresh trained model)&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Running the model and evaluating the results&lt;/LI&gt;&lt;LI&gt;Repeat from step 1, until the accuracy of the new model is decent enough&amp;nbsp; (e.g. 80%+)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If the process above is correct there also some side problems, because the process needs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A lot of new samples for training a new model, for multiple areas. So many more imagery data&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;A lot of manual work for cleaning datasets and collecting new samples&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Many re-train sessions for increasing the quality and performance, in terms of accuracy of the model we made&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If I'm correct, are there any ideas or tools to reduce the manual work issue;&lt;/P&gt;&lt;P&gt;In concluding, i suppose is needed much more data and time to make a new model&amp;nbsp;work and making decent outputs&lt;/P&gt;&lt;P&gt;Please tell me if you have any further suggestions and ideas&lt;/P&gt;&lt;P&gt;Thank you again, a lot for your feedback and your kind support&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimitris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 10:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1649300#M896</guid>
      <dc:creator>DimitrisPsarologos</dc:creator>
      <dc:date>2025-09-10T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1650326#M898</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/39155"&gt;@DimitrisPsarologos&lt;/a&gt;&amp;nbsp; You could also try applying Non Maximum Suppression to reduce Overlapping detections.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 08:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1650326#M898</guid>
      <dc:creator>PriyankaTuteja</dc:creator>
      <dc:date>2025-09-15T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pool Object Detection Using Pre-trained Model</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1650329#M899</link>
      <description>&lt;P&gt;Hello and thank you for your advice&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also did a test in training models, which i want to share with you&lt;/P&gt;&lt;P class="lia-align-justify"&gt;First of all i changed a bit my aspect of my research and adapted it in finding first the locations of the pools (and their total number also), so i changed the pre-trained model with the Pool Object detection - USA, which can be retrained, instead of segmentation.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Then used i exported as a training data the datasets which collected and cleaned by the first model, plus the 170 pools which i collected manually in a single feature layer.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;With almost 1300 pools as training data ready, i begun the training sessions, where i retrained the pre-trained model&amp;nbsp;Pool Object detection - USA, and 2 new fresh models, 1 in Faster RCNN and 1 in YOLOv3 architecture&lt;/P&gt;&lt;P&gt;Here are my results:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Pre-trained model Pool Object detection - USA:&lt;/STRONG&gt;&amp;nbsp;AP = 59%&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Re-trained pre-trained model Pool Object detection - USA:&lt;/STRONG&gt;&amp;nbsp;AP = 60%&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;YOLOv3 fresh model:&lt;/STRONG&gt;&amp;nbsp;AP = 64,7%&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;STRONG&gt;Faster RCNN fresh model:&lt;/STRONG&gt;&amp;nbsp;AP=64,4%&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimitrisPsarologos_0-1757928162631.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140353i37070800C37E8248/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DimitrisPsarologos_0-1757928162631.png" alt="DimitrisPsarologos_0-1757928162631.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are my conclusions:&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Re-training the pre-trained model did not show any significant improvement. On the contrary, the fresh models showed much better results in terms of AP. In particular, the YOLO model, in addition to the better theoretical performance of the AP score compared to the other models, also had a faster learning rate in terms of learning speed.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Thank you for your kind support&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Dimitris&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 09:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/pool-object-detection-using-pre-trained-model/m-p/1650329#M899</guid>
      <dc:creator>DimitrisPsarologos</dc:creator>
      <dc:date>2025-09-15T09:28:40Z</dc:date>
    </item>
  </channel>
</rss>

