From 50a5eec9b9829f8df77223c9d99ddf069101675d Mon Sep 17 00:00:00 2001 From: JWSoh Date: Wed, 13 May 2020 15:35:48 +0900 Subject: [PATCH] Updated Readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1dbbc9e..2accced 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,7 @@ Download training dataset [DIV2K](https://data.vision.ee.ethz.ch/cvl/DIV2K/). #### Generate TFRecord dataset - Refer to [MainSR](https://www.github.com/JWSoh/MainSR) repo. -- Modify generate_TFRecord.py in accordance with MZSR. - -You only need the ground-truth patches. -1. Remove 'label' key in 'write_to_tfrecord()' function. -2. Remove all contents regarding low-resolution images in the 'generate_TFRecord()' function. -3. Change the patch size with 64X64. +- Run generate_TFRecord_MZSR.py #### Train MZSR Make sure all configurations in **config.py** are set.