Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/thiemcun203/super-resolution
Browse files- .DS_Store +0 -0
- .gitattributes +3 -0
- README.md +1 -3
- models/RCAN/rcan-for-image-sr.ipynb +3 -0
- models/SRGAN/srgan-dl-prj.ipynb +3 -0
.DS_Store
DELETED
Binary file (6.15 kB)
|
|
.gitattributes
CHANGED
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
models/HAT/hat-for-image-sr-2.ipynb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
models/HAT/hat-for-image-sr-2.ipynb filter=lfs diff=lfs merge=lfs -text
|
37 |
+
model/RCAN/rcan-for-image-sr.ipynb filter=lfs diff=lfs merge=lfs -text
|
38 |
+
models/RCAN/rcan-for-image-sr.ipynb filter=lfs diff=lfs merge=lfs -text
|
39 |
+
models/SRGAN/srgan-dl-prj.ipynb filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -29,7 +29,6 @@ git lfs install
|
|
29 |
git clone https://huggingface.co/spaces/thiemcun203/super-resolution
|
30 |
```
|
31 |
|
32 |
-
|
33 |
Before running the application, ensure you have the necessary packages installed:
|
34 |
|
35 |
```bash
|
@@ -59,11 +58,10 @@ Contains all models with **checkpoints**, file architecture, and training files
|
|
59 |
### `images/`
|
60 |
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.
|
61 |
|
62 |
-
|
63 |
## Acknowledgements
|
64 |
|
65 |
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.
|
66 |
|
67 |
---
|
68 |
|
69 |
-
Group 11 - Deep Learning for Super
|
|
|
29 |
git clone https://huggingface.co/spaces/thiemcun203/super-resolution
|
30 |
```
|
31 |
|
|
|
32 |
Before running the application, ensure you have the necessary packages installed:
|
33 |
|
34 |
```bash
|
|
|
58 |
### `images/`
|
59 |
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.
|
60 |
|
|
|
61 |
## Acknowledgements
|
62 |
|
63 |
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.
|
64 |
|
65 |
---
|
66 |
|
67 |
+
Group 11 - Deep Learning for Image Super-Resolution
|
models/RCAN/rcan-for-image-sr.ipynb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c82b9600f5bd1688a49a8cae7de0a1b8a36bf7e958ffd17413159af780ffc27
|
3 |
+
size 11036406
|
models/SRGAN/srgan-dl-prj.ipynb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eb72ac34eeb3831604a783a87d65fe237d7ef6279dce4d99224ffa92f1211b3
|
3 |
+
size 12001858
|