début des slides
This commit is contained in:
parent
385d2a7c39
commit
3cadd350ca
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
node_modules
|
||||
|
||||
.direnv
|
||||
*.ist
|
||||
*.pdf
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ texlive.combined.scheme-full ];
|
||||
buildInputs = with pkgs; [ texlive.combined.scheme-full nodejs ];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
11669
slides/package-lock.json
generated
Normal file
11669
slides/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
7
slides/package.json
Normal file
7
slides/package.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@slidev/cli": "^0.42.9",
|
||||
"@slidev/theme-default": "^0.21.2",
|
||||
"slidev-theme-academic": "^1.1.3"
|
||||
}
|
||||
}
|
89
slides/slides.md
Normal file
89
slides/slides.md
Normal file
|
@ -0,0 +1,89 @@
|
|||
---
|
||||
theme: academic
|
||||
class: text-white
|
||||
coverAuthor: Laurent Fainsin
|
||||
coverBackgroundUrl: https://git.fainsin.bzh/ENSEEIHT/projet-fin-etude-rapport/media/branch/master/assets/aube.jpg
|
||||
coverBackgroundSource: Safran Media Library
|
||||
coverBackgroundSourceUrl: https://medialibrary.safran-group.com/Photos/media/179440
|
||||
coverDate: '2023-09-07'
|
||||
themeConfig:
|
||||
paginationX: r
|
||||
paginationY: t
|
||||
paginationPagesDisabled:
|
||||
- 1
|
||||
title: Projet de fin d'étude
|
||||
---
|
||||
|
||||
<h2 class="opacity-50" style="font-size: 2rem;">Projet de Fin d'Étude</h2>
|
||||
|
||||
<h1 style="font-size: 2.4rem; line-height: normal;">Modèles génératifs pour la représentation latente d'aubes 3D sous forme de maillages non structurés</h1>
|
||||
|
||||
---
|
||||
|
||||
## Sommaire
|
||||
|
||||
<div class="h-100 flex items-center text-2xl">
|
||||
|
||||
- Présentation de Safran
|
||||
- Modèles génératifs
|
||||
- Présentation du dataset
|
||||
- Génération par diffusion
|
||||
- Résultats
|
||||
- Conclusion
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Présentation rapide de Safran
|
||||
|
||||
---
|
||||
|
||||
## Modèles génératifs (traditionnels)
|
||||
|
||||
<img src="https://git.fainsin.bzh/ENSEEIHT/projet-fin-etude-rapport/media/branch/master/assets/online_adaptative_sampling_DOE.png" class="m-auto h-100 mt-10"/>
|
||||
|
||||
---
|
||||
|
||||
## Modèles génératifs (deep learning)
|
||||
|
||||
<img src="https://lilianweng.github.io/posts/2021-07-11-diffusion-models/generative-overview.png" class="m-auto h-110"/>
|
||||
|
||||
<a href="https://lilianweng.github.io/posts/2021-07-11-diffusion-models/" class="absolute bottom-0 font-extralight mb-1 mr-2 right-0 text-xs">Lilian Weng, 2021</a>
|
||||
|
||||
---
|
||||
|
||||
## Dataset
|
||||
|
||||
---
|
||||
|
||||
## Denoising Diffusion Probabilistic Models (DDPM)
|
||||
|
||||
---
|
||||
|
||||
## Forward process
|
||||
|
||||
---
|
||||
|
||||
## Reverse process
|
||||
|
||||
---
|
||||
|
||||
## Latent Diffusion Models (LDM)
|
||||
|
||||
---
|
||||
|
||||
## Classifier-free Guidance (CFG)
|
||||
|
||||
---
|
||||
|
||||
## Résultats
|
||||
|
||||
---
|
||||
|
||||
## Vérification par Gaussian Processes (GP)
|
||||
|
||||
---
|
||||
|
||||
## Conclusion
|
||||
|
Loading…
Reference in a new issue