From d267ccb1b511b908ae978c0a6955040cce114589 Mon Sep 17 00:00:00 2001 From: rajeevyasarla Date: Sun, 29 Dec 2019 21:45:54 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03b03b1..7d3a057 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ We propose a novel multi-stream architecture and training methodology that explo 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/ + python seg_train.py --modeclean 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/ + python seg_train.py --modeclean 0 --dataroot ./facades/github/ --valDataroot ./facades/github/