dblasko commited on
Commit
eaaab54
1 Parent(s): c4532c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - geekyrakshit/LoL-Dataset
5
+ pipeline_tag: image-to-image
6
+ tags:
7
+ - image-enhancement
8
+ - computer-vision
9
+ - image-to-image
10
  ---
11
+
12
+ MIRNet-based low-light image enhancer specialized on restoring dark images from events (concerts, parties, clubs...).
13
+
14
+ Documentation about pre-training, fine-tuning, model architecture, usage and all source code used for building and inference can be found in the [GitHub repository of the project](https://github.com/dblasko/low-light-event-img-enhancer/).
15
+ This currently stores the PyTorch model weights and model definition, a HuggingFace pipeline will be implemented in the future.
16
+