Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
License:
Coxy7 commited on
Commit
1dff7d8
·
verified ·
1 Parent(s): 06fa7e9

Correct the description of image compression

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -101,7 +101,7 @@ This repository currently hosts the **pixel-level annotated subset** of X-AIGD,
101
 
102
  ### Data Fields
103
 
104
- - `image`: The AI-generated image (PNG or JPEG format).
105
  - `generator`: Name of the text-to-image generator.
106
  - `uid`: Unique identifier for the image.
107
  - `labels`: List of human-annotated artifacts, each containing:
@@ -110,7 +110,7 @@ This repository currently hosts the **pixel-level annotated subset** of X-AIGD,
110
  - `original_prompt`, `positive_prompt`, `negative_prompt`: Text prompts used for generation.
111
  - `num_inference_steps`, `guidance_scale`, `seed`, `scheduler`: Generation parameters.
112
  - `width`, `height`: Image resolution.
113
- - `image_format`, `jpeg_quality`, `chroma_subsampling`: Image compression details.
114
 
115
  ### UID Correspondence
116
 
 
101
 
102
  ### Data Fields
103
 
104
+ - `image`: The AI-generated image (raw images with **PNG** format).
105
  - `generator`: Name of the text-to-image generator.
106
  - `uid`: Unique identifier for the image.
107
  - `labels`: List of human-annotated artifacts, each containing:
 
110
  - `original_prompt`, `positive_prompt`, `negative_prompt`: Text prompts used for generation.
111
  - `num_inference_steps`, `guidance_scale`, `seed`, `scheduler`: Generation parameters.
112
  - `width`, `height`: Image resolution.
113
+ - `image_format`, `jpeg_quality`, `chroma_subsampling`: Image compression details of the _corresponding real image_ (used for optional compression alignment).
114
 
115
  ### UID Correspondence
116