Это видео недоступно.
Сожалеем об этом.

LULC Satellite Image Classification Using Deep Learning: How to Evaluate Model Accuracy in Colab

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • In this Tutorial, we will learn together how to evaluate the performance of a trained deep learning model for land use land cover classification.
    The code examples are available on our GitHub page:
    github.com/BEE...
    The EuroSat dataset can be found in the following link:
    github.com/phe...
    👍 Subscribe for more Python tutorials like this: / @beeilabtv
    📺 RELATED VIDEOS
    - Playlist with all our videos on land use and land cover classification using deep learning:
    • LULC Satellite Image C...
    Other Social:
    📸 Instagram: / beeilab
    🌎 Website: mahdianpari.ca/
    📱 Twitter: be...
    📝 LinkedIn: / beeilab
    #BEEILAB #Python, #programming, #Coding, #pythonTutorial, #PythonCourse, #geospatial, #RemoteSensing, #GIS, #Geoscience, #AI, #ArtificialIntelligence, #geopython, #landuse #landcover #JupyterNotebook, #DeepLearning, #MachineLearning, #SatelliteImage, #ImageProcessing, #DataScience, #DataAnalysis, #DataVisualization, #SpatialAnalysis, #DataProcessing, #DataAnalytics, #DataMining, #ProgrammingTips, #AIProgramming, #GeospatialDataScience, #SpatialAnalysisTools, #PythonCode
    ~-~~-~~~-~~-~
    Please watch: "GeoSpatial Tutorial: What is Remote Sensing? Active and Passive Remote Sansing Sensors "
    • GeoSpatial Tutorial: W...
    ~-~~-~~~-~~-~

Комментарии • 17

  • @cssauravjha9894
    @cssauravjha9894 7 месяцев назад +1

    I love the way you present information in your videos. So clear and concise!

    • @BEEiLabTV
      @BEEiLabTV  7 месяцев назад

      I appreciate that!

  • @YaseenMobil
    @YaseenMobil 7 месяцев назад +1

    Your channel has quickly become one of my go-to sources for interesting and informative content.

    • @BEEiLabTV
      @BEEiLabTV  7 месяцев назад

      Glad to hear it!

  • @TJNEWSS3
    @TJNEWSS3 7 месяцев назад +1

    I love the way you explain things in your videos. So clear and easy to understand!

    • @BEEiLabTV
      @BEEiLabTV  7 месяцев назад

      Glad you like them!

  • @EraserKing-nm1hc
    @EraserKing-nm1hc 7 месяцев назад +1

    Your passion for creating content really shines through! Love it.

    • @BEEiLabTV
      @BEEiLabTV  7 месяцев назад

      Glad you enjoy it!

  • @Nightmare.826
    @Nightmare.826 7 месяцев назад +1

    You have a real talent for making engaging content. Keep it up!

    • @BEEiLabTV
      @BEEiLabTV  7 месяцев назад

      I appreciate that!

  • @LucasForthman
    @LucasForthman 7 месяцев назад +1

    Your passion for your content is truly inspiring. Keep it up!

    • @BEEiLabTV
      @BEEiLabTV  7 месяцев назад

      I appreciate that!

  • @zahraamini5160
    @zahraamini5160 6 месяцев назад

    I love your hard work , I wish you'll be success and health.

  • @tadelemelese4180
    @tadelemelese4180 5 месяцев назад +1

    Your teaching method is truly exceptional! I have a question and I'd appreciate it if you could create a video tutorial. How can we annotate or label Landsat or Sentinel satellite images for land use and land cover change analysis to train a deep learning model?

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад +1

      Thanks for your message.
      We will work on it.
      One way to have labels for change detection in LULC is to classify the image for both years and then compare the pixels one by one to generate a change map.

  • @manuelfosalau1367
    @manuelfosalau1367 4 месяца назад +1

    Thank you so much for your useful videos and dedication! Could you please also explain to us or give me some useful directions to how could I see the actual land use classification by the deep learning model? One way would be in a GIS software. Is there also another way? For example, to make a map based on a satellite imagery at a certain moment, classifying it in the 10 categories from the EuroSat. Thank you!

    • @BEEiLabTV
      @BEEiLabTV  4 месяца назад

      Glad To hear it was useful.
      Actually, the satellite image classification can be classified in two scenarios. The first one is similar to what you watched on this channel and this is also known as scene classification.
      On the other hand, in some cases to have a classified map, you need to predict the class of each pixel. In this scenario, you need to train a model and then pass an image patch to the trained model. The predicted value belongs to the center pixel in the patch image. For instance, if you are going to use Sentinel-2 satellite data, you can use a patch size of 9*9. Notably, the EuroSat dataset with this structure can't be used for pixel-based classification.
      We hope to prepare a comprehensive tutorial for this approach as soon as possible.