nanopiero commited on
Commit
c0432c3
·
verified ·
1 Parent(s): 4c6632a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -13
README.md CHANGED
@@ -1,33 +1,47 @@
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
 
 
 
1
  ---
2
  language:
3
  - en
4
+ license: cc-by-4.0
5
+ tags:
6
+ - snow-cover-estimation
7
+ - visibility-estimation
8
+ - resnet50
9
  ---
 
10
 
11
+ # Model Card for Snow-Cover and Visibility Estimation using ResNet50
 
12
 
13
+ This ResNet50 model is trained to provide a relative estimation of snow cover and horizontal visibility from webcam images. The model outputs are averaged to provide proxies for these two weather-related metrics.
14
 
15
+ For details and a quick starter Colab, visit [GitHub repository](https://github.com/nanopiero/weow).
16
 
17
+ ## Model Details
18
 
19
+ ### Model Description
20
 
21
+ This model leverages a ResNet50 architecture to estimate snow cover and visibility based on webcam imagery. It was trained using a dataset of images captured in varying weather and lighting conditions, making it suitable for outdoor use.
22
 
23
  - **Developed by:** Pierre Lepetit
24
+ - **Funded by:** Météo-France
25
+ - **Model type:** Convolutional Neural Network (ResNet50)
26
+ - **Language(s):** N/A (not applicable for this non-NLP model)
27
  - **License:** CC by 4.0
28
+ - **Training data:** Webcam images from various outdoor environments, annotated for snow cover and visibility.
29
 
30
+ ### Input and Output
31
 
32
+ - **Input:** Webcam images (standard format, JPEG/PNG, etc.) of outdoor environments.
33
+ - **Output:**
34
+ - Relative snow cover estimation.
35
+ - Relative Horizontal visibility estimation.
36
 
37
+ ## Uses
38
 
39
+ ### Intended Use
40
 
41
+ This model is designed for:
42
+ - Monitoring snow cover in outdoor environments.
43
+ - Estimating visibility conditions in real-time based on webcam imagery.
44
 
45
+ ### Direct Use
46
 
47
+ Refer to the example notebook for direct use: [example_usage.ipynb](https://github.com/nanopiero/weow/blob/main/notebooks/example_usage.ipynb)