Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- color-transfer
|
| 6 |
+
---
|
| 7 |
+
# Color Transfer Dataset
|
| 8 |
+
In my publication titled "A Software Test Bed for Sharing and Evaluating Color Transfer Algorithms for Images and 3D Objects", I introduced a dataset comprising a diverse collection of images. These images span various scenes, sizes, and color depths, specifically designed for color transfer evaluation.
|
| 9 |
+
|
| 10 |
+
## Details
|
| 11 |
+
- Representation of five distinct scenes: abstract, city, closeup, interior, and landscape.
|
| 12 |
+
- A collection of ten images for each scene, totaling 50 unique images.
|
| 13 |
+
- Each of the 50 images is available in four resolutions: 256x256px, 512x512px, 1024x1024px, and 2048x2048px.
|
| 14 |
+
- Variation in color depth for all 200 resized images, processed using Photoshop's Indexed Color Mode: 4-color palette, 16-color palette, 256-color palette, and the original color depth.
|
| 15 |
+
- A comprehensive compilation of 800 images.
|
| 16 |
+
- The initial set of 50 images was sourced from flickr.com, adhering to the CC BY 2.0, CC BY-SA 2.0, and CC BY-NC 2.0 license models. These images were subsequently cropped to a resolution of 2048x2048px.
|
| 17 |
+
|
| 18 |
+
<p align="center">
|
| 19 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6331b00ab7b8e9d6e89a5dc0/SnGqrxXbphBG4Rg1a9pRw.webp" width="512">
|
| 20 |
+
<em>Figure 1: Overview of all 50 unique images.</em>
|
| 21 |
+
</p>
|