mapillary / mapillary/mapillary_tools
Consider GPS orientation for 360 degree camera
@ybkuang is already working on this.
Since Nov 14, 2016.
- Dominant language
- Python
- Stars
- 315
- Forks
- 145
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
The orientation of images is probably taken from Pose*Degrees, but the script for interpolating direction sets only the heading, so the images in the sequence are badly oriented, because the pose data for images taken on a bike are very bad.
The problems can be seen on all my sequences (i. e. https://www.mapillary.com/app/user/jethro?lat=49.99294783305556&lng=13.257768666944445&z=17&pKey=MwfBCBPiW791-9G472VzXA&focus=photo).
Can you please add option to overwrite both heading and pose information by interpolating script, so the images will be only oriented by GPS track, which is quite good when I am moving?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.