File size: 14,817 Bytes
52a8aa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html>
<head>
    <title>Video eval welcome page</title>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="/video_eval_bench/welcome.css">
    <style>
        .text-paragraph {
        max-width: 65%; 
        word-wrap: break-word; 
        overflow-wrap: break-word;
        line-height: 1.8;
        }
    </style>
    
</head>

<body>
    <div style="position: fixed; top: 5%; right: 2%; ">
        <form action="{{ url_for('pre_anno') }}" method="post">
            <button 
            type="submit" name="tiral" 
            style=" width: 200px; height: 
            50px; font-size: 18px;">Start <br>Pre-Annotating Trial</button>
            <br>
        </form>
    </div>

    <div style="position: fixed; top: 20%; right: 2%; ">
        <form action="{{ url_for('login') }}" method="post">
            <fieldset>
            <legend>Annotator Login</legend>
            <br>
            Username: <input type="text" name="username"><br><br>
            <input type="submit" style="width: 100px; height: 40px; font-size: 18px;"
            value="Login">
            <br>
            </fieldset>
        </form>
    </div>


    <div style="position: fixed; top: 45%; right: 2%; ">
        <form action="{{ url_for('validate') }}" method="post">
            <fieldset>
                <legend>Validate</legend>
                <br>
                Rootname: <input type="text" name="admin"><br><br>
                <input type="submit" style="width: 100px; height: 40px; font-size: 18px;"
                value="Enter">
                <br>
                </fieldset>
        </form>
    </div>


    <div style="position: fixed; bottom: 1%; right: 10%; ">
        <form action="{{ url_for('welcome') }}" method="post">
            <input type="hidden" name="language" value="zh">
            <button type="submit" name="lan" style=" width: 100px; height:40px; font-size: 16px;" 
            value="zh">简体中文</button>
        </form>
    </div>

    <div style="position: fixed; bottom: 1%; right: 1%; ">
        <form action="{{ url_for('welcome') }}" method="post">
            <input type="hidden" name="lang" value="en">
            <button 
            type="submit" name="lan" value="en"
            style=" width: 100px; height: 
            40px; font-size: 16px;">English</button>
        </form>
    </div>

    <h1>Video_Eval_Bench: Guidelines before annotating</h1>
    <div class="text-paragraph">
        {{ before_start_anno | safe }}
    </div>


    <div class="text-paragraph">
        {{ visual_def | safe}}
    </div>

    <div class="video-grid">
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/visual_good_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Good</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/visual_avg_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title"> Average: There is a small amount of ambiguity at the edges of the video, 
                error point a, affecting video quality to some extent </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/visual_avg_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title"> Average: ovreall resolution is low, 
                error point b, affecting video quality to some extent </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/visual_bad_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: part of the video is unclear and it is obviously distorted, 
                error point b, d, affecting video quality greatly</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/visual_bad_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: The overall color, brightness and background of the video flickers heavily
                , error point e, f, affecting video quality greatly</p>
        </div>

    </div>
    

    <div class="text-paragraph">
        <br>
        {{ object_def | safe}}
    </div> 

    <div class="video-grid">
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/object_good_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Good</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/object_avg_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: the main character in video is consistent, 
                but the things held in hands of character is changing quickly, 
                error point b, affecting video quality to some extent</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/object_avg_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: The little girl is consistent across the video but the butterfly appears suddenly, error point a, affecting video quality to some extent</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/object_bad_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: The shape and size of the wine bottles are always changing, 
                and the goblet on the table suddenly appears and disappears,
                error point a,b affecting video quality greatly </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/object_bad_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: The face and look of the man are always changing quickly, 
                something like alien appears suddenly next to the man and then disappears.
                error point a, d, affecting video quality greatly </p>
        </div>
    </div>
    <br>
    <br>
    <br>

    <div class="text-paragraph">
        <br>
        {{ dynamic_def | safe}}
    </div>
    <div class="video-grid">
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/dynamic_good_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Good, even motion of the man in video is not smooth</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/dynamic_avg_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: video is not static but dynamic degree is still small </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/dynamic_avg_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: video is not static but dynamic degree is still small </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/dynamic_bad_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: video is almost static </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/dynamic_bad_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: video is almost static </p>
        </div>
    </div>


    <div class="text-paragraph">
        <br>
        {{ motion_def | safe}}
    </div>

    <div class="video-grid">
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/motion_good_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Good</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/motion_avg_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: motion of the man leads to some distortion, error point b, affecting video quality to some extent</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/motion_avg_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: The motion of cat is laggy and un-smooth in the first half of video, error point a, affecting video quality to some extent</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/motion_bad_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: The motion of the girl is laggy and unsmooth, and leads to deformation, 
                error point a, b, affecting video quality greatly</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/motion_bad_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: The motion of the man leads to large deformation and disconnection of body, 
                error point b, c, affecting video quality greatly</p>
        </div>
    </div>


    <div class="text-paragraph">
        <br>
        {{ align_def | safe}}
    </div>

    <div class="video-grid">
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/alignment_good_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Good</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/alignment_avg_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: prompt is "A golden retriever puppy holding a green sign that says 'NVIDIA ROCKS'", but the slogan is not spelled correctly in the video, 
                error point d, affecting video quality to some extent</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/alignment_avg_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: prompt is "A skull surrounded with smoke and fire", but fire is not expressed in the video, 
                error point a, affecting video quality to some extent</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/alignment_bad_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: prompt is "tiger coming out from TV", but no tiger, error point a, 
                affecting video quality greatly
            </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/alignment_bad_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: prompt is "a beautiful broadcaster", but it's not expressed in video at all, error point a,
                affecting video quality greatly
            </p>
        </div>
    </div>
    
    <div class="text-paragraph">
        <br>
        {{ factual_def | safe }}
    </div>

    <div class="video-grid">
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/factual_good_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Good</p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/factual_avg_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Average: the pear in bottom of video seems to hang in the air, error point b, 
                affecting video quality to some extent
            </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/factual_bad_1.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: there exists a face of human on the leaves of plant, inconsistent with common sense, error point a,
                affecting video quality greatly
            </p>
        </div>
        <div class="video-item">
            <video width="256" height="256" controls muted loop>
                <source src="{{ url_for('static', filename='examples/factual_bad_2.mp4') }}" type="video/mp4">
            </video>
            <p class="video-title">Bad: water flow is not realistic with physical principles, error point c,
                affecting video quality greatly
            </p>
        </div>
    </div>

</div>

</body>
</html>