HugMinjun commited on
Commit
0e165a6
·
verified ·
1 Parent(s): 0046dc1

Document the base weights

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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