vumichien commited on
Commit
6cffba5
1 Parent(s): 2dcad2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,7 +4,8 @@ tags:
4
  library_name: keras
5
  ---
6
  ## Model description
7
- Full credits go to: [Vu Minh Chien](https://www.linkedin.com/in/vumichien/)
 
8
 
9
  With the goal of recovering high-quality image content from its degraded version, image restoration enjoys numerous applications, such as in photography, security, medical imaging, and remote sensing. The MIRNet model for low-light image enhancement, a fully-convolutional architecture that learns an enriched set of features that combines contextual information from multiple scales, while simultaneously preserving the high-resolution spatial details
10
  ## Dataset
 
4
  library_name: keras
5
  ---
6
  ## Model description
7
+ This repo contains the model and the notebook [Low-light image enhancement using MIRNet](https://keras.io/examples/vision/mirnet/).
8
+ Full credits go to: [Soumik Rakshit](https://github.com/soumik12345)
9
 
10
  With the goal of recovering high-quality image content from its degraded version, image restoration enjoys numerous applications, such as in photography, security, medical imaging, and remote sensing. The MIRNet model for low-light image enhancement, a fully-convolutional architecture that learns an enriched set of features that combines contextual information from multiple scales, while simultaneously preserving the high-resolution spatial details
11
  ## Dataset