From 9d41e2581f4c0c05c4ad247100de8ddc76748919 Mon Sep 17 00:00:00 2001 From: FanChiMao Date: Fri, 5 Nov 2021 17:17:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b599eaa..0c421ac 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to UNet architecture for image denoising. ## Quick Run -To test the pre-trained models of denoising on your own 256x256 images, run +To test the [pre-trained models]() of denoising on your own 256x256 images, run ``` python demo.py --input_dir images_folder_path --result_dir save_images_here --weights path_to_models ```