Update README.md
Browse files
README.md
CHANGED
|
@@ -18,5 +18,5 @@ The backbones are ResNet-50 pretrained on ImageNet.
|
|
| 18 |
|
| 19 |
## Model checkpoint
|
| 20 |
|
| 21 |
-
Here we provide the weights for our Dual U-Net that have been obtained after a pre-training on our Hybrid Semantic Change Dataset **FSC-180k**. They can be used for fine-tuning or inference on real change dataset using [our code](https://github.com/yb23/HySCDG) and specifically passing the .ckpt file as
|
| 22 |
|
|
|
|
| 18 |
|
| 19 |
## Model checkpoint
|
| 20 |
|
| 21 |
+
Here we provide the weights for our Dual U-Net that have been obtained after a pre-training on our Hybrid Semantic Change Dataset **FSC-180k**. They can be used for fine-tuning or inference on real change dataset using [our code](https://github.com/yb23/HySCDG) and specifically passing the .ckpt file as `--run_id` variable.
|
| 22 |
|