From 00a072d9a47e562989998d58295f23d43678a51d Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Sun, 7 Feb 2021 20:10:42 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66ba171..031bf62 100644 --- a/README.md +++ b/README.md @@ -123,11 +123,27 @@ configuration from example execution: * ```total_epochs=50``` * ```save_cycle=5``` -for ```Subwaystation_Segmentation.ipynb``` +for ```Subwaystation_Segmentation.ipynb``` its the equivalent for google-colab. You can set all the parameters in the configuration cell. + + Open In Colab - its the equivalent for google-colab. You can set all the parameters in the configuration cell. + + +**Predict** + +To predict from the trained model we provide the google-colab notebook ```Subway_Segmentation_Predict.ipynb```, which is self explained. +You only have to change the following paths: +* model weights +* input image +* taget image + +check it out + + + Open In Colab + ## Results ##