Phips commited on
Commit
11d02ad
·
verified ·
1 Parent(s): 6e6c6de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ [Link to Github Release](https://github.com/Phhofm/models/releases/tag/1xExposureCorrection_compact)
6
+
7
+ This model belongs to a series, with UnderExposureCorrection and OverExposureCorrection
8
+
9
+ # 1xExposureCorrection_compact
10
+
11
+ Name: 1xExposureCorrection_compact
12
+ License: CC BY 4.0
13
+ Author: Philip Hofmann
14
+ Release Date: 27.01.2024
15
+ Network: [SRVGGNetCompact](https://github.com/XPixelGroup/BasicSR/blob/master/basicsr/archs/srvgg_arch.py)
16
+ Scale: 1
17
+ Purpose: 1x exposure correction of photos
18
+ Iterations: 106'000
19
+ epoch: 71
20
+ batch_size: 12
21
+ HR_size: 128
22
+ Dataset: exposure_correction
23
+ Number of train images: 3534
24
+ OTF Training: No
25
+ Pretrained_Model_G: 1x-Compact-Pretrain
26
+
27
+ Description:
28
+ This model is meant as an experiment to see if compact can be used to train on photos to exposure correct those using the pixel, perceptual, color, color and ldl losses. There is no brightness loss. Still it seems to kinda work.
29
+
30
+ [4 SlowPic Examples](https://slow.pics/s/nuLodV0z)
31
+
32
+
33
+ ---
34
+ ![beach_example_exposurecorrection](https://github.com/Phhofm/models/assets/14755670/151c1562-7712-4d56-8755-1fb8b6797465)
35
+ ![lake_example_exposurecorrection](https://github.com/Phhofm/models/assets/14755670/0fa55627-95d6-4109-b74d-d871247f65df)
36
+ ![mountain_example_exposurecorrection](https://github.com/Phhofm/models/assets/14755670/c3084000-f842-4b61-b495-5b76247a13ad)
37
+ ![traintrack_example_exposurecorrection](https://github.com/Phhofm/models/assets/14755670/2e8b5be4-3f5c-40e1-8cf5-c3eeaa74a793)