From 7bb8aaa3f0ed7dd1217d039e31dad0ed346c355e Mon Sep 17 00:00:00 2001 From: rajeevyasarla Date: Sun, 29 Dec 2019 21:36:31 -0500 Subject: [PATCH] UMSN --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb97d2..10d3f47 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,9 @@ We propose a novel multi-stream architecture and training methodology that explo 3. python train_face_deblur.py --dataroot --valDataroot ./facades/github/ --exp ./face_deblur --batchSize 10 - input should be clean image. blurry images for training are generated by the code it self. - +## To train Segmentation Netweork +Train Segmentation Netweork using the following command +1. training segmentation network with clean images +python seg_train.py --mode_clean 1 --dataroot ./facades/github/ --valDataroot ./facades/github/ +2. training segmentation network with blurry images +python seg_train.py --mode_clean 0 --dataroot ./facades/github/ --valDataroot ./facades/github/