HugMinjun commited on
Commit
37c678e
·
verified ·
1 Parent(s): 0e165a6

Use the paper terminology for the fusion variants

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,9 +30,9 @@ Non-commercial research use only.
30
 
31
  | Path | Backbone | Description |
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
 
 
30
 
31
  | Path | Backbone | Description |
32
  |---|---|---|
33
+ | `eccv_gattn/` | SEVA | Main GeoNVS model, Adaptive Fusion (`fusion_method: gattn`): `gs_adapter_weights.pth` + `pytorch_lora_weights.safetensors` |
34
  | `eccv_camctrl/` | CameraCtrl (SVD) | GeoNVS on CameraCtrl: adapter + LoRA |
35
+ | `eccv_base/` | SEVA | Fusion ablation: Naive Fusion (`fusion_method: concat`), use with `configs/module_config/gsadapter_eccv_base.yaml` |
36
 
37
  ## Usage
38