diff --git a/README.md b/README.md index ed3903d4f8ed5fd3a25f6d0816b173efebb26b31..ab571117c6e1722b050d3bdf29839e04ce5576c8 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ **About PyTorch 1.2.0** * Now the master branch supports PyTorch 1.2.0 by default. -# EDSR-sspcab +# RCAN-sspcab **About PyTorch 1.1.0** * There have been minor changes with the 1.1.0 update. Now we support PyTorch 1.1.0 by default, and please use the legacy branch if you prefer older version. <img width="712" alt="���梶��劸���求�����a�� 2023-04-09 �������� 1 01 52" src="https://user-images.githubusercontent.com/90498398/236676450-5e7d3073-e2b0-47da-bc13-8187581af0e2.png"> -<img width="298" alt="���梶��劸���求�����a�� 2023-05-03 �������� 8 07 38" src="https://user-images.githubusercontent.com/90498398/236676461-02a1bc78-14c7-4144-852f-4886d3ffae60.png"> -https://github.com/yulunzhang/RCAN/raw/master/Figs/RCAN.PNG +<img width="823" alt="���梶��劸���求�����a�� 2023-09-08 �������� 9 00 10" src="https://github.com/iyj0121/Junior-Project/assets/90498398/774c8d0e-a245-4cb4-a0dc-762c1c09a058"> + This study aims to restore resolution to improve image quality. The entire framework consists of two models, vdsr and mask-attention. If SR-reconstruction works well using two models, the loss value is low, and if SR-reconstruction does not work well, the loss value is high, so it is a model that focuses on hard samples. This allows us to focus on samples that are difficult to rebuild, and is a kind of ensemble (mining technique that focuses on hard samples) as an opportunity to make more use of local details. In addition, this study placed restrictions on convolution using masks when learning models. Through this, when testing the model, it can be effectively applied to reconstruct the image.