Commit ·
ea24e0c
1
Parent(s): 959cc36
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ library_name: keras
|
|
| 4 |
|
| 5 |
## Model description
|
| 6 |
|
| 7 |
-
This
|
| 8 |
We achieve a Mean IOU of 0.6951 on the validation set.
|
| 9 |
|
| 10 |
## Intended uses
|
|
|
|
| 4 |
|
| 5 |
## Model description
|
| 6 |
|
| 7 |
+
This TransUNet model identifies contrails in satellite images. It takes pre-processed .npy files (images) from the OpenContrails dataset [here](https://arxiv.org/abs/2304.02122) as its inputs, and returns a "mask" image showing only the contrails overlayed on the same area.
|
| 8 |
We achieve a Mean IOU of 0.6951 on the validation set.
|
| 9 |
|
| 10 |
## Intended uses
|