Commit a4b89c41 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

ENH: remove performance slide, add the usecase, speed up some videos

parent 24e15755
No related merge requests found
Pipeline #38563 passed with stages
in 1 minute and 45 seconds
Showing with 14 additions and 16 deletions
+14 -16
No preview for this file type
No preview for this file type
No preview for this file type
slides/illustrations/pyotb_usecase_labelling.png

490 KB

File added
......@@ -30,8 +30,6 @@
<h1>pyotb</h1>
<h1small>A pythonic extension of Orfeo Toolbox</h1small>
</br>
<h4small>a remote sensing Python library</h4small>
</br>
<figure>
<img src="illustrations/otb_logo.png" width=10%/>
</figure>
......@@ -42,8 +40,8 @@
</section>
<section data-background-image='illustrations/background.png'>
<h3>Basic satellite image processing in Python</h3>
<h4>Example: Pansharpening</h4>
<h3>Satellite image processing in Python</h3>
<h4>A basic example: Pansharpening</h4>
<figure>
<img src="illustrations/pansharpening_schema.png" width=60%/>
</figure>
......@@ -101,10 +99,10 @@
<section data-background-image='illustrations/background.png'>
<h3>pyotb: remote sensing made easy</h3>
<img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/>
<span>Many already implemented remote sensing solutions in Orfeo Toolbox</span>
<span>Fits in RAM</span>
<br>
<img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/>
<span>Fits in RAM</span>
<span>Many already implemented remote sensing solutions in Orfeo Toolbox</span>
<br>
<img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/>
<span>Easy to write</span>
......@@ -116,22 +114,22 @@
</section>
<!-- IV/ PERFORMANCE: ON A BIG SERVER IS IT SLOWER THAN FULL PYTHON ? -->
<!-- IV/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO -->
<section>
<section data-background-image='illustrations/background.png'>
<h2>Performance comparison</h2>
pyotb : 4 minutes: 3 min for processing, using up to 8 CPU cores + 1 min for writing
rasterio simple browley : 11 minutes : 10 min, using 1 CPU core + 1 min for writing
</section>
<h3>An usecase of pyotb</h3>
<p>Goal: labeling the bare soils<p>
<figure>
<img src="illustrations/pyotb_usecase_labelling.png" width=60%/>
</figure>
</section>
<!-- V/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO -->
<section>
<section data-background-image='illustrations/background.png'>
<h2>pyotb: An usecase</h2>
<h3>An usecase of pyotb</h3>
<p>Goal: labeling the bare soils<p>
<video data-autoplay width=70% data-src="illustrations/pyotb_usecase_speedup.mp4"></video>
</section>
</section>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment