Add project page and code links
Browse files
README.md
CHANGED
|
@@ -13,8 +13,11 @@ tags:
|
|
| 13 |
# GeoNVS: Geometry Grounded Video Diffusion for Novel View Synthesis
|
| 14 |
|
| 15 |
GS-Adapter and LoRA weights for **GeoNVS**, which injects explicit 3D Gaussian
|
| 16 |
-
geometry into camera-controlled video diffusion models
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
These weights are fine-tuned from
|
| 20 |
[`stabilityai/stable-virtual-camera`](https://huggingface.co/stabilityai/stable-virtual-camera)
|
|
@@ -32,8 +35,9 @@ Non-commercial research use only.
|
|
| 32 |
|
| 33 |
## Usage
|
| 34 |
|
| 35 |
-
Use with the GeoNVS code release
|
| 36 |
-
|
|
|
|
| 37 |
|
| 38 |
```bash
|
| 39 |
python demo.py --data_path <benchmarkset>/dl3dv10 --num_inputs 3 \
|
|
|
|
| 13 |
# GeoNVS: Geometry Grounded Video Diffusion for Novel View Synthesis
|
| 14 |
|
| 15 |
GS-Adapter and LoRA weights for **GeoNVS**, which injects explicit 3D Gaussian
|
| 16 |
+
geometry into camera-controlled video diffusion models.
|
| 17 |
+
|
| 18 |
+
[Project page](https://sites.google.com/view/minjun-kang/geonvs-eccv26) |
|
| 19 |
+
[Paper](https://arxiv.org/abs/2603.14965) |
|
| 20 |
+
[Code](https://github.com/MinJunKang/GeoNVS)
|
| 21 |
|
| 22 |
These weights are fine-tuned from
|
| 23 |
[`stabilityai/stable-virtual-camera`](https://huggingface.co/stabilityai/stable-virtual-camera)
|
|
|
|
| 35 |
|
| 36 |
## Usage
|
| 37 |
|
| 38 |
+
Use with the [GeoNVS code release](https://github.com/MinJunKang/GeoNVS) —
|
| 39 |
+
`tools/scripts/download_weights_ours.sh` fetches these files into
|
| 40 |
+
`pretrained_weights/`, then:
|
| 41 |
|
| 42 |
```bash
|
| 43 |
python demo.py --data_path <benchmarkset>/dl3dv10 --num_inputs 3 \
|