Spaces:
Sleeping
Sleeping
cyberai-1 commited on
Commit ·
b921d86
1
Parent(s): 5375ee4
Change model
Browse files- app.py +1 -0
- traffic_classifier.h5 +2 -2
app.py
CHANGED
|
@@ -80,6 +80,7 @@ TRAFFIC_SIGN_CLASSES = [
|
|
| 80 |
"Roundabout mandatory",
|
| 81 |
"End of no passing",
|
| 82 |
"End of no passing by vehicles over 3.5 metric tons",
|
|
|
|
| 83 |
]
|
| 84 |
|
| 85 |
|
|
|
|
| 80 |
"Roundabout mandatory",
|
| 81 |
"End of no passing",
|
| 82 |
"End of no passing by vehicles over 3.5 metric tons",
|
| 83 |
+
"UNKNOWN / Rejected"
|
| 84 |
]
|
| 85 |
|
| 86 |
|
traffic_classifier.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:064078195f13857d3fd4417d63e83bac8d8bbbd9f681bae04e8819168c433725
|
| 3 |
+
size 14132532
|