jeffliu-LL
commited on
Commit
•
712dda2
1
Parent(s):
42e12b0
Update README.md
Browse files
README.md
CHANGED
@@ -51,11 +51,11 @@ print(pipe(image_url))
|
|
51 |
```
|
52 |
|
53 |
```
|
54 |
-
[{'label': '
|
55 |
-
{'label': '
|
56 |
-
{'label': '
|
57 |
-
{'label': '
|
58 |
-
{'label': '
|
59 |
```
|
60 |
|
61 |
For finer-grained control, see below:
|
@@ -86,18 +86,18 @@ print(labels)
|
|
86 |
```
|
87 |
|
88 |
```
|
89 |
-
[('bridges_any', 0.
|
90 |
-
('buildings_any', 0.
|
91 |
-
('buildings_affected_or_greater', 0.
|
92 |
-
('buildings_minor_or_greater', 0.
|
93 |
-
('debris_any', 0.
|
94 |
-
('flooding_any', 0.
|
95 |
-
('flooding_structures', 0.
|
96 |
-
('roads_any', 0.
|
97 |
-
('roads_damage', 0.
|
98 |
-
('trees_any', 0.
|
99 |
-
('trees_damage', 0.
|
100 |
-
('water_any', 0.
|
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
|