Document the base weights
Browse files
README.md
CHANGED
|
@@ -32,6 +32,7 @@ Non-commercial research use only.
|
|
| 32 |
|---|---|---|
|
| 33 |
| `eccv_gattn/` | SEVA | Main GeoNVS model (gated-attention fusion): `gs_adapter_weights.pth` + `pytorch_lora_weights.safetensors` |
|
| 34 |
| `eccv_camctrl/` | CameraCtrl (SVD) | GeoNVS on CameraCtrl: adapter + LoRA |
|
|
|
|
| 35 |
|
| 36 |
## Usage
|
| 37 |
|
|
|
|
| 32 |
|---|---|---|
|
| 33 |
| `eccv_gattn/` | SEVA | Main GeoNVS model (gated-attention fusion): `gs_adapter_weights.pth` + `pytorch_lora_weights.safetensors` |
|
| 34 |
| `eccv_camctrl/` | CameraCtrl (SVD) | GeoNVS on CameraCtrl: adapter + LoRA |
|
| 35 |
+
| `eccv_base/` | SEVA | Fusion ablation: concat-FeedForward instead of gated attention (use with `configs/module_config/gsadapter_eccv_base.yaml`) |
|
| 36 |
|
| 37 |
## Usage
|
| 38 |
|