-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inaccurate placement of marker #272
Comments
Thanks for reporting @tordans. We are aware of the issue, I will refer to the following blog post for an explanation: https://blog.mapillary.com/product/2017/03/29/mjs-mouse-marker.html "There are currently some limitations to the behavior of the marker and mouse APIs. In general, it will work well in areas that align well with:
If the area is not flat enough, our ground approximation may not correspond to the real ground very well. If the GPS positions are not correct, the markers will be shifted between the map and photo. If the camera was not held upright, the 3D alignment in the photo may be incorrect. We will work on support for and improved handling of some of those cases in the future." I will add to this that there is a larger chance of getting good image data for placing markers if using a 360 camera instead of a mobile phone or similar because of the larger field of view and therefor higher probability of finding good correspondences between the images. We will look at ways to improve this behavior in the future both with respect to the underlying data and to how/when you are able to interact in the viewer. |
@oscarlorentzon thanks for explaining. A few ideas how to address this
b. Provide feature for those who take the picture to fix the inaccuracy
Viele Grüße, Tobias |
@oscarlorentzon I came across this article that discusses the same problem of bad GPS placement in cities. Maybe this could help in this case as well? https://eng.uber.com/rethinking-gps/ |
@tordans Sorry for getting back late. Thanks for all the suggestions in a). We will consider them in future releases. Regarding b). It is already possible to move pictures and change the bearing on mapillary.com. It is more related to the map an not something that will be part of MapillaryJS. The GPS placement problem needs to be solved at capture time. Using ideas like the one you shared in our apps would be interesting. |
It is important to realize that an image has more that one latitude/longitude pair! My experience is that the SfM lat/lon (SfM = Structure from Motion) that is calculated is (most of the time) superior. I wrote about this one the Mapillary forum also: AD: I am seriously hoping that Mapillary will make it possible so that I can more easily get the SfM coords.. (I now sort of needed to "hack the system"..) |
Hi @mrAceT we are planning to expose SfM coordinates and camera angles in https://www.mapillary.com/developer/api-documentation/#images |
Drop a line when I can test! PS: it works now, but is slow and I fear that the way I solved it now is OK in a test environment, but is way to much of a load on the Mapillary API when used on a public site.. (which I eventually plan to do...) |
I try to use the new feature to "Sync viewer and map markers" to tag a playground on OSM.
Image key:
jYNjmv7P567FSw92Z1_DEw
User:
tordans
Testing application: https://bl.ocks.org/tordans/339312be319c977a4485a6f56c9800bc
The issue:
I placed map marker on the foot path that is on the playground. I did this on several images. The Markers all show up somewhere else on the map.
In the last case, the image alignment seems to be completely off (see red arrow).
Expected behaviour:
Screenshot
The text was updated successfully, but these errors were encountered: