From 8a351454a11d90a8caae06c6738f438c4d098b4a Mon Sep 17 00:00:00 2001 From: Xintao Date: Tue, 11 Sep 2018 16:29:35 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 446fcea..b1418a7 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ The **RRDB_PSNR** PSNR_oriented model trained with DF2K dataset (a merged datase ## Quick Test #### Dependencies - Python 3 -- PyTorch >= 0.4.0 -- Python package `cv2`, `numpy` +- [PyTorch >= 0.4.0](https://pytorch.org/) +- Python packages: `pip install numpy opencv-python` + ### Test models 1. Clone this github repo. ```