Skip to content

Commit e043c0d

Browse files
committed
refactor: rename clic2025/validation → training, add clic2025 README
The CLIC challenge calls its development set "validation" and its holdout set "test". In codec development, "validation" typically implies a holdout set — the opposite of its intended use here. Renamed validation → training to avoid confusion. Added clic2025/README.md documenting the original CLIC naming, download URLs, and the reason for renaming.
1 parent 00ed9dd commit e043c0d

34 files changed

Lines changed: 37 additions & 3 deletions

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ git sparse-checkout add CID22 gb82-sc qoi-benchmark
5757

5858
| Folder | Images | Size | Purpose |
5959
|--------|--------|------|---------|
60-
| `clic2025/validation/` | 32 | 103 MB | Tune and calibrate against these |
60+
| `clic2025/training/` | 32 | 103 MB | Tune and calibrate encoders against these |
6161
| `clic2025/final-test/` | 30 | 116 MB | Holdout set — final evaluation only |
6262

63+
Note: The CLIC challenge calls these "validation" and "test" respectively. We renamed "validation" → "training" because in codec development, "validation" typically implies a holdout set, which is the opposite of the intended use. See [`clic2025/README.md`](clic2025/README.md) for the original naming and download links.
64+
6365
- **Resolution**: ~2048px on long edge (varies from 878px to 2048px on short edge)
6466
- **Format**: Lossless PNG, 8-bit sRGB
6567
- **Source**: https://clic2025.compression.cc/
@@ -355,8 +357,9 @@ Includes: corrupt JPEG, color profile edge cases, transparency, gradients, white
355357
codec-corpus/
356358
├── clic2025/ # CLIC 2025 (Unsplash License)
357359
│ ├── LICENSE
358-
│ ├── validation/ # 32 high-res images
359-
│ └── final-test/ # 30 high-res images (holdout)
360+
│ ├── README.md # Original naming & download links
361+
│ ├── training/ # 32 high-res images (CLIC calls this "validation")
362+
│ └── final-test/ # 30 high-res images (CLIC calls this "test")
360363
├── CID22/ # Cloudinary CID22 (CC BY-SA 4.0)
361364
│ ├── LICENSE
362365
│ └── CID22-512/

clic2025/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# CLIC 2025
2+
3+
**Challenge on Learned Image Compression 2025** — High-resolution photographic images for compression quality research.
4+
5+
## Folders
6+
7+
| Folder | Images | Size | Purpose |
8+
|--------|--------|------|---------|
9+
| `training/` | 32 | 103 MB | Tune and calibrate encoders against these images |
10+
| `final-test/` | 30 | 116 MB | Holdout set — use for final evaluation only |
11+
12+
## Original Naming
13+
14+
The CLIC 2025 challenge uses different names for these sets. Our folder names differ from the originals to better reflect their purpose in codec development:
15+
16+
| Our Name | Original CLIC Name | Original Filename |
17+
|----------|--------------------|--------------------|
18+
| `training/` | "Validation set" | `clic2025_image_validation.zip` |
19+
| `final-test/` | "Test set" | `clic2025_image_test.zip` |
20+
21+
In the CLIC challenge context, "validation" means the set participants use during development (to tune and iterate on), and "test" means the final holdout evaluation. We renamed "validation" to "training" because in codec development, "validation" typically implies a holdout set, which is the opposite of its intended use here.
22+
23+
## Details
24+
25+
- **Resolution**: ~2048px on longest edge (varies)
26+
- **Format**: Lossless PNG, 8-bit sRGB
27+
- **Source**: https://clic2025.compression.cc/
28+
- **Downloads**:
29+
- Validation (our `training/`): https://d152a8jkvz9wzs.cloudfront.net/data/clic2025_image_validation.zip
30+
- Test (our `final-test/`): https://storage.googleapis.com/clic_datasets/clic2025_image_test.zip
31+
- **License**: [Unsplash License](https://unsplash.com/license) — Free for any use, no attribution required.

clic2025/validation/097cb426910ba8ce2525dd8bb7fb1777.png renamed to clic2025/training/097cb426910ba8ce2525dd8bb7fb1777.png

File renamed without changes.

clic2025/validation/0c49a5cce349020bbba2f97ae41e90ba.png renamed to clic2025/training/0c49a5cce349020bbba2f97ae41e90ba.png

File renamed without changes.

clic2025/validation/100a02c269c5948392f283b2aa3bb4da.png renamed to clic2025/training/100a02c269c5948392f283b2aa3bb4da.png

File renamed without changes.

clic2025/validation/100f17892cf7bb12beb12479641fcc4c.png renamed to clic2025/training/100f17892cf7bb12beb12479641fcc4c.png

File renamed without changes.

clic2025/validation/11f2b039b293758398b1a7a8afa64bb2.png renamed to clic2025/training/11f2b039b293758398b1a7a8afa64bb2.png

File renamed without changes.

clic2025/validation/14ab4af28901fbeb1356b06d2d08ae06.png renamed to clic2025/training/14ab4af28901fbeb1356b06d2d08ae06.png

File renamed without changes.

clic2025/validation/1e2f9d41529197f10d32bfa68a1e0bcc.png renamed to clic2025/training/1e2f9d41529197f10d32bfa68a1e0bcc.png

File renamed without changes.

clic2025/validation/22ea12c903e41583b7c469cb86040157.png renamed to clic2025/training/22ea12c903e41583b7c469cb86040157.png

File renamed without changes.

0 commit comments

Comments
 (0)