diff --git a/slides/illustrations/memory_error.png b/slides/illustrations/memory_error.png new file mode 100644 index 0000000000000000000000000000000000000000..42e894f491f9e8b03fbb1a94a9cc32544f8faca4 Binary files /dev/null and b/slides/illustrations/memory_error.png differ diff --git a/slides/illustrations/michael_meme.png b/slides/illustrations/michael_meme.png new file mode 100644 index 0000000000000000000000000000000000000000..9095710ab9cd113e72d25f4d75ad816d9f83e5a3 Binary files /dev/null and b/slides/illustrations/michael_meme.png differ diff --git a/slides/illustrations/pansharpening_memory_error_rasterio_speedup.mp4 b/slides/illustrations/pansharpening_memory_error_rasterio_speedup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dcbc73e67b048810b48492c330d1883e258fe5c Binary files /dev/null and b/slides/illustrations/pansharpening_memory_error_rasterio_speedup.mp4 differ diff --git a/slides/illustrations/pansharpening_pyotb_laptop_speedup.mp4 b/slides/illustrations/pansharpening_pyotb_laptop_speedup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a786a1e3525d33151d958456fcf79baa8e0ab84 Binary files /dev/null and b/slides/illustrations/pansharpening_pyotb_laptop_speedup.mp4 differ diff --git a/slides/index.html b/slides/index.html index 59f5055a12c73929e0c914dd729e69450d0c1904..c82688a005e047f4ae38bac389d5fd3d9bdfadd7 100644 --- a/slides/index.html +++ b/slides/index.html @@ -12,12 +12,13 @@ <link rel="stylesheet" href="./revealjs/dist/reveal.css"> <link rel="stylesheet" href="./revealjs/dist/theme/white.css"> <link rel="stylesheet" href="otb.css" id="theme"> - <link rel="stylesheet" href="block.css" id="slblock"> - - <!-- Theme used for syntax highlighted code --> - <link rel="stylesheet" href="a11y-light.css"> - <!-- Theme used for drawer code --> - <link rel="stylesheet" href="./revealdrawer/dist/drawer.css" /> + + <!-- I/ NOT USED ANYMORE --> + <!-- Theme used for syntax highlighted code + <link rel="stylesheet" href="a11y-light.css"> --> + <!-- Theme used for drawer code + <link rel="stylesheet" href="./revealdrawer/dist/drawer.css" /> --> + </head> <body> <div class="reveal"> @@ -46,7 +47,7 @@ <section data-background-image='illustrations/background.png'> <h2>What a developer goes trough</h2> - <video data-autoplay width=60% src="illustrations/pansharpening_google_search_final_speedup.mp4"></video> + <video data-autoplay width=70% src="illustrations/pansharpening_google_search_final_speedup.mp4"></video> </section> <section data-background-image='illustrations/background.png'> @@ -66,8 +67,18 @@ <section data-background-image='illustrations/background.png'> <h2>Pansharpening in Python</h2> - <video data-autoplay width=60% src="illustrations/TODO"></video> + <video data-autoplay width=70% src="illustrations/pansharpening_memory_error_rasterio_speedup.mp4"></video> + </section> + + <section> + <figure> + <img src="illustrations/memory_error.png" width=80%/> + </figure> + <figure> + <img src="illustrations/michael_meme.png" width=50%/> + </figure> </section> + @@ -107,12 +118,31 @@ <!-- III/ PANSHARPENING WITH PYOTB --> - + <section> + + <section data-background-image='illustrations/background.png'> + <h2>pyotb: remote sensing made easy</h2> + <video data-autoplay width=70% src="illustrations/pansharpening_pyotb_laptop_speedup.mp4"></video> + </section> + + </section> - <!-- III/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO --> <!-- IV/ PERFORMANCE: ON A BIG SERVER IS IT SLOWER THAN FULL PYTHON ? --> + <section> + <section data-background-image='illustrations/background.png'> + <h2>Performance comparison</h2> + </section> + </section> + + + <!-- V/ USECASE: EXAMPLE FROM THE DOC AVEC EXPORT RASTERIO --> + <section> + <section data-background-image='illustrations/background.png'> + <h2>pyotb: An usecase</h2> + </section> + </section> @@ -128,7 +158,6 @@ <script src="./revealjs/plugin/notes/notes.js"></script> <script src="./revealjs/plugin/markdown/markdown.js"></script> <script src="./revealjs/plugin/highlight/highlight.js"></script> - <script src="./revealdrawer/dist/drawer.js"></script> <script> // More info about initialization & config: // - https://revealjs.com/initialization/