Michael Mayer
Michael Mayer
Also note `-4*10^9` is indeed not a valid altitude. Might be somewhere in the next galaxy.
If it's just a validation issue and you are OK with ignoring the invalid value, feel free to send a pull request. Should be easy to fix in the internal...
There is very little space for it in this view, especially on mobile. For now, you have to go back to details quickly if you don't remember the picture or...
We're not sure about the best way to do it. If we translate it in the database, it causes issues when you change the language or when there are multiple...
Note that some labels come from location data, so you'd also need to translate all OpenStreetMap categories.
Tried that, but turned out to be confusing.
See Developer Guide. It's not possible to train TensorFlow models using Go and I guess a few examples would also not lead to good results. Distributed learning might be a...
Sounds like it makes most sense to implement this as a separate app / server. We already expose an API that can be used and extended if necessary. Might be...
Model training should be done in a separately. It's beyond the scope of what we can maintain right now and also might require different programming languages like Python. The TensorFlow...
Face detection & recognition has been added now. To easily use additional models, it would make sense to use a standardized API designed for this purpose. First step would be...