|
6 | 6 | <!-- Replace the content tag with appropriate information --> |
7 | 7 | <metaname="description" |
8 | 8 | content="We introduce MVSplat360, a feed-forward approach for 360° novel view synthesis (NVS) of diverse real-world scenes, using only sparse observations."> |
9 | | -<metaproperty="og:title"content="🎞️MVSplat360"/> |
| 9 | +<metaproperty="og:title"content="MVSplat360: Feed-Forward 360 Scene Synthesis from Sparse Views"/> |
10 | 10 | <metaproperty="og:description" |
11 | 11 | content="MVSplat360 addresses the challenging sparse view NVS by effectively combining geometry-aware 3D reconstruction with temporally consistent video generation."/> |
12 | 12 | <metaproperty="og:url"content="https://donydchen.github.io/mvsplat360"/> |
13 | 13 | <metaproperty="og:image"content="static/images/teaser.png"/> |
14 | 14 | <metaproperty="og:image:width"content="1200"/> |
15 | 15 | <metaproperty="og:image:height"content="400"/> |
16 | 16 |
|
17 | | -<metaname="twitter:title"content="🎞️MVSplat360"> |
| 17 | +<metaname="twitter:title"content="MVSplat360: Feed-Forward 360 Scene Synthesis from Sparse Views"> |
18 | 18 | <metaname="twitter:description"content="MVSplat360 addresses the challenging sparse view NVS by effectively combining geometry-aware 3D reconstruction with temporally consistent video generation."> |
19 | 19 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600--> |
20 | 20 | <metaname="twitter:image"content="static/images/teaser.png"> |
|