Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,24 @@ streamlit run super_resolution.py

2. modules
* pretrained models : SwinIR pretrained models
*
* dataset.py : Transform images and build custom dataset
* edsr.py : Customized EDSR model
* swinir.py : Customized SwinIR model
* losses.py : For L1 loss in train process
* model.py : Our own made super-resolution model code

3. others
* inference_dacon.py : Code of super resolution for test set
* main.py : The whole process from building dataset to super resolution
* train.py : Train process code

### results
* CustomModel_30.pt : pretrained custom super resolution model

### streamlit
* app_funcs.py : Functions that are used in streamlit app
* super_resolution.py : Code to run streamlit app
* uploads : test images

### others
* requirements.txt : Required dependencies to run the streamlit app