Datasets:

Modalities:
Image
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
nielsr HF Staff commited on
Commit
bfbeb8a
·
verified ·
1 Parent(s): 774bc17

Add task category and links to paper and code

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -2
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) • (link once available)
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
+ ---