metaview / README.md
multimodalart's picture
multimodalart HF Staff
Initial MetaView novel view synthesis demo
ccfee12 verified
|
Raw
History Blame Contribute Delete
1.07 kB
---
title: MetaView Novel View Synthesis
emoji: 🎥
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: Monocular novel view synthesis from a single image
python_version: "3.10"
startup_duration_timeout: 1h
---
# MetaView — Monocular Novel View Synthesis
Interactive demo for [**MetaView**](https://huggingface.co/Kwai-Kolors/MetaView)
(ECCV 2026): *Monocular Novel View Synthesis with Scale-Aware Implicit Geometry
Priors*.
Upload a single image, choose a target camera **yaw** (left/right) and **pitch**
(up/down), and MetaView renders the scene from the new viewpoint.
The pipeline combines:
- **Qwen-Image-Edit** MM-DiT backbone (novel-view generation),
- **Depth-Anything-3** GIANT (implicit 3D feature priors) + NESTED (dense depth),
- **Modified RoPE (PRoPE)** for metric scale anchoring of the camera pose.
Links: [Model](https://huggingface.co/Kwai-Kolors/MetaView) ·
[Code](https://github.com/KlingAIResearch/MetaView) ·
[Paper](https://arxiv.org/abs/2607.12000)