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 @@ ...@@ -30,8 +30,6 @@
<h1>pyotb</h1> <h1>pyotb</h1>
<h1small>A pythonic extension of Orfeo Toolbox</h1small> <h1small>A pythonic extension of Orfeo Toolbox</h1small>
</br> </br>
<h4small>a remote sensing Python library</h4small>
</br>
<figure> <figure>
<img src="illustrations/otb_logo.png" width=10%/> <img src="illustrations/otb_logo.png" width=10%/>
</figure> </figure>
...@@ -42,8 +40,8 @@ ...@@ -42,8 +40,8 @@
</section> </section>
<section data-background-image='illustrations/background.png'> <section data-background-image='illustrations/background.png'>
<h3>Basic satellite image processing in Python</h3> <h3>Satellite image processing in Python</h3>
<h4>Example: Pansharpening</h4> <h4>A basic example: Pansharpening</h4>
<figure> <figure>
<img src="illustrations/pansharpening_schema.png" width=60%/> <img src="illustrations/pansharpening_schema.png" width=60%/>
</figure> </figure>
...@@ -101,10 +99,10 @@ ...@@ -101,10 +99,10 @@
<section data-background-image='illustrations/background.png'> <section data-background-image='illustrations/background.png'>
<h3>pyotb: remote sensing made easy</h3> <h3>pyotb: remote sensing made easy</h3>
<img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/> <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> <br>
<img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/> <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> <br>
<img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/> <img style='vertical-align:middle' data-src="illustrations/pros.png" width=3%/>
<span>Easy to write</span> <span>Easy to write</span>
...@@ -116,22 +114,22 @@ ...@@ -116,22 +114,22 @@
</section> </section>
<!-- IV/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO -->
<!-- IV/ PERFORMANCE: ON A BIG SERVER IS IT SLOWER THAN FULL PYTHON ? -->
<section> <section>
<section data-background-image='illustrations/background.png'> <section data-background-image='illustrations/background.png'>
<h2>Performance comparison</h2> <h3>An usecase of pyotb</h3>
pyotb : 4 minutes: 3 min for processing, using up to 8 CPU cores + 1 min for writing <p>Goal: labeling the bare soils<p>
rasterio simple browley : 11 minutes : 10 min, using 1 CPU core + 1 min for writing <figure>
</section> <img src="illustrations/pyotb_usecase_labelling.png" width=60%/>
</figure>
</section> </section>
<!-- V/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO -->
<section>
<section data-background-image='illustrations/background.png'> <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>
</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