Datasets:
Mirpri commited on
Commit ·
c83f03a
1
Parent(s): 390625f
fix: remove dataset_info to resolve viewer size conflict
Browse files
README.md
CHANGED
|
@@ -6,19 +6,11 @@ tags:
|
|
| 6 |
- image-super-resolution
|
| 7 |
- diffusion
|
| 8 |
- pytorch
|
| 9 |
-
|
| 10 |
- config_name: imagenet512
|
| 11 |
-
|
| 12 |
-
- name: image
|
| 13 |
-
dtype: image
|
| 14 |
-
- name: ground_truth
|
| 15 |
-
dtype: image
|
| 16 |
- config_name: RealSR
|
| 17 |
-
|
| 18 |
-
- name: image
|
| 19 |
-
dtype: image
|
| 20 |
-
- name: ground_truth
|
| 21 |
-
dtype: image
|
| 22 |
---
|
| 23 |
# LPNSR: Prior-Enhanced Diffusion Image Super-Resolution Dataset
|
| 24 |
|
|
|
|
| 6 |
- image-super-resolution
|
| 7 |
- diffusion
|
| 8 |
- pytorch
|
| 9 |
+
configs:
|
| 10 |
- config_name: imagenet512
|
| 11 |
+
data_files: "imagenet512/**"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- config_name: RealSR
|
| 13 |
+
data_files: "RealSR/**"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# LPNSR: Prior-Enhanced Diffusion Image Super-Resolution Dataset
|
| 16 |
|