gperdrizet commited on
Commit
3ae9933
·
verified ·
1 Parent(s): a711dce

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-to-image
5
+ tags:
6
+ - image-compression
7
+ - image-restoration
8
+ - computer-vision
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+
13
+ # DF2K_OST 128×128
14
+
15
+ ## Dataset Description
16
+
17
+ Preprocessed version of the DF2K dataset (DIV2K + Flickr2K) for training image autoencoders.
18
+
19
+ - **Total images**: 900
20
+ - **Image size**: 128×128 pixels
21
+ - **Format**: PNG (RGB)
22
+ - **Source**: DIV2K high-quality image dataset
23
+
24
+ ## Dataset Structure
25
+
26
+ ```
27
+ df2k_ost_128/
28
+ ├── img_00000.png
29
+ ├── img_00001.png
30
+ ├── ...
31
+ └── img_00899.png
32
+ ```
33
+
34
+ ## Usage
35
+
36
+ ```python
37
+ from huggingface_hub import hf_hub_download
38
+ import os
39
+
40
+ # Download all images
41
+ for i in range(900):
42
+ filename = f"img_{i:05d}.png"
43
+ hf_hub_download(
44
+ repo_id="gperdrizet/autoencoders",
45
+ filename=filename,
46
+ repo_type="dataset",
47
+ local_dir="./data"
48
+ )
49
+ ```
50
+
51
+ Or use with the custom data loader:
52
+
53
+ ```python
54
+ from src.data_utils import load_df2k_ost
55
+
56
+ images = load_df2k_ost(image_size=128)
57
+ ```
58
+
59
+ ## Original Dataset
60
+
61
+ - **DIV2K**: https://data.vision.ee.ethz.ch/cvl/DIV2K/
62
+ - **License**: https://data.vision.ee.ethz.ch/cvl/DIV2K/
63
+
64
+ ## Preprocessing
65
+
66
+ 1. Downloaded DIV2K train + validation sets
67
+ 2. Resized to 128×128 using Lanczos resampling
68
+ 3. Saved as optimized PNG files
69
+
70
+ ## Citation
71
+
72
+ If you use this dataset, please cite the original DIV2K paper:
73
+
74
+ ```bibtex
75
+ @InProceedings{Agustsson_2017_CVPR_Workshops,
76
+ author = {Agustsson, Eirikur and Timofte, Radu},
77
+ title = {NTIRE 2017 Challenge on Single Image Super-Resolution: Dataset and Study},
78
+ booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
79
+ month = {July},
80
+ year = {2017}
81
+ }
82
+ ```
img_00000.png ADDED

Git LFS Details

  • SHA256: d43793742e9fe505b1eb14270457e2ff5a2e19d4e07598b6356e1b54a09761b8
  • Pointer size: 130 Bytes
  • Size of remote file: 35.6 kB
img_00001.png ADDED

Git LFS Details

  • SHA256: 8c6dafe5ba894434d7a792fd121c43e5b2e088cdd2df0d4d3a5d0f381431d3a9
  • Pointer size: 130 Bytes
  • Size of remote file: 30.8 kB
img_00002.png ADDED

Git LFS Details

  • SHA256: 541ee39a6e89a2ad3bd354b5a52c25dd76ca6d6c9aaf94dd54e633b60f77588e
  • Pointer size: 130 Bytes
  • Size of remote file: 38.9 kB
img_00003.png ADDED

Git LFS Details

  • SHA256: d5c635d14385a19d7bb3052a8fd6c9ee5975e44e5866343f51cc499c0ea381a6
  • Pointer size: 130 Bytes
  • Size of remote file: 25.3 kB
img_00004.png ADDED

Git LFS Details

  • SHA256: f69ee509a8723e28e93cda75950e6f5db1dce5581a017e1f326314fdf33b95f2
  • Pointer size: 130 Bytes
  • Size of remote file: 38.8 kB
img_00005.png ADDED

Git LFS Details

  • SHA256: a691696c2215a1d309ecc9e79cd4c4eb65250146ab22b2a0a08188a40196a79b
  • Pointer size: 130 Bytes
  • Size of remote file: 35.2 kB
img_00006.png ADDED

Git LFS Details

  • SHA256: 2a5405c9b26d1cd29399780602fd9399bb6bbd6262db64000374ebbc81523432
  • Pointer size: 130 Bytes
  • Size of remote file: 36.8 kB
img_00007.png ADDED

Git LFS Details

  • SHA256: ae47787bd12e612d3782476db872397f4cef3d86898d4f890cae05eac915a7e7
  • Pointer size: 130 Bytes
  • Size of remote file: 37.8 kB
img_00008.png ADDED

Git LFS Details

  • SHA256: 346b13e23396ff99954decaf496f50679b0f0dda24afb4ef9e7b79d371c015f0
  • Pointer size: 130 Bytes
  • Size of remote file: 37.6 kB
img_00009.png ADDED

Git LFS Details

  • SHA256: ce736d3feadac5dcc43a21a2e59ea99bd6afa5a4ada507fafb46da14c40cb7c0
  • Pointer size: 130 Bytes
  • Size of remote file: 35.6 kB
