From fa37768d438b2fc5ac3a94b84f4bf341b63b003e Mon Sep 17 00:00:00 2001 From: TimNiklasWitte Date: Wed, 30 Mar 2022 17:38:18 +0200 Subject: [PATCH] Expand readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index f8f37e3..35cea12 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,28 @@ In total, 10 FPS can be archived on this embedded GPU. - TensorFlow 2 - OpenCV 3.3.1 +## Model + +```bash + Model: "autoencoder" +_______________________________________________________________ + Layer (type) Output Shape Param # +=============================================================== + encoder (Encoder) multiple 148155 + + decoder (Decoder) multiple 150145 + +=============================================================== +Total params: 298,302 +Trainable params: 297,210 +Non-trainable params: 1,092 +_______________________________________________________________ +``` + +![Example Video](./Plots/Layers/EncoderLayer.png) + +![Example Video](./Plots/Layers/DecoderLayer.png) + ## Usage ### Training