jeffliu-LL commited on
Commit
712dda2
1 Parent(s): 42e12b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -51,11 +51,11 @@ print(pipe(image_url))
51
  ```
52
 
53
  ```
54
- [{'label': 'water_any', 'score': 0.998600423336029},
55
- {'label': 'buildings_any', 'score': 0.9936745166778564},
56
- {'label': 'roads_any', 'score': 0.9805088043212891},
57
- {'label': 'trees_any', 'score': 0.9748439192771912},
58
- {'label': 'bridges_any', 'score': 0.4565260708332062}]
59
  ```
60
 
61
  For finer-grained control, see below:
@@ -86,18 +86,18 @@ print(labels)
86
  ```
87
 
88
  ```
89
- [('bridges_any', 0.4565260708332062),
90
- ('buildings_any', 0.9936745166778564),
91
- ('buildings_affected_or_greater', 0.39488333463668823),
92
- ('buildings_minor_or_greater', 0.0001674541417742148),
93
- ('debris_any', 0.00040665006963536143),
94
- ('flooding_any', 0.013466577045619488),
95
- ('flooding_structures', 0.04397346451878548),
96
- ('roads_any', 0.9805088043212891),
97
- ('roads_damage', 0.006721241865307093),
98
- ('trees_any', 0.9748439192771912),
99
- ('trees_damage', 0.06994925439357758),
100
- ('water_any', 0.998600423336029)]
101
  ```
102
 
103
  ## Citation
 
51
  ```
52
 
53
  ```
54
+ [{'label': 'buildings_any', 'score': 0.9994631409645081},
55
+ {'label': 'bridges_any', 'score': 0.9981274008750916},
56
+ {'label': 'flooding_structures', 'score': 0.9974740147590637},
57
+ {'label': 'roads_any', 'score': 0.9966784715652466},
58
+ {'label': 'water_any', 'score': 0.9921613335609436},]
59
  ```
60
 
61
  For finer-grained control, see below:
 
86
  ```
87
 
88
  ```
89
+ [('bridges_any', 0.9981274008750916),
90
+ ('buildings_any', 0.9994631409645081),
91
+ ('buildings_affected_or_greater', 0.9810144901275635),
92
+ ('buildings_minor_or_greater', 0.010010059922933578),
93
+ ('debris_any', 0.053571492433547974),
94
+ ('flooding_any', 0.9028007388114929),
95
+ ('flooding_structures', 0.9974740147590637),
96
+ ('roads_any', 0.9966784715652466),
97
+ ('roads_damage', 0.6155700087547302),
98
+ ('trees_any', 0.9893258810043335),
99
+ ('trees_damage', 0.49921801686286926),
100
+ ('water_any', 0.9921613335609436)]
101
  ```
102
 
103
  ## Citation