alistairfoggin commited on
Commit
c781e67
·
verified ·
1 Parent(s): d93d773

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -25,7 +25,9 @@ Disentangles illumination from scene content in CroCo (Cross-view Completion) la
25
  | **Training** | | |
26
  | [`CroCoDiLight_decoder.pth`](https://huggingface.co/alistairfoggin/CroCoDiLight/resolve/main/CroCoDiLight_decoder.pth?download=true) | Training of `CroCoDiLight.pth` | The pretrained monocular decoder for the CroCo v2 encoder |
27
 
28
- `CroCoDiLight.pth` is the base model needed by every inference and evaluation script. The mapper weights are only needed for their respective tasks. Lighting transfer, freezing, and interpolation use the base model only. `CroCoDiLight_decoder.pth` is not necessary for inference as it is embedded into `CroCoDiLight.pth`, but can be used as a standalone decoder for the CroCo v2 ViTLarge encoder (which is embedded in the model weights too).
 
 
29
 
30
  ## Usage
31
  See the [GitHub repository](https://github.com/alistairfoggin/CroCoDiLight) for setup instructions, inference scripts, Gradio demos, training, and evaluation.
@@ -49,7 +51,8 @@ data documented in the [NOTICE](https://github.com/alistairfoggin/CroCoDiLight/b
49
 
50
  ## Acknowledgements
51
  CroCoDiLight builds on [CroCo](https://github.com/naver/croco) (Weinzaepfel et al.),
52
- licensed under CC BY-NC-SA 4.0 by Naver Corporation.
 
53
  Model training was performed on the Viking cluster, a high performance compute facility
54
  provided by the University of York. We are grateful for computational support from the
55
  University of York, IT Services and the Research IT team.
 
25
  | **Training** | | |
26
  | [`CroCoDiLight_decoder.pth`](https://huggingface.co/alistairfoggin/CroCoDiLight/resolve/main/CroCoDiLight_decoder.pth?download=true) | Training of `CroCoDiLight.pth` | The pretrained monocular decoder for the CroCo v2 encoder |
27
 
28
+ `CroCoDiLight.pth` is the base model needed by every inference and evaluation script. The mapper weights are only needed for their respective tasks. Lighting transfer, freezing, and interpolation use the base model only.
29
+
30
+ `CroCoDiLight_decoder.pth` is not necessary for inference as it is embedded into `CroCoDiLight.pth`, but can be used as a standalone decoder for the CroCo v2 ViTLarge encoder (which is embedded in the model weights too).
31
 
32
  ## Usage
33
  See the [GitHub repository](https://github.com/alistairfoggin/CroCoDiLight) for setup instructions, inference scripts, Gradio demos, training, and evaluation.
 
51
 
52
  ## Acknowledgements
53
  CroCoDiLight builds on [CroCo](https://github.com/naver/croco) (Weinzaepfel et al.),
54
+ licensed under CC BY-NC-SA 4.0 by Naver Corporation.
55
+
56
  Model training was performed on the Viking cluster, a high performance compute facility
57
  provided by the University of York. We are grateful for computational support from the
58
  University of York, IT Services and the Research IT team.