Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
license: openrail
|
3 |
datasets:
|
4 |
- DarthReca/hydro-chronos
|
5 |
-
pipeline_tag: image-segmentation
|
6 |
tags:
|
7 |
- climate
|
8 |
- geospatial
|
@@ -15,16 +14,16 @@ tags:
|
|
15 |
library_name: transformers
|
16 |
---
|
17 |
|
18 |
-
# ACTU for
|
19 |
|
20 |
<!-- Provide a quick summary of what the model is/does. -->
|
21 |
-
This is ACTU for
|
22 |
|
23 |
## Model Details
|
24 |
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
This architecture is a temporal UNet (with ConvLSTMs), featuring an LSTM branch to process climate timeseries and a gating mechanism.
|
27 |
-
It is designed to receive a timeseries of Sentinel-2 images, DEM, and timeseries of climate variables and output a
|
28 |
|
29 |
- **Developed by:** Daniele Rege Cambrin
|
30 |
- **Model type:** ACTU
|
@@ -37,7 +36,7 @@ It is designed to receive a timeseries of Sentinel-2 images, DEM, and timeseries
|
|
37 |
The model is integrated into Transformers, so you can easily load it with the following code:
|
38 |
|
39 |
```python
|
40 |
-
AutoModel.from_pretrained("DarthReca/actu-
|
41 |
```
|
42 |
|
43 |
Load the model with the desired configuration with the *revision* parameter (the branches of this repo). These configurations are available:
|
@@ -65,4 +64,4 @@ The model is pre-trained on Landsat-5 images and fine-tuned on Sentinel-2 of Hyd
|
|
65 |
```
|
66 |
|
67 |
## Licensing
|
68 |
-
The project uses third-party software. For detailed information on the licensing of each component, please see the [**NOTICE.md**](NOTICE.md) file.
|
|
|
2 |
license: openrail
|
3 |
datasets:
|
4 |
- DarthReca/hydro-chronos
|
|
|
5 |
tags:
|
6 |
- climate
|
7 |
- geospatial
|
|
|
14 |
library_name: transformers
|
15 |
---
|
16 |
|
17 |
+
# ACTU for Change Detection
|
18 |
|
19 |
<!-- Provide a quick summary of what the model is/does. -->
|
20 |
+
This is ACTU for change detection of thresholded absolute MNDWI difference.
|
21 |
|
22 |
## Model Details
|
23 |
|
24 |
<!-- Provide a longer summary of what this model is. -->
|
25 |
This architecture is a temporal UNet (with ConvLSTMs), featuring an LSTM branch to process climate timeseries and a gating mechanism.
|
26 |
+
It is designed to receive a timeseries of Sentinel-2 images, DEM, and timeseries of climate variables and output a binary mask.
|
27 |
|
28 |
- **Developed by:** Daniele Rege Cambrin
|
29 |
- **Model type:** ACTU
|
|
|
36 |
The model is integrated into Transformers, so you can easily load it with the following code:
|
37 |
|
38 |
```python
|
39 |
+
AutoModel.from_pretrained("DarthReca/actu-change-detection", trust_remote_code=True, revision=<model_type>)
|
40 |
```
|
41 |
|
42 |
Load the model with the desired configuration with the *revision* parameter (the branches of this repo). These configurations are available:
|
|
|
64 |
```
|
65 |
|
66 |
## Licensing
|
67 |
+
The project uses third-party software. For detailed information on the licensing of each component, please see the [**NOTICE.md**](NOTICE.md) file.
|