Spaces:
Running
Running
Nguyễn Bá Thiêm
commited on
Commit
·
d698613
1
Parent(s):
7d64dce
Update DS_Store and HAT model file, and modify README.md
Browse files- .DS_Store +0 -0
- README.md +49 -11
- analysis.ipynb +0 -0
- models/HAT/hat-for-image-sr-2.ipynb +2 -2
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
README.md
CHANGED
@@ -1,13 +1,51 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
1 |
+
|
2 |
+
# Super Resolution Deep Learning Project - Group 11
|
3 |
+
|
4 |
+
## Members
|
5 |
+
- Nguyen Ba Thiem (20214931)
|
6 |
+
- Doan The Vinh (20210940)
|
7 |
+
- Pham Quang Tung (20210919)
|
8 |
+
- Nguyen Hai Long (20214911)
|
9 |
+
- Billy Tom Herrmann (2023T033)
|
10 |
+
|
11 |
+
## Introduction
|
12 |
+
This project aims to develop a deep learning model for enhancing the resolution of images, known as Super Resolution. Our approach utilizes state-of-the-art techniques in deep learning to upscale images while preserving quality.
|
13 |
+
|
14 |
+
## Installation
|
15 |
+
|
16 |
+
Before running the application, ensure you have the necessary packages installed:
|
17 |
+
|
18 |
+
```bash
|
19 |
+
pip install -r requirements.txt
|
20 |
+
```
|
21 |
+
|
22 |
+
## Running the Application
|
23 |
+
|
24 |
+
To run the web application, use the following command:
|
25 |
+
|
26 |
+
```bash
|
27 |
+
streamlit run app.py
|
28 |
+
```
|
29 |
+
|
30 |
+
## Inference and Results
|
31 |
+
|
32 |
+
To run inference and check results, follow the detailed steps provided in our Kaggle notebook:
|
33 |
+
|
34 |
+
[Infer Super Resolution](https://www.kaggle.com/code/thimcun/infer-super-resolution)
|
35 |
+
|
36 |
+
## Folders Structure
|
37 |
+
|
38 |
+
### `models/`
|
39 |
+
Contains all models with checkpoints, file architecture, and training files necessary for the super-resolution process.
|
40 |
+
|
41 |
+
### `images/`
|
42 |
+
Use this folder to test the application with some images. Place your low-resolution images here and run the application to see the enhanced results.
|
43 |
+
|
44 |
+
|
45 |
+
## Acknowledgements
|
46 |
+
|
47 |
+
We would like to express our sincerest gratitude to our lecturer, Prof. Nguyen Hung Son, for his lectures and guidance throughout this semester. We would also like to extend our thanks to Mr. Nguyen The Minh Duc and Mr. Ho Minh Khoi, the Teaching Assistants of the class, for their support throughout the course, as well as their invaluable advice in approaching the project.
|
48 |
+
|
49 |
---
|
50 |
|
51 |
+
Group 11 - Deep Learning for Super Resolution
|
analysis.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
models/HAT/hat-for-image-sr-2.ipynb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93c12a65c79cd213eb0a2438af00b6aace5e04947bc9383973b7c43913a8a784
|
3 |
+
size 11067882
|