Skip to content
Snippets Groups Projects
Commit 44616186 authored by 영제 임's avatar 영제 임
Browse files

Update README.md

parent a09e2196
No related branches found
No related tags found
No related merge requests found
**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="스크린샷 2023-04-09 오후 1 01 52" src="https://user-images.githubusercontent.com/90498398/236676450-5e7d3073-e2b0-47da-bc13-8187581af0e2.png">
<img width="298" alt="스크린샷 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="스크린샷 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment