<?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: Train Deep Learning Model Not recognizing Training folders in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9327#M282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try creating a new deep learning environment using the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, make sure that you have your default environment &lt;SPAN&gt;arcgispro&lt;/SPAN&gt;-py3 set active. If not, open Python command prompt and run the command: proswap &lt;SPAN&gt;arcgispro&lt;/SPAN&gt;-py3&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/504265_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You might have to close and reopen the Python command prompt to see the correct path.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/504284_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;Then create a new environment using this command:&amp;nbsp;conda create --name deeplearning --clone arcgispro-py3&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/504285_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;To activate this environment, run: activate deeplearning&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/504286_pastedImage_11.png" /&gt;&lt;/P&gt;&lt;P&gt;Further to install deep learning libraries, run the below command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;conda install -c esri -c fastai -c pytorch arcgis=1.8.2 scikit-image=0.15.0 pillow=6.2.2 libtiff=4.0.10 fastai=1.0.60 pytorch=1.4.0 torchvision=0.5.0 --no-pin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/504287_pastedImage_12.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now run: proswap deeplearning. You can now try running Train deep learning tool using Pro. Alternatively, you can also&amp;nbsp;launch&amp;nbsp;a notebook server using the command: Jupyter notebook&lt;/P&gt;&lt;P&gt;you can follow the training steps given in part 2 of&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/detecting-swimming-pools-using-satellite-image-and-deep-learning/" title="https://developers.arcgis.com/python/sample-notebooks/detecting-swimming-pools-using-satellite-image-and-deep-learning/"&gt;Detecting Swimming Pools using Satellite Imagery and Deep Learning | ArcGIS for Developers&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you face issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Aug 2020 07:50:14 GMT</pubDate>
    <dc:creator>PriyankaTuteja</dc:creator>
    <dc:date>2020-08-23T07:50:14Z</dc:date>
    <item>
      <title>Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9324#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on Pro 2.5.0&lt;/P&gt;&lt;P&gt;I followed the install instructions as per the Pro Help:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/install-deep-learning-frameworks.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/install-deep-learning-frameworks.htm"&gt;Install deep learning frameworks for ArcGIS—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the sample image for swimming pools found here:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.arcgis.com/apps/MinimalGallery/index.html?appid=99c39f7512d54881bc365583c76c7da6" title="https://www.arcgis.com/apps/MinimalGallery/index.html?appid=99c39f7512d54881bc365583c76c7da6"&gt;https://www.arcgis.com/apps/MinimalGallery/index.html?appid=99c39f7512d54881bc365583c76c7da6&lt;/A&gt;&amp;nbsp; for the PyTorch swimming pool example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created about 10 samples using the Label Objects for Deep Learning.&lt;/P&gt;&lt;P&gt;I saved the samples and the labels and then ran the Export Training data which created the images and labels folder, the other files required for the next step to train the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/483187_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input folder is never recognized (which is:&amp;nbsp; \deep_learning\redlands_img that contains the above folders and files).&amp;nbsp; I get the following error and cannot seem to fix it.&amp;nbsp; Any help is appreciated.&amp;nbsp; I am including my zip file of output.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/483189_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the documentation for the specific tools and the overview don't really provide enough details to set tool parameters or suggestions for different types of scenarios.&amp;nbsp; Some updated material would be most helpful for the deep learning community that support Pro 2.5.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 05:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9324#M279</guid>
      <dc:creator>NathanJennings</dc:creator>
      <dc:date>2020-02-25T05:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9325#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same problems. Have you solve this problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2020 06:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9325#M280</guid>
      <dc:creator>MasitaManessa</dc:creator>
      <dc:date>2020-03-21T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9326#M281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Masita, thank you for reaching out on GeoNet. This issue was logged as a bug and the current bug status is 'Implemented', which means the defect has been addressed for the next software release. As a workaround for now, for the Export Training Data For Deep Learning tool, under Meta Data Format, choose any format other than KITTI Labels, such as PASCAL Visual Object Classes. Please refer to this &lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyOTEzMA=="&gt;page&lt;/A&gt; for more information.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 16:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9326#M281</guid>
      <dc:creator>KyleC</dc:creator>
      <dc:date>2020-03-25T16:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9327#M282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try creating a new deep learning environment using the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, make sure that you have your default environment &lt;SPAN&gt;arcgispro&lt;/SPAN&gt;-py3 set active. If not, open Python command prompt and run the command: proswap &lt;SPAN&gt;arcgispro&lt;/SPAN&gt;-py3&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/504265_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You might have to close and reopen the Python command prompt to see the correct path.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/504284_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;Then create a new environment using this command:&amp;nbsp;conda create --name deeplearning --clone arcgispro-py3&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/504285_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;To activate this environment, run: activate deeplearning&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/504286_pastedImage_11.png" /&gt;&lt;/P&gt;&lt;P&gt;Further to install deep learning libraries, run the below command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;conda install -c esri -c fastai -c pytorch arcgis=1.8.2 scikit-image=0.15.0 pillow=6.2.2 libtiff=4.0.10 fastai=1.0.60 pytorch=1.4.0 torchvision=0.5.0 --no-pin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/504287_pastedImage_12.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now run: proswap deeplearning. You can now try running Train deep learning tool using Pro. Alternatively, you can also&amp;nbsp;launch&amp;nbsp;a notebook server using the command: Jupyter notebook&lt;/P&gt;&lt;P&gt;you can follow the training steps given in part 2 of&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/detecting-swimming-pools-using-satellite-image-and-deep-learning/" title="https://developers.arcgis.com/python/sample-notebooks/detecting-swimming-pools-using-satellite-image-and-deep-learning/"&gt;Detecting Swimming Pools using Satellite Imagery and Deep Learning | ArcGIS for Developers&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you face issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2020 07:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9327#M282</guid>
      <dc:creator>PriyankaTuteja</dc:creator>
      <dc:date>2020-08-23T07:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9328#M283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was having a similar issue in a different Esri training module:&amp;nbsp; Use deep learning to assess palm tree health.&amp;nbsp; I created a new deep learning environment using your steps and the problem was solved.&amp;nbsp; Thank you.&lt;SPAN style="color: #ffffff; background-color: #ffffff;"&gt;p learning to assess palm tree health&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2020 00:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/9328#M283</guid>
      <dc:creator>ToddBrown</dc:creator>
      <dc:date>2020-09-17T00:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/1188223#M56781</link>
      <description>&lt;P&gt;I wonder &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/82798"&gt;@PriyankaTuteja&lt;/a&gt; if you have an update for this? I am using ArcGIS pro 3.0. I tried to follow the steps you have indicated in the above to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 10:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/1188223#M56781</guid>
      <dc:creator>RDAltarez</dc:creator>
      <dc:date>2022-06-30T10:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/1189245#M56924</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/590301"&gt;@RDAltarez&lt;/a&gt;&amp;nbsp;Please try using the following commands&amp;nbsp; to create deep learning environment in Pro 3.0&lt;/P&gt;&lt;LI-CODE lang="python"&gt;conda create --clone arcgispro-py3 --name dlenv

proswap dlenv

conda install -c esri deep-learning-essentials&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Jul 2022 03:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/1189245#M56924</guid>
      <dc:creator>PriyankaTuteja</dc:creator>
      <dc:date>2022-07-05T03:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Train Deep Learning Model Not recognizing Training folders</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/1193273#M57386</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/82798"&gt;@PriyankaTuteja&lt;/a&gt;, thank you for your reply. I have solved my problem. There's a new Jupyter installed together with the ArcGIS pro update. So i just opened it and it works fine. Thanks again for this reply.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 05:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/train-deep-learning-model-not-recognizing-training/m-p/1193273#M57386</guid>
      <dc:creator>RDAltarez</dc:creator>
      <dc:date>2022-07-19T05:48:05Z</dc:date>
    </item>
  </channel>
</rss>

