File size: 3,570 Bytes
de7aac2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "@context": "https://w3id.org/croissant/context.jsonld",
  "@type": "Dataset",
  "name": "MomentSeeker",
  "description": "A large-scale multi-modal benchmark for long video moment retrieval.",
  "license": "https://huggingface.co/datasets/avery00/MomentSeeker/blob/main/LICENSE",
  "creator": [
    {
      "name": "Huaying Yuan, Jian Ni"
    }
  ],
  "distribution": [
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/videos.tar.gz.part_aa",
      "encodingFormat": "application/gzip"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/videos.tar.gz.part_ab",
      "encodingFormat": "application/gzip"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/videos.tar.gz.part_ac",
      "encodingFormat": "application/gzip"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/query_images.tar.gz",
      "encodingFormat": "application/gzip"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/query_videos.tar.gz",
      "encodingFormat": "application/gzip"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/t2v.json",
      "encodingFormat": "application/json"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/ti2v.json",
      "encodingFormat": "application/json"
    },
    {
      "contentUrl": "https://huggingface.co/datasets/avery00/MomentSeeker/resolve/main/tv2v.json",
      "encodingFormat": "application/json"
    }
  ],
  "field": [
    {
      "name": "qry_text",
      "description": "The textual query describing what to look for in the video.",
      "dataType": "string"
    },
    {
      "name": "qry_img_path",
      "description": "Path to the query image, if applicable.",
      "dataType": "string"
    },
    {
      "name": "qry_video_path",
      "description": "Path to the query video, if applicable.",
      "dataType": "string"
    },
    {
      "name": "src_video_path",
      "description": "Path to the source video in which to locate the answer.",
      "dataType": "string"
    },
    {
      "name": "task",
      "description": "Task type such as 'Description Location', 'Action Recognition', or 'Causal Reasoning'.",
      "dataType": "string"
    },
    {
      "name": "answering_time_interval",
      "description": "A list of [start_time, end_time] in seconds specifying the ground truth temporal segment.",
      "dataType": "array"
    }
  ],
  "data": [
    {
      "qry_text": "The video shows a man playing a game of Connect Four with a woman, who wins the game.",
      "qry_img_path": "",
      "qry_video_path": "",
      "src_video_path": "./videos/ego_79.mp4",
      "task": "Description Location",
      "answering_time_interval": [[415.0, 480.0]]
    },
    {
      "qry_text": "Did the man and the woman in the picture embrace?",
      "qry_img_path": "./query_images/movie101_77/frame_173.jpg",
      "qry_video_path": "",
      "src_video_path": "./videos/movie101_77.mp4",
      "task": "Action Recognition",
      "answering_time_interval": [[180, 198]]
    },
    {
      "qry_text": "What happened to this window afterward?",
      "qry_img_path": "",
      "qry_video_path": "./query_videos/tomjerry_8/177.00_181.00.mp4",
      "src_video_path": "./videos/tomjerry_8.mp4",
      "task": "Causal Reasoning",
      "answering_time_interval": [[181, 186]]
    }
  ]
}