heye0507 commited on
Commit
fb4999b
1 Parent(s): 1748adb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -2
README.md CHANGED
@@ -15,12 +15,74 @@ tags:
15
  [Paper PDF](https://arxiv.org/abs/2410.15636) | [Project Page](https://heye0507.github.io/LucidFusion_page/) | [Gradio Demo](Coming Soon)
16
 
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- <div align="center">
 
 
 
 
 
20
  <img src="resources/output_16.gif" width="95%"/>
21
  <br>
22
  <p><i>Note: we compress these motion pictures for faster previewing.</i></p>
23
- </div>
24
 
25
  <div align=center>
26
  <img src="resources/ours_qualitative.jpeg" width="95%"/>
 
15
  [Paper PDF](https://arxiv.org/abs/2410.15636) | [Project Page](https://heye0507.github.io/LucidFusion_page/) | [Gradio Demo](Coming Soon)
16
 
17
  ---
18
+ ### Demo results of our latest model
19
+
20
+ <style>
21
+ .gif-row {
22
+ display: flex;
23
+ justify-content: center;
24
+ flex-wrap: wrap;
25
+ gap: 10px; /* Adjust the gap as needed */
26
+ }
27
+ .gif-row img {
28
+ width: 24%; /* Adjust width to control size */
29
+ }
30
+ </style>
31
+
32
+ <div class="gif-row">
33
+ <img src="resources/res_ironman.gif" alt="Ironman">
34
+ <img src="resources/res_hulk.gif" alt="Hulk">
35
+ <img src="resources/res_deadpool.gif" alt="Deadpool">
36
+ <img src="resources/res_team_america.gif" alt="Team America">
37
+ </div>
38
+
39
+ <div class="gif-row">
40
+ <img src="resources/res_venom_1.gif" alt="Venom">
41
+ <img src="resources/res_black_widow.gif" alt="Black Widow">
42
+ <img src="resources/res_spiderman.gif" alt="Spiderman">
43
+ <img src="resources/res_superman.gif" alt="Superman">
44
+ </div>
45
+
46
+ <div class="gif-row">
47
+ <img src="resources/res_minions.gif" alt="Minions">
48
+ <img src="resources/res_snowman.gif" alt="Snowman">
49
+ <img src="resources/res_d2_witch.gif" alt="Diablo 2">
50
+ <img src="resources/res_harry_porter.gif" alt="Harry Porter">
51
+ </div>
52
+
53
+ <div class="gif-row">
54
+ <img src="resources/princess.gif" alt="Princess">
55
+ <img src="resources/res_arabic.gif" alt="Arabic">
56
+ <img src="resources/res_chief.gif" alt="Chief">
57
+ <img src="resources/res_knight.gif" alt="Knight">
58
+ </div>
59
+
60
+ <div class="gif-row">
61
+ <img src="resources/res_cry_witch.gif" alt="Witch">
62
+ <img src="resources/boy_running.gif" alt="Boy">
63
+ <img src="resources/girl_head_3.gif" alt="Girl Head">
64
+ <img src="resources/girl_head_2.gif" alt="Girl Head 2">
65
+ </div>
66
+
67
+ <div align=center>
68
+ <p style="max-width: 1000px;">
69
+ We present a flexible end-to-end feed-forward framework, named the <i>LucidFusion</i>, to generate high-resolution 3D Gaussians from unposed, sparse, and arbitrary numbers of multiview images.
70
+ </p>
71
+ </div>
72
+
73
+
74
+
75
 
76
+
77
+
78
+ ---
79
+ <!-- ### Demo results of 256 model -->
80
+
81
+ <!-- <div align="center">
82
  <img src="resources/output_16.gif" width="95%"/>
83
  <br>
84
  <p><i>Note: we compress these motion pictures for faster previewing.</i></p>
85
+ </div> -->
86
 
87
  <div align=center>
88
  <img src="resources/ours_qualitative.jpeg" width="95%"/>