Datasets:
Upload spatial edit judge dataset
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +53 -0
- images/000001_after.jpg +3 -0
- images/000001_before.jpg +3 -0
- images/000002_after.jpg +3 -0
- images/000002_before.jpg +3 -0
- images/000003_after.jpg +3 -0
- images/000003_before.jpg +3 -0
- images/000004_after.jpg +3 -0
- images/000004_before.jpg +3 -0
- images/000005_after.jpg +3 -0
- images/000005_before.jpg +3 -0
- images/000006_after.jpg +3 -0
- images/000006_before.jpg +3 -0
- images/000007_after.jpg +3 -0
- images/000007_before.jpg +3 -0
- images/000008_after.jpg +3 -0
- images/000008_before.jpg +3 -0
- images/000009_after.jpg +3 -0
- images/000009_before.jpg +3 -0
- images/000010_after.jpg +3 -0
- images/000010_before.jpg +3 -0
- images/000011_after.jpg +3 -0
- images/000011_before.jpg +3 -0
- images/000012_after.jpg +3 -0
- images/000012_before.jpg +3 -0
- images/000013_after.jpg +3 -0
- images/000013_before.jpg +3 -0
- images/000014_after.jpg +3 -0
- images/000014_before.jpg +3 -0
- images/000015_after.jpg +3 -0
- images/000015_before.jpg +3 -0
- images/000016_after.jpg +3 -0
- images/000016_before.jpg +3 -0
- images/000017_after.jpg +3 -0
- images/000017_before.jpg +3 -0
- images/000018_after.jpg +3 -0
- images/000018_before.jpg +3 -0
- images/000019_after.jpg +3 -0
- images/000019_before.jpg +3 -0
- images/000020_after.jpg +3 -0
- images/000020_before.jpg +3 -0
- images/000021_after.jpg +3 -0
- images/000021_before.jpg +3 -0
- images/000022_after.jpg +3 -0
- images/000022_before.jpg +3 -0
- images/000023_after.jpg +3 -0
- images/000023_before.jpg +3 -0
- images/000024_after.jpg +3 -0
- images/000024_before.jpg +3 -0
- images/000025_after.jpg +3 -0
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Spatial Edit Judge Dataset
|
| 2 |
+
|
| 3 |
+
Derived from the curated ByteMorph and SpatialEdit-Bench camera gold datasets.
|
| 4 |
+
|
| 5 |
+
Total rows: 378
|
| 6 |
+
Base examples used: 126
|
| 7 |
+
Skipped non-invertible base examples: 5
|
| 8 |
+
Shuffle seed: 42
|
| 9 |
+
|
| 10 |
+
Case types:
|
| 11 |
+
- `correct`: the after image is the true edited image for the instruction.
|
| 12 |
+
- `error_1`: no edit was done; the after image is a copy of the before image.
|
| 13 |
+
- `error_2`: wrong edit; the image pair shows the original edit, but the instruction is swapped to the opposite direction within the same edit type.
|
| 14 |
+
|
| 15 |
+
Wrong-edit swaps:
|
| 16 |
+
- `zoom in` <-> `zoom out`
|
| 17 |
+
- `left` <-> `right`
|
| 18 |
+
- `up` <-> `down`
|
| 19 |
+
|
| 20 |
+
Dataset origin values:
|
| 21 |
+
- `bytemorph`
|
| 22 |
+
- `se`
|
| 23 |
+
|
| 24 |
+
Case distribution:
|
| 25 |
+
- `correct`: 126
|
| 26 |
+
- `error_1`: 126
|
| 27 |
+
- `error_2`: 126
|
| 28 |
+
|
| 29 |
+
Origin distribution:
|
| 30 |
+
- `bytemorph`: 75
|
| 31 |
+
- `se`: 303
|
| 32 |
+
|
| 33 |
+
Instruction distribution:
|
| 34 |
+
- `move camera down and zoom in`: 1
|
| 35 |
+
- `move camera left`: 13
|
| 36 |
+
- `move camera left and point camera down`: 2
|
| 37 |
+
- `move camera right`: 14
|
| 38 |
+
- `move camera right and point camera up`: 1
|
| 39 |
+
- `move camera up and zoom out`: 2
|
| 40 |
+
- `pan camera left`: 27
|
| 41 |
+
- `pan camera right`: 30
|
| 42 |
+
- `point camera down`: 58
|
| 43 |
+
- `point camera up`: 56
|
| 44 |
+
- `zoom in`: 87
|
| 45 |
+
- `zoom out`: 87
|
| 46 |
+
|
| 47 |
+
Files:
|
| 48 |
+
- `images/{id}_before.*`
|
| 49 |
+
- `images/{id}_after.*`
|
| 50 |
+
- `instructions/{id}.txt`
|
| 51 |
+
- `metadata.jsonl`
|
| 52 |
+
- `metadata.csv`
|
| 53 |
+
- `skipped_non_invertible.jsonl`
|
images/000001_after.jpg
ADDED
|
Git LFS Details
|
images/000001_before.jpg
ADDED
|
Git LFS Details
|
images/000002_after.jpg
ADDED
|
Git LFS Details
|
images/000002_before.jpg
ADDED
|
Git LFS Details
|
images/000003_after.jpg
ADDED
|
Git LFS Details
|
images/000003_before.jpg
ADDED
|
Git LFS Details
|
images/000004_after.jpg
ADDED
|
Git LFS Details
|
images/000004_before.jpg
ADDED
|
Git LFS Details
|
images/000005_after.jpg
ADDED
|
Git LFS Details
|
images/000005_before.jpg
ADDED
|
Git LFS Details
|
images/000006_after.jpg
ADDED
|
Git LFS Details
|
images/000006_before.jpg
ADDED
|
Git LFS Details
|
images/000007_after.jpg
ADDED
|
Git LFS Details
|
images/000007_before.jpg
ADDED
|
Git LFS Details
|
images/000008_after.jpg
ADDED
|
Git LFS Details
|
images/000008_before.jpg
ADDED
|
Git LFS Details
|
images/000009_after.jpg
ADDED
|
Git LFS Details
|
images/000009_before.jpg
ADDED
|
Git LFS Details
|
images/000010_after.jpg
ADDED
|
Git LFS Details
|
images/000010_before.jpg
ADDED
|
Git LFS Details
|
images/000011_after.jpg
ADDED
|
Git LFS Details
|
images/000011_before.jpg
ADDED
|
Git LFS Details
|
images/000012_after.jpg
ADDED
|
Git LFS Details
|
images/000012_before.jpg
ADDED
|
Git LFS Details
|
images/000013_after.jpg
ADDED
|
Git LFS Details
|
images/000013_before.jpg
ADDED
|
Git LFS Details
|
images/000014_after.jpg
ADDED
|
Git LFS Details
|
images/000014_before.jpg
ADDED
|
Git LFS Details
|
images/000015_after.jpg
ADDED
|
Git LFS Details
|
images/000015_before.jpg
ADDED
|
Git LFS Details
|
images/000016_after.jpg
ADDED
|
Git LFS Details
|
images/000016_before.jpg
ADDED
|
Git LFS Details
|
images/000017_after.jpg
ADDED
|
Git LFS Details
|
images/000017_before.jpg
ADDED
|
Git LFS Details
|
images/000018_after.jpg
ADDED
|
Git LFS Details
|
images/000018_before.jpg
ADDED
|
Git LFS Details
|
images/000019_after.jpg
ADDED
|
Git LFS Details
|
images/000019_before.jpg
ADDED
|
Git LFS Details
|
images/000020_after.jpg
ADDED
|
Git LFS Details
|
images/000020_before.jpg
ADDED
|
Git LFS Details
|
images/000021_after.jpg
ADDED
|
Git LFS Details
|
images/000021_before.jpg
ADDED
|
Git LFS Details
|
images/000022_after.jpg
ADDED
|
Git LFS Details
|
images/000022_before.jpg
ADDED
|
Git LFS Details
|
images/000023_after.jpg
ADDED
|
Git LFS Details
|
images/000023_before.jpg
ADDED
|
Git LFS Details
|
images/000024_after.jpg
ADDED
|
Git LFS Details
|
images/000024_before.jpg
ADDED
|
Git LFS Details
|
images/000025_after.jpg
ADDED
|
Git LFS Details
|