CoolFace
Datasetpublic

Entroplay/Visual-Intelligence

Visual-Intelligence ๐Ÿ”— Links ๐Ÿ’พ Github Repo ๐Ÿค— HF Dataset ๐Ÿ“‘ Blog ๐Ÿ“– Dataset Introduction Dataset Schema id: Unique sample identifier. input: Ordered list describing the input context. type: Either "image" or "text". content: For "image", a relative path to the first-frame image. For "text", the prompt text. output: Generated candidates and final selections by model. veo3: Relative paths to videos generated by the VEO3 pipeline.โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/Entroplay/Visual-Intelligence.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes16downloads
Dataset Card

Visual-Intelligence

๐Ÿ”— Links

๐Ÿ“– Dataset Introduction

Dataset Schema

  • โ€”id: Unique sample identifier.
  • โ€”input: Ordered list describing the input context.
  • โ€”type: Either "image" or "text".
  • โ€”content: For "image", a relative path to the first-frame image. For "text", the prompt text.
  • โ€”output: Generated candidates and final selections by model.
  • โ€”veo3: Relative paths to videos generated by the VEO3 pipeline.
  • โ€”framepack: Relative paths to videos generated by FramePack across multiple runs.
  • โ€”hunyuan: Relative paths to videos generated by Hunyuan across multiple runs.
  • โ€”wan2.2-5b: Relative paths to videos generated by Wan-2.2-5B across multiple runs.
  • โ€”wan2.2-14b: Relative paths to videos generated by Wan-2.2-14B across multiple runs.
  • โ€”framepack_seleted_video: Selected best video among FramePack candidates.
  • โ€”hunyuan_seleted_video: Selected best video among Hunyuan candidates.
  • โ€”wan2.2-5b_seleted_video: Selected best video among Wan 2.2 5B candidates.
  • โ€”wan2.2-14b_seleted_video: Selected best video among Wan 2.2 14B candidates.

Data Format:

json
{
  "id": 1,
  "input": [
    { "type": "image", "content": "thumbnails/mp4/keypoint_localization.jpg" },
    { "type": "text",  "content": "Add a bright blue dot at the tip of the branch on which the macaw is sitting. ..." }
  ],
  "output": {
    "veo3": ["videos/mp4/keypoint_localization.mp4"],
    "framepack": [
      "videos/1_framepack_1.mp4",
      "videos/1_framepack_2.mp4"
    ],
    "hunyuan": [
      "videos/1_hunyuan_1.mp4",
      "videos/1_hunyuan_2.mp4"
    ],
    "wan2.2-5b": [
      "videos/1_wan2.2-5b_1.mp4",
      "videos/1_wan2.2-5b_2.mp4"
    ],
    "wan2.2-14b": [
      "videos/1_wan2.2-14b_1.mp4",
      "videos/1_wan2.2-14b_2.mp4"
    ],
    "framepack_seleted_video": "videos/1_framepack_1.mp4",
    "hunyuan_seleted_video": "videos/1_hunyuan_1.mp4",
    "wan2.2-5b_seleted_video": "videos/1_wan2.2-5b_1.mp4",
    "wan2.2-14b_seleted_video": "videos/1_wan2.2-14b_1.mp4"
  }
}

๐Ÿš€ About project

Google' Veo 3 shows extreme promise in visual intelligence, demonstrating strong visual commonsense and reasoning in visual generation. We aim to construct a fully open-source evaluation suite to measure current progress in video generative intelligence across various dimensions among several state-of-the-art proprietary and open-source models.