-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
831 lines (702 loc) · 30.8 KB
/
index.html
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="description"
content="This is the supplementary webpage for NeurIPS submission -- 4Real: Towards Photorealistic 4D Scene Generation via Video Diffusion Models.">
<meta name="keywords" content="Gaussian Splatting, Dynamic novel view synthesis, 4Real, text-video generation, 4D generation, scene generation">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>4Real: Towards Photorealistic 4D Scene Generation via Video Diffusion Models</title>
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- <link rel="icon" href="./static/images/favicon.svg"> -->
<!-- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick-theme.css"/> -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script> -->
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/index.js"></script>
<style>
.artistic {
font-family: 'Lobster', cursive; /* Example of a custom artistic font */
color: #ff6347; /* Tomato color */
font-size: 2em; /* Increase the size */
text-shadow: 2px 2px 4px #000000; /* Add a shadow for effect */
}
.artistic2 {
font-family: 'Lobster', cursive; /* Example of a custom artistic font */
color: #7847ff; /* Tomato color */
font-size: 2em; /* Increase the size */
text-shadow: 2px 2px 4px #000000; /* Add a shadow for effect */
}
/* General styles for the heading */
.title.is-1.publication-title {
font-family: Arial, sans-serif;
font-size: 2em;
color: #333;
}
.publication-links {
font-size: 32px; /* Set your desired font size here */
}
.gif-container {
position: relative;
display: inline-block;
}
.gif-container img {
display: block;
}
.hover-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.7); /* semi-transparent background */
color: white;
padding: 10px;
border-radius: 5px;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none; /* so the text itself doesn't interfere with the hover */
}
.gif-container:hover .hover-text {
opacity: 1;
}
.content.has-text-justified {
max-width: 1000px; /* Set your desired max width here */
margin: 0 auto; /* Center the div within its container */
}
.video-container {
position: relative;
display: inline-block;
}
.video-container video {
display: block;
}
.hover-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.7); /* semi-transparent background */
color: white;
padding: 10px;
border-radius: 5px;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none; /* so the text itself doesn't interfere with the hover */
}
.video-container:hover .hover-text {
opacity: 1;
}
.flipped-video {
transform: scaleX(-1); /* Flips the video horizontally */
}
</style>
</head>
<body>
<!-- <section class="hero"> -->
<section>
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title"><span class="artistic2">4</span><span class="artistic">Real</span> Towards Photorealistic 4D Scene Generation via Video Diffusion Models </h1>
<div class="is-size-3 publication-authors">
<span class="author-block">
<a href="https://heng14.github.io/">Heng Yu</a><sup>*,1</sup>,</span>
<span class="author-block">
<a href="https://mightychaos.github.io/">Chaoyang Wang</a><sup>*,1</sup>,</span>
<span class="author-block">
<a href="https://payeah.net/">Peiye Zhuang</a><sup>1</sup>,</span>
<span class="author-block">
<a href="https://www.willimenapace.com/">Willi Menapace</a><sup>1</sup>,</span>
<span class="author-block">
<a href="https://aliaksandrsiarohin.github.io/aliaksandr-siarohin-website/">Aliaksandr Siarohin</a><sup>1</sup>,
</span>
<span class="author-block">
<a href="https://research.snap.com/team/team-member.html#junli-cao">Junli Cao</a><sup>1</sup>,
</span>
<span class="author-block">
<a href="https://www.laszlojeni.com/">László A. Jeni,</a><sup>2</sup>,
</span>
<span class="author-block">
<a href="http://www.stulyakov.com/">Sergey Tulyakov</a><sup>1</sup>,
</span>
<span class="author-block">
<a href="http://hsinyinglee.com/">Hsin-Ying Lee</a><sup>1</sup>,
</span>
</div>
<div class="is-size-3 publication-authors">
<span class="author-block"><sup>1</sup>Snap Inc.,</span>
<span class="author-block"><sup>2</sup>Carnegie Mellon University</span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/abs/2406.07472"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="https://www.youtube.com/watch?v=-fCMDXOjg-o"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span> -->
<!-- Code Link. -->
<!-- <span class="link-block">
<a href="https://github.com/MightyChaos/fsdnerf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span> -->
</div>
</div>
</div>
</div>
</div>
<!-- <center>
<div class="gif-container">
<img src="resources/racoon_sync.gif" alt="Example GIF" style="width: 800px;">
<div class="hover-text">A hamster wearing virtual reality headsets is a DJ in a disco.</div>
</div>
</center> -->
<center>
<div class="video-container">
<video class='round' autoplay muted loop playsinline style='height:144px' src='resources/ours_mv/repo_0508_debug_multiview_video17_Frm000_10-mv.mp4'></video>
<div class="hover-text">A hamster wearing virtual reality headsets is a DJ in a disco.</div>
</div>
</center>
<center>
<div class="video-container">
<video class='round' autoplay muted loop playsinline style='height:144px' src='resources/ours_mv/repo_0509_debug_multiview_video29_Frm000_16-mv.mp4'></video>
<div class="hover-text">A bulldog wearing a black pirate hat eating candy.</div>
</div>
</center>
<center>
<div class="video-container">
<video class='round' autoplay muted loop playsinline style='height:144px' src='resources/ours_mv/repo_0509_debug_multiview_video35_Frm000_2-mv.mp4'></video>
<div class="hover-text">A cat eating chicken and watching TV.</div>
</div>
</center>
<center>
<div class="video-container">
<video class='round' autoplay muted loop playsinline style='height:144px' src='resources/ours_mv/repo_0509_debug_multiview_video4_Frm000_3-mv.mp4'></video>
<div class="hover-text">A crocodile playing drum.</div>
</div>
</center>
<center>
<div class="video-container">
<video class='round' autoplay muted loop playsinline style='height:144px' src='resources/ours_mv/repo_0504_debug_multiview_video84_Frm000_9_0-mv.mp4'></video>
<div class="hover-text">Time lapse of a flower blooming open.</div>
</div>
</center>
<center>
<div class="column has-text-centered">
<p>
<b>4Real</b> generates 4D gaussian splatting from input text prompts, and renders dynamic scene that can be viewed from different view points.
</p>
<p> (Hover on a video to see the prompt.)
</p>
</div>
</center>
</section>
<!-- <section class="section"> -->
<section>
<!-- Abstract. -->
<div class="columns is-centered has-text-centered" width=1000px>
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Existing dynamic scene generation methods mostly rely on distilling knowledge from pre-trained 3D generative models, which are typically fine-tuned on synthetic object datasets.
As a result, the generated scenes are often object-centric and lack photorealism.
To address these limitations, we introduce a novel pipeline designed for photorealistic text-to-4D scene generation, discarding the dependency on multi-view generative models and instead fully utilizing video generative models trained on diverse real-world datasets.
Our method begins by generating a reference video using the video generation model.
We then learn the canonical 3D representation of the video using a freeze-time video, delicately generated from the reference video.
To handle inconsistencies in the freeze-time video, we jointly learn a per-frame deformation to model these imperfections.
We then learn the temporal deformation based on the canonical representation to capture dynamic interactions in the reference video.
The pipeline facilitates the generation of dynamic scenes with enhanced photorealism and structural integrity, viewable from multiple perspectives, thereby setting a new standard in 4D scene generation.
</p>
</div>
</div>
</div>
<!--/ Abstract. -->
<div>
<center>
<video class='round' autoplay muted loop playsinline style='width:800px' src='resources/teaser-1080p.mp4'>
</center>
</div>
</section>
<!-- <section class="hero is-light is-small"> -->
<section>
<div>
<center><h3 class="title is-3">Space-time view synthesis from generated 4D Gaussian splats</h3></center>
</div>
<div class="hero-body">
<div class="container">
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<table align=center width=900px>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video17_Frm000_10.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video24_Frm000_4.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/A_cat_singing.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/teddy_sample_demo.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/A_baby_eating_ice_cream.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video113_Frm000_1_0.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_bulldog_wearing_a_black_pirate_hat_eating_candy.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_lemur_holding_and_drinking_boba.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video29_Frm000_3.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_2ndpart_debug_multiview_video7_Frm000_4.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/corgi_running_on_grass.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0509_debug_multiview_video34_Frm000_17.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_2ndpart_debug_multiview_video20_Frm000_12.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video36_Frm000_18.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/an_alien_playing_the_piano.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_silver_humanoid_robot_flipping_a_coin.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_2ndpart_debug_multiview_video13_Frm000_19.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0509_debug_multiview_video32_Frm000_7.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_baby_panda_reading_a_book.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video148_Frm000_1_0.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video22_Frm000_2_13.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_2ndpart_debug_multiview_video5_Frm000_2.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_humanoid_robot_playing_the_violin.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0509_debug_multiview_video25_Frm000_11.mp4'></video>
</center>
</td>
</tr>
</table>
</div>
<div class="item">
<table align=center width=900px>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video81_Frm000_2_4.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_1stpart_debug_multiview_video27_Frm000_0.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/3D_rendering_of_a_fox_playing_videogame.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_bear_driving_a_car.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_1stpart_debug_multiview_video14_Frm000_17.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/A_corgi_playing_with_a_ball.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_1stpart_debug_multiview_video22_Frm000_1.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video30_Frm000_3_4.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0509_debug_multiview_video43_Frm000_1.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video26_Frm000_2.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video32_Frm000_7.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video2_Frm000_19_4.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0508_debug_multiview_video34_Frm000_17.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/cute_small_cat_sitting_eating_chicken_wiggs_watching_a_movie.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video84_Frm000_9_0.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0509_debug_multiview_video16_Frm000_8.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_monkey_eating_a_candy_bar.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0504_debug_multiview_video5_Frm000_13_0.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_building_on_fire.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/Time_lapse_of_a_sunflower_blooming_open.mp4'></video>
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/bunny_sample_demo.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/repo_0510_1stpart_debug_multiview_video11_Frm000_14.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/tulip_sample_demo.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='width:220px' src='resources/goodvideos_144/a_goat_drinking_beer.mp4'></video>
</center>
</td>
</tr>
</table>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<section>
<div>
<center><h3 class="title is-3">Compare with <a href="https://sherwinbahmani.github.io/4dfy/">4Dfy</a>. Click <a href="comparison/4dfy.html">here</a> for complete comparison</h3></center>
<br>
</div>
<table align=center width=1000px>
<tr>
<td>
<center>
Ours
</center>
</td>
<td>
<center>
4Dfy
</center>
</td>
<td>
<center>
Ours
</center>
</td>
<td>
<center>
4Dfy
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_4dfy_144/ours_144/a_baby_panda_reading_a_book.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_4dfy_144/4dfy_144/a_baby_panda_reading_a_book.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_4dfy_144/ours_144/a_bear_driving_a_car.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_4dfy_144/4dfy_144/a_bear_driving_a_car.mp4'></video>
</center>
</td>
</tr>
</table>
<br>
</section>
<section>
<div>
<center><h3 class="title is-3">Compare with <a href="https://research.nvidia.com/labs/nxp/dream-in-4d/">Dream-in-4D</a>. Click <a href="comparison/dream-in-4d.html">here</a> for complete comparison</h3></center>
<br>
</div>
<table align=center width=1000px>
<tr>
<td>
<center>
Ours
</center>
</td>
<td>
<center>
Dream-in-4D
</center>
</td>
<td>
<center>
Ours
</center>
</td>
<td>
<center>
Dream-in-4D
</center>
</td>
</tr>
<tr>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_dream_in_4d_144/ours_144/A_baby_eating_ice_cream.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_dream_in_4d_144/dream_in_4d_144/A_baby_eating_ice_cream.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_dream_in_4d_144/ours_144/a_baby_panda_eating_ice_cream.mp4'></video>
</center>
</td>
<td>
<center>
<video class='round' autoplay muted loop playsinline style='height:120px' src='resources/ours_vs_dream_in_4d_144/dream_in_4d_144/a_baby_panda_eating_ice_cream.mp4'></video>
</center>
</td>
</tr>
</table>
<br>
</section>
<section>
<div>
<center><h3 class="title is-3"> Click <a href="ablation/ablation_main.html">here</a> for ablation study</h3></center>
<br>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This website is built using the template of <a
href="https://github.com/nerfies/nerfies.github.io">Nerfies</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
<script>
// Get the video element
var video = document.getElementById("short_video");
// Set the loop attribute to ensure continuous looping
video.loop = true;
// Set the playback range between frames 0 and 100
var startFrame = 0;
var endFrame = 1;
// Listen for the "timeupdate" event to continuously check the playback position
video.addEventListener("timeupdate", function() {
// Check if the current time is beyond the specified range
if (video.currentTime > endFrame) {
// Set the playback position back to the start frame
video.currentTime = startFrame;
}
});
</script>
</body>
</html>