yuukicammy
commited on
Commit
•
185d957
1
Parent(s):
d50478c
Adde metadata for hugging face
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MIT-Adobe FiveK Dataset
|
2 |
|
3 |
The MIT-Adobe FiveK Dataset [[1]]( #references ) is a publicly available dataset providing the following items.
|
@@ -87,5 +103,4 @@ CLASS MITAboveFiveK(torch.utils.data.dataset.Dataset)
|
|
87 |
- download (bool):
|
88 |
If True, downloads the dataset from the official urls. Files that already exist locally will skip the download. Defaults to False.
|
89 |
- experts (List[str]):
|
90 |
-
List of {'a', 'b', 'c', 'd', 'e'}. 'a' means 'Expert A' in the [website](https://data.csail.mit.edu/graphics/fivek/ ). If None or empty list, no expert data is used. Defaults to None.
|
91 |
-
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-to-image
|
4 |
+
tags:
|
5 |
+
- RAW
|
6 |
+
- raw
|
7 |
+
- DNG
|
8 |
+
- dng
|
9 |
+
- denoising
|
10 |
+
- superresolution
|
11 |
+
- underexposure
|
12 |
+
- overexpos
|
13 |
+
pretty_name: fiveK
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
---
|
17 |
# MIT-Adobe FiveK Dataset
|
18 |
|
19 |
The MIT-Adobe FiveK Dataset [[1]]( #references ) is a publicly available dataset providing the following items.
|
|
|
103 |
- download (bool):
|
104 |
If True, downloads the dataset from the official urls. Files that already exist locally will skip the download. Defaults to False.
|
105 |
- experts (List[str]):
|
106 |
+
List of {'a', 'b', 'c', 'd', 'e'}. 'a' means 'Expert A' in the [website](https://data.csail.mit.edu/graphics/fivek/ ). If None or empty list, no expert data is used. Defaults to None.
|
|