Commit ·
9266a5b
1
Parent(s): 378285d
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,19 @@ library_name: keras
|
|
| 4 |
|
| 5 |
## Model description
|
| 6 |
|
| 7 |
-
|
|
|
|
| 8 |
|
| 9 |
## Intended uses & limitations
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
## How to Get Started with the Model
|
| 14 |
|
|
@@ -26,10 +34,13 @@ model = from_pretrained_keras("MIDSCapstoneTeam/ContrailSentinel", custom_object
|
|
| 26 |
|
| 27 |
## Training and evaluation data
|
| 28 |
|
| 29 |
-
|
|
|
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
|
|
|
|
|
|
| 33 |
### Training hyperparameters
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
|
|
|
| 4 |
|
| 5 |
## Model description
|
| 6 |
|
| 7 |
+
This model identifies contrails in satellite images. It takes pre-processed .npy files (images) as its inputs, and returns a "mask" image showing only the contrails overlayed on the same area.
|
| 8 |
+
We used a TransUNet model architecture ...
|
| 9 |
|
| 10 |
## Intended uses & limitations
|
| 11 |
|
| 12 |
+
Note, this is in progress -
|
| 13 |
+
|
| 14 |
+
We hope that data scientists and researchers focused on reducing contrails (towards the goal of reducing global warming) will use this model to improve their work.
|
| 15 |
+
There are current efforts underway to develop software that re-routes planes to avoid contrails. Researchers are building models to predict contrails based on atmospheric conditions and other factors, but they need a way to validate those predictions.
|
| 16 |
+
That's where we come in. Let's say you have a model that suggests there should be contrails in an image (based on the time/location the picture was taken).
|
| 17 |
+
Our model can find the contrails (or lack thereof) in your image without a human labeler, allowing you to validate whether your predictions were correct.
|
| 18 |
+
This becomes valuable at scale, when you need to validate your model on many images - contrail detection is a tough task for humans and machines alike!
|
| 19 |
+
|
| 20 |
|
| 21 |
## How to Get Started with the Model
|
| 22 |
|
|
|
|
| 34 |
|
| 35 |
## Training and evaluation data
|
| 36 |
|
| 37 |
+
(will add more info here)
|
| 38 |
+
OpenContrails dataset [here](https://arxiv.org/abs/2304.02122)
|
| 39 |
|
| 40 |
## Training procedure
|
| 41 |
|
| 42 |
+
|
| 43 |
+
|
| 44 |
### Training hyperparameters
|
| 45 |
|
| 46 |
The following hyperparameters were used during training:
|