00 - Introduct - JupyterLab
00 - Introduct - JupyterLab
Header
Disaster
Imagery Risk Monitoring Using Satellite
00 - Introduction
Welcome to the NVIDIA DLI Disaster Risk Monitoring Using Satellite Imagery lab. In
this lab, you will learn how to build and deploy a flood detection segmentation model
using data collected from Sentinel-1 satellites. In order to achieve this, we will use
NVIDIA's DALI, TAO Toolkit, TensorRT, and Triton Inference Server.
Learning Objectives
In this course, you will learn important concepts about using satellite imagery to
develop deep learning-based disaster risk monitoring systems, including:
The Application of Computer Vision for Disaster Risk Monitoring
Manipulation of Data Collected by Earth Observation Satellites
Ways to Efficiently Process Large Imagery Data
Deep Learning Model Development Challenges
End-to-End Machine Learning Workflow
Table of Contents
This lab is broken down into four parts. In the first part, our focus is primarily on
learning how to process large satellite images. In the second part of the lab, we will
learn to efficiently train a segmentation model. Next, we will deploy the model in the
third part of the lab. In the last part of the lab, we will utilize the deep learning model
to perform an impact analysis. This hands-on lab will provide opportunities to get
familiar with each step in the development workflow and to enable customizations
that are most appropriate for your own use cases.
1. Disaster Risk Monitoring Systems and Data Pre-processing
2. Efficient Model Training
3. Model Deployment for Inference
4. UNOSAT Flood Event Case Study
JupyterLab
For this hands-on lab, we use JupyterLab to manage our environment. The
JupyterLab Interface is a dashboard that provides access to interactive iPython
notebooks, as well as the folder structure of our environment and a terminal window
into the Ubuntu operating system. The first view you will see includes a menu bar at
the top, a file browser in the left sidebar, and a main work area that is initially open
to this "introduction" notebook.
dli-e5d62e622240-86cddf.westus2.cloudapp.azure.com/lab/lab/tree/00_introduction.ipynb 1/3
21/03/2025, 22:58 00_introduction
Exercise #1 - Practice
Try executing the simple print statement in the cell below.
In [ ]: # DO NOT CHANGE THIS CELL
# activate this cell by selecting it with the mouse or arrow keys then us
print('This is just a simple print statement')
Well Done! If the output includes "Login Succeed", then you are ready to begin. Let's
move to the next notebook.
Header
dli-e5d62e622240-86cddf.westus2.cloudapp.azure.com/lab/lab/tree/00_introduction.ipynb 3/3