File size: 1,639 Bytes
ee09520
 
 
 
 
 
 
 
 
 
 
 
 
ce14f22
ee09520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
license: apache-2.0
task_categories:
- image-to-image
tags:
- image-matching
- mbridge
- omnigen2
---

# Remaining Source Images for MBridge

This dataset contains tar shards for the non-X2I2 image sources used by the
M experiments. OmniGen2/X2I2 video images are not
mirrored here; use the upstream `OmniGen2/X2I2` dataset for `video_edit` and
`video_icgen` images.

## Contents

- `images/<source>/<source>-NNNNNN.tar`: image shards.
- `metadata/image_manifest.jsonl`: one row per packed image.
- `metadata/pack_summary.json`: packing configuration and counts.

## Summary

```json
{
  "created_at_unix": 1780195590,
  "omnigen2_root": "/mnt/bn/liuluping-video-yg/Datasets/OmniGen2",
  "output_dir": "/mnt/bn/liuluping-video-yg/Datasets/OmniGen2/hf_remaining_source_images",
  "sources": [
    "blendedmvs",
    "scannetpp",
    "blender_gt",
    "motionedit"
  ],
  "match_threshold": 0.09,
  "jsonl_files": 129,
  "raw_lines": 611067,
  "valid_samples_included": 558499,
  "excluded_test_keys": 150,
  "unique_images": 674089,
  "total_image_bytes": 18209134972,
  "samples_per_source": {
    "blendedmvs": 159523,
    "scannetpp": 221689,
    "blender_gt": 171110,
    "motionedit": 6177
  },
  "images_per_source": {
    "blendedmvs": 48307,
    "scannetpp": 271208,
    "blender_gt": 342220,
    "motionedit": 12354
  },
  "bytes_per_source": {
    "blendedmvs": 5083903026,
    "scannetpp": 6509696500,
    "blender_gt": 3887851568,
    "motionedit": 2727683878
  },
  "missing_images": 0,
  "dry_run": false,
  "shards_per_source": {
    "blendedmvs": 5,
    "blender_gt": 4,
    "motionedit": 3,
    "scannetpp": 7
  }
}
```