RebeccaNissan26 commited on
Commit
0ef7803
·
1 Parent(s): 7edeb35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ library_name: keras
5
  ## Model description
6
 
7
  This UNet 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, which is considered very good.
9
 
10
  ## Intended uses
11
 
 
5
  ## Model description
6
 
7
  This UNet 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
11