-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi team,
Thanks for the great work on OSM Tagger,
It’s an exciting project! While testing the tool, I noticed a concerning behavior:
🐞 Issue:
When uploading a photo of a person (not a road or street-level image), the model still returns a suggested tag:
smoothness=100
...along with a link to the OSM Wiki: https://wiki.openstreetmap.org/wiki/Key:smoothness
🚫 Problems:
The image does not contain a road or any mappable infrastructure.
This could lead to erroneous or misleading data if users rely on these predictions.
✅ Expected behavior:
The model should return an error or warning like:
“No valid road or mappable feature detected.”
All tag values should be validated against the standard OSM tagging schema before being shown to users.
Thanks again for all the work on this, looking forward to improvements!
Best regards,
Brazil Singh