img_00010.png ADDED

Git LFS Details

  • SHA256: ac4a399023e29cd4d3be8648be54791aedfbb626b96e820f2750e8c13f093b54
  • Pointer size: 130 Bytes
  • Size of remote file: 40.2 kB
img_00011.png ADDED

Git LFS Details

  • SHA256: e3a634b7f7ea32a9b232a1fe89adf7cc3f8d763337178408fd1610d5a1630dd0
  • Pointer size: 130 Bytes
  • Size of remote file: 40.9 kB
img_00012.png ADDED

Git LFS Details

  • SHA256: 1296b11474cc01853bd7c1641c9ec6e5f0890db143f622e82852805eb29c894a
  • Pointer size: 130 Bytes
  • Size of remote file: 13.6 kB
img_00013.png ADDED

Git LFS Details

  • SHA256: 68b5dc378803d5e20d3232b9fe26b2fb0ea5897e93cbda2da0daa129c5750a71
  • Pointer size: 130 Bytes
  • Size of remote file: 25.4 kB
img_00014.png ADDED

Git LFS Details

  • SHA256: 0f640f26466cbe8f0a49e1f847e04197154c526b76dcff672cfe2d751bbae059
  • Pointer size: 130 Bytes
  • Size of remote file: 39.1 kB
img_00015.png ADDED

Git LFS Details

  • SHA256: 4d8554e84941eec7df9c560662bf229c49a4db4c0ffe7f43772a5bcc4e1b400e
  • Pointer size: 130 Bytes
  • Size of remote file: 36.8 kB
img_00016.png ADDED

Git LFS Details

  • SHA256: 57ff8f51ac05faacd82abe92a49029e1d602cadb69521d7ca6dedf8a5d81d4c1
  • Pointer size: 130 Bytes
  • Size of remote file: 34.2 kB
img_00017.png ADDED

Git LFS Details

  • SHA256: f48c5cfaeccba8c18ab91dd2dd5af6a27a944c4bf508f987b586bfda10359b62
  • Pointer size: 130 Bytes
  • Size of remote file: 35.8 kB
img_00018.png ADDED

Git LFS Details

  • SHA256: a946b41f1eb8a9378bc7848b0462acc6a03391ab74a44f3406a4002ad02642b6
  • Pointer size: 130 Bytes
  • Size of remote file: 41.3 kB
img_00019.png ADDED

Git LFS Details

  • SHA256: c50f24227abc149b932d3ac0396b840d7f5919bd9cae288851dd3540c50d9ab0
  • Pointer size: 130 Bytes
  • Size of remote file: 34.6 kB
img_00020.png ADDED

Git LFS Details

  • SHA256: 6a768acb6505c9d5db9b19251699e36715545a2fd3b2c316041c60cf5cdcd85e
  • Pointer size: 130 Bytes
  • Size of remote file: 28.8 kB
img_00021.png ADDED

Git LFS Details

  • SHA256: 0aeb577523a197747cc6523e366bd9330af5f45ac045b0edb539a6a9955dbafc
  • Pointer size: 130 Bytes
  • Size of remote file: 36.9 kB
img_00022.png ADDED

Git LFS Details

  • SHA256: 901990176e60b6137272bed59b57007308507146c931004236b807094aeeff47
  • Pointer size: 130 Bytes
  • Size of remote file: 30 kB
img_00023.png ADDED

Git LFS Details

  • SHA256: 7bbe89351f4dced03f7f78cd254a2c3da7864a32ad2cca3e458f14348b2183a3
  • Pointer size: 130 Bytes
  • Size of remote file: 39 kB
img_00024.png ADDED

Git LFS Details

  • SHA256: 78033b49b33fb5879faef9e04e93c5dd4c6ee6eb034895eb665f6e125c4f50c8
  • Pointer size: 130 Bytes
  • Size of remote file: 32.2 kB
img_00025.png ADDED

Git LFS Details

  • SHA256: 61ef127f1491232d8409b903659756e0d52bb624a6367fb7950cb5cd618cfae9
  • Pointer size: 130 Bytes
  • Size of remote file: 42.4 kB
img_00026.png ADDED

Git LFS Details

  • SHA256: 65a8a43795fa55a8e9b0e2cfe42661b8b1037184c9032907169561d683685a2e
  • Pointer size: 130 Bytes
  • Size of remote file: 34.2 kB
img_00027.png ADDED

Git LFS Details

  • SHA256: 06af0cc69974b0cdf2707d0b3cd60c93dd9d69b2f45ffc3f469b74c804b061bc
  • Pointer size: 130 Bytes
  • Size of remote file: 34.4 kB
img_00028.png ADDED

Git LFS Details

  • SHA256: a3fff2511be7fb4e0360c62ad037ae7ba408b881dfdcaa3808a6387515bad3fc
  • Pointer size: 130 Bytes
  • Size of remote file: 40.1 kB
img_00029.png ADDED

Git LFS Details

  • SHA256: 3cd2a59c3ee37496d0e28c172a89a65f770fc023bc472f7fc6f6df3389eaf15b
  • Pointer size: 130 Bytes
  • Size of remote file: 36.6 kB
img_00030.png ADDED

Git LFS Details

  • SHA256: 7b4a11210485dbb3244ea84bd46f9e58c39115771dca5e6d5956aea54f7655a0
  • Pointer size: 130 Bytes
  • Size of remote file: 34.7 kB
img_00031.png ADDED

Git LFS Details

  • SHA256: 80b55ea6314c2a46d60e3de0031b34d09221583c4255e76a01e57d0815e78eea
  • Pointer size: 130 Bytes
  • Size of remote file: 28.2 kB
img_00032.png ADDED

Git LFS Details

  • SHA256: 3555c317d5128ea4a929c29ffb0a3bc3627791811d036429917802b720278c99
  • Pointer size: 130 Bytes
  • Size of remote file: 35.3 kB
img_00033.png ADDED

Git LFS Details

  • SHA256: b288a48c5cfaa59b8bd7e7c2fdf297289832e1216f3f47a1eaa73a196f39d8b4
  • Pointer size: 130 Bytes
  • Size of remote file: 39.9 kB
img_00034.png ADDED

Git LFS Details

  • SHA256: f7a099e55b790d1c10619f11bce1bf67a0295a3b8f0e4c5b5e17de31d1b522f4
  • Pointer size: 130 Bytes
  • Size of remote file: 33.4 kB
img_00035.png ADDED

Git LFS Details

  • SHA256: 707edf84b7ad3a8a8a440f6c52c56ee9e17f699074856cab0cd8b7de1151bf3f
  • Pointer size: 130 Bytes
  • Size of remote file: 21.1 kB
img_00036.png ADDED

Git LFS Details

  • SHA256: 982daaeda3be8befbd62ad122a6639686897c81044e56b41d43f4fa041d7da7b
  • Pointer size: 130 Bytes
  • Size of remote file: 30.9 kB
img_00037.png ADDED

Git LFS Details

  • SHA256: 6cbde304ccce844e3ae983168294bc9a4681ea27002a0793fee7e1c9434c9f13
  • Pointer size: 130 Bytes
  • Size of remote file: 38.5 kB
img_00038.png ADDED

Git LFS Details

  • SHA256: d293ef40bb9621d7342fefdc7f2923a82ef5519392b274eb0b2a597407ec6561
  • Pointer size: 130 Bytes
  • Size of remote file: 29.7 kB
img_00039.png ADDED

Git LFS Details

  • SHA256: 7f0002629c978a57d7bf704d281e720ee0d459b8a745f73b5d62eff5eae36169
  • Pointer size: 130 Bytes
  • Size of remote file: 19.8 kB
img_00040.png ADDED

Git LFS Details

  • SHA256: a971035b95016d2d6e0203f51d8c65cf10c246a5ce3865a5fe4389e3e269b092
  • Pointer size: 130 Bytes
  • Size of remote file: 25.7 kB
img_00041.png ADDED

Git LFS Details

  • SHA256: d6ea8732d8197f30071a1ad4ffff6960bc4a0872fc150265c8165df5710131c2
  • Pointer size: 130 Bytes
  • Size of remote file: 37.7 kB
img_00042.png ADDED

Git LFS Details

  • SHA256: 5e38c7c485d07519a560b7454948d0c9243fed6776ef3d586d7e68cf20df8283
  • Pointer size: 130 Bytes
  • Size of remote file: 30.1 kB
img_00043.png ADDED

Git LFS Details

  • SHA256: f660418793212d66661caa3dbd79653c3132f30a42eae01dfb74576a6449de6f
  • Pointer size: 130 Bytes
  • Size of remote file: 40.3 kB
img_00044.png ADDED

Git LFS Details

  • SHA256: 9805de11449671eab4381a915eca3cd732e9a2f461be6090c95357b9adc67cc7
  • Pointer size: 130 Bytes
  • Size of remote file: 32.7 kB
img_00045.png ADDED

Git LFS Details

  • SHA256: 3b750721eb12a226b0ef1bfa911e67349a8c64c5cd266ee85f85e4a7686dea7e
  • Pointer size: 130 Bytes
  • Size of remote file: 35.5 kB
img_00046.png ADDED

Git LFS Details

  • SHA256: af78010bd244e5caaeb07477a9c509a484f97d15719df127c2b9146555fe1597
  • Pointer size: 130 Bytes
  • Size of remote file: 32.6 kB
img_00047.png ADDED

Git LFS Details

  • SHA256: 6965723e468358b91a91cb4aeefa833c4b74344912d4c8ede52ea36d8b14491a
  • Pointer size: 130 Bytes
  • Size of remote file: 20.1 kB
img_00048.png ADDED

Git LFS Details

  • SHA256: 530d072f0e1145f762dced485fa083a42f5a1be27f840f85494f7265297e8825
  • Pointer size: 130 Bytes
  • Size of remote file: 27.6 kB