mirror of
https://github.com/3x4byte/StreetsignRecognition.git
synced 2025-12-21 01:15:52 +00:00
replaced ß with ss
This commit is contained in:
@@ -20,7 +20,7 @@ def get_concept(path) -> Concept:
|
||||
return Concept.STOP
|
||||
elif "vorfahrt_gewaehren" in path:
|
||||
return Concept.VORFAHRT_GEWAEHREN
|
||||
elif "vorfahrtsstraße" in path:
|
||||
elif "vorfahrtsstrasse" in path:
|
||||
return Concept.VORFAHRT_STRASSE
|
||||
else:
|
||||
return Concept.UNKNOWN
|
||||
|
||||
Reference in New Issue
Block a user