Update README.md
Browse files
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 |
+
|