--- 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//-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 } } ```