Datasets:
| tags: | |
| - text-conditioned | |
| - perceptual-similarity | |
| - odd-one-out | |
| pretty_name: TPIPS Odd-One-Out | |
| # TPIPS — Odd-One-Out dataset | |
| Image triplets with multi-factor human odd-one-out judgments. Each line of | |
| `{train,val,test}_split.jsonl` is a triplet `(p0, p1, p2)` with a list of | |
| factors, each carrying a soft label distribution over the three images. | |
| Code: [https://github.com/PeterWang512/TPIPS](https://github.com/PeterWang512/TPIPS). | |
| Images ship as `images-*.tar` shards (the JSONL files reference | |
| `data/odd_one_out/images/...`); the download script extracts them in place. | |
| ```bash | |
| python scripts/download.py data # downloads + extracts -> data/odd_one_out/ | |
| ``` | |