Add model weight download links
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ Disentangles illumination from scene content in CroCo (Cross-view Completion) la
|
|
| 19 |
| File | Required for | Description |
|
| 20 |
|---|---|---|
|
| 21 |
| **Inference** | | |
|
| 22 |
-
| `CroCoDiLight.pth` | All inference scripts | Full CroCoDiLight model (includes the CroCo encoder, single-view decoder, lighting extractor, and lighting entangler) |
|
| 23 |
-
| `CroCoDiLight_shadow_mapper.pth` | Shadow removal | Lighting mapper trained for shadow removal |
|
| 24 |
-
| `CroCoDiLight_albedo_mapper.pth` | Albedo estimation | Lighting mapper trained for intrinsic image decomposition |
|
| 25 |
| **Training** | | |
|
| 26 |
-
| `CroCoDiLight_decoder.pth` | 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 |
|
|
|
|
| 19 |
| File | Required for | Description |
|
| 20 |
|---|---|---|
|
| 21 |
| **Inference** | | |
|
| 22 |
+
| [`CroCoDiLight.pth`](https://huggingface.co/alistairfoggin/CroCoDiLight/resolve/main/CroCoDiLight.pth?download=true) | All inference scripts | Full CroCoDiLight model (includes the CroCo encoder, single-view decoder, lighting extractor, and lighting entangler) |
|
| 23 |
+
| [`CroCoDiLight_shadow_mapper.pth`](https://huggingface.co/alistairfoggin/CroCoDiLight/resolve/main/CroCoDiLight_shadow_mapper.pth?download=true) | Shadow removal | Lighting mapper trained for shadow removal |
|
| 24 |
+
| [`CroCoDiLight_albedo_mapper.pth`](https://huggingface.co/alistairfoggin/CroCoDiLight/resolve/main/CroCoDiLight_albedo_mapper.pth?download=true) | Albedo estimation | Lighting mapper trained for intrinsic image decomposition |
|
| 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 |
|