Datasets:
Add task category and links to paper and code
Browse filesThis PR adds the `image-to-image` task category to the dataset card. It also adds links to the paper and code repository for easier access.
README.md
CHANGED
@@ -1,10 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PST50: Benchmark for Photorealistic Style Transfer
|
2 |
|
3 |
**PST50** is the first benchmark dataset designed for rigorous evaluation of **Photorealistic Style Transfer (PST)**. It includes high-resolution, professionally curated content-style pairs with ground truth stylizations, suitable for both **paired** and **unpaired** evaluation protocols.
|
4 |
|
5 |
This dataset is introduced in the paper:
|
6 |
**SA-LUT: Spatial Adaptive 4D Look-Up Table for Photorealistic Style Transfer**
|
7 |
-
[Project Page](https://github.com/Ry3nG/SA-LUT) • (
|
8 |
|
9 |
---
|
10 |
|
@@ -28,4 +34,4 @@ PST50/
|
|
28 |
|
29 |
---
|
30 |
📜 License: cc-by-4.0
|
31 |
-
---
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-to-image
|
4 |
+
license: cc-by-4.0
|
5 |
+
---
|
6 |
+
|
7 |
# PST50: Benchmark for Photorealistic Style Transfer
|
8 |
|
9 |
**PST50** is the first benchmark dataset designed for rigorous evaluation of **Photorealistic Style Transfer (PST)**. It includes high-resolution, professionally curated content-style pairs with ground truth stylizations, suitable for both **paired** and **unpaired** evaluation protocols.
|
10 |
|
11 |
This dataset is introduced in the paper:
|
12 |
**SA-LUT: Spatial Adaptive 4D Look-Up Table for Photorealistic Style Transfer**
|
13 |
+
[Project Page](https://github.com/Ry3nG/SA-LUT) • [Paper](https://huggingface.co/papers/2506.13465) • [Code](https://github.com/Ry3nG/SA-LUT)
|
14 |
|
15 |
---
|
16 |
|
|
|
34 |
|
35 |
---
|
36 |
📜 License: cc-by-4.0
|
37 |
+
---
|