Update model card for flattened layout
Browse files
README.md
CHANGED
|
@@ -27,9 +27,8 @@ Non-commercial research use only.
|
|
| 27 |
|
| 28 |
| Path | Backbone | Description |
|
| 29 |
|---|---|---|
|
| 30 |
-
| `eccv_gattn/
|
| 31 |
-
| `eccv_camctrl/
|
| 32 |
-
| `cameractrl_lora_145K/` | CameraCtrl (SVD) | LoRA-only baseline (no GS-Adapter) |
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
|
@@ -39,6 +38,6 @@ files into `pretrained_weights/`, then:
|
|
| 39 |
```bash
|
| 40 |
python demo.py --data_path <benchmarkset>/dl3dv10 --num_inputs 3 \
|
| 41 |
--gs_adapter_config configs/module_config/gsadapter_eccv_gattn.yaml \
|
| 42 |
-
--gs_adapter_weight_path pretrained_weights/eccv_gattn
|
| 43 |
--lrm_model_name vggt_iv --H=384 --W=384 --version=1.0
|
| 44 |
```
|
|
|
|
| 27 |
|
| 28 |
| Path | Backbone | Description |
|
| 29 |
|---|---|---|
|
| 30 |
+
| `eccv_gattn/` | SEVA | Main GeoNVS model (gated-attention fusion): `gs_adapter_weights.pth` + `pytorch_lora_weights.safetensors` |
|
| 31 |
+
| `eccv_camctrl/` | CameraCtrl (SVD) | GeoNVS on CameraCtrl: adapter + LoRA |
|
|
|
|
| 32 |
|
| 33 |
## Usage
|
| 34 |
|
|
|
|
| 38 |
```bash
|
| 39 |
python demo.py --data_path <benchmarkset>/dl3dv10 --num_inputs 3 \
|
| 40 |
--gs_adapter_config configs/module_config/gsadapter_eccv_gattn.yaml \
|
| 41 |
+
--gs_adapter_weight_path pretrained_weights/eccv_gattn \
|
| 42 |
--lrm_model_name vggt_iv --H=384 --W=384 --version=1.0
|
| 43 |
```
|