Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
# Model Card for Model ID
|
6 |
+
|
7 |
+
ResNet50 trained to provide a relative estimation of snow-cover and horizontal visibility from webcam images.
|
8 |
+
Please find details and a quick colab starter on github/nanopiero/weow.
|
9 |
+
|
10 |
+
## Model Details
|
11 |
+
|
12 |
+
### Model Description
|
13 |
+
|
14 |
+
<!-- Provide a longer summary of what this model is. -->
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
- **Developed by:** Pierre Lepetit
|
19 |
+
- **Funded by [optional]:** Météo-France
|
20 |
+
- **Model type:** ResNet50
|
21 |
+
- **Language(s) (NLP):** English
|
22 |
+
- **License:** CC by 4.0
|
23 |
+
|
24 |
+
|
25 |
+
## Uses
|
26 |
+
|
27 |
+
ResNet outputs are averaged to provide proxies of snow-cover and visibility.
|
28 |
+
|
29 |
+
### Direct Use
|
30 |
+
|
31 |
+
see https://github.com/nanopiero/weow/blob/main/notebooks/example_usage.ipynb
|
32 |
+
|
33 |
+
|