Phips commited on
Commit
6bf150c
·
verified ·
1 Parent(s): 613e59e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -109,7 +109,7 @@ Some tiles have been filtered in a later step, so dont worry if some index numbe
109
  Also all scores can be found in the [scores folder](https://huggingface.co/datasets/Phips/BHI/tree/main/scores).
110
 
111
  I did convert to webp because of file size reduction, because the dataset was originally at around 200GB, when I then used oxipng ("oxipng --strip safe --alpha *.png") for optimization. But lossless webp is just the best option available currently for lossless file size reduction.
112
- (JPEGXL is not supported by cv2 for training yet. WebP2 is experimental. FLIF was discontinued for JPEGXL.)
113
 
114
  <figure>
115
  <img src="https://cdn-uploads.huggingface.co/production/uploads/634e9aa407e669188d3912f9/BgkkzkhZQBrXY0qTxR_rm.png" alt="Lossless image formats">
@@ -124,10 +124,21 @@ This should work with lfs file size limit, and i chose zip because its such a co
124
 
125
  ## Corresponding LR Sets
126
 
127
- In most cases, only the HR part, meaning the part published here, is needed. LR sets, like a bicubic only downsampled counterpart for trainig 2x or 4x models can very simply be generated by the user.
128
- However, I thought i would provide some prebuilt LR sets, which are ones I used to train models myself. The resulting models can of course be downloaded and tried out.
 
129
  See links for degradation details and download (separate dataset pages)
130
 
131
  [BHI_LR_multi](https://huggingface.co/datasets/Phips/BHI_LR_multi) was made by using multiple different downsampling/scaling algos.
132
  [BHI_LR_multiblur](https://huggingface.co/datasets/Phips/BHI_LR_multiblur) as above, but also added blur for deblurring/sharper results plus added both jpg and webp compression for compression handling.
133
- [BHI_LR_real](https://huggingface.co/datasets/Phips/BHI_LR_real) This is my attempt at a real degraded dataset for the trained upscaling model to handle images downloaded from the web.
 
 
 
 
 
 
 
 
 
 
 
109
  Also all scores can be found in the [scores folder](https://huggingface.co/datasets/Phips/BHI/tree/main/scores).
110
 
111
  I did convert to webp because of file size reduction, because the dataset was originally at around 200GB, when I then used oxipng ("oxipng --strip safe --alpha *.png") for optimization. But lossless webp is just the best option available currently for lossless file size reduction.
112
+ (JPEGXL is not supported by cv2 for training yet. WebP2 is experimental. FLIF was discontinued for JPEGXL.)
113
 
114
  <figure>
115
  <img src="https://cdn-uploads.huggingface.co/production/uploads/634e9aa407e669188d3912f9/BgkkzkhZQBrXY0qTxR_rm.png" alt="Lossless image formats">
 
124
 
125
  ## Corresponding LR Sets
126
 
127
+ In most cases, only the HR part, meaning the part published here, is needed since LR sets, like a bicubic only downsampled counterpart for trainig 2x or 4x models can very simply be generated by the user.
128
+ Also, if a degradation pipeline like the real-esrgan otf pipeline is used, only this HR set is needed, since it degrades images during training itself.
129
+ However, I thought i would provide some prebuilt LR sets for paired training, which are ones I used to train models myself. The resulting models can of course be downloaded and tried out.
130
  See links for degradation details and download (separate dataset pages)
131
 
132
  [BHI_LR_multi](https://huggingface.co/datasets/Phips/BHI_LR_multi) was made by using multiple different downsampling/scaling algos.
133
  [BHI_LR_multiblur](https://huggingface.co/datasets/Phips/BHI_LR_multiblur) as above, but also added blur for deblurring/sharper results plus added both jpg and webp compression for compression handling.
134
+ [BHI_LR_real](https://huggingface.co/datasets/Phips/BHI_LR_real) This is my attempt at a real degraded dataset for the trained upscaling model to handle images downloaded from the web.
135
+
136
+ ## Trained Models
137
+
138
+ I also provide sisr models I trained on this dataset when either using the real-esrgan otf pipeline or then prebuilt LR sets for paired training, which are the exact sets I released above.
139
+ These models are based on the realplksr arch (middle sized arch) and on the dat arch (big arch, slower but better quality). There are of course other options I could have gone with, but I might still release other models on this dataset in the future.
140
+
141
+ Multiscale: RealPLKSR // only non-degraded input
142
+ Multiblur: RealPLKSR | DAT2 // handles slight blur and compression
143
+ OTF(real-esrgan pipeline): RealPLKSR | DAT2 // handles blur, noise, and compression
144
+ Real: RealPLKSR | DAT2 // handles blur, noise, and compression