mapillary / mapillary/mapillary_tools
Consider GPX track segments when interpolating
Open
@ybkuang is already working on this.
Since May 24, 2017.
bug
- Dominant language
- Python
- Stars
- 315
- Forks
- 145
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
The GPX scripts is right now flattening the points from all tracks into one big list. That means that - if you stopped the GPX logging and started it again, you will have several tracks in the GPX fiel with gaps in between. Images in these gaps should be cosidered outside the GPX coverage (like before/after the whole file) and not be modified. Right now the images get falsely interpolated directions where there is no GPX coverage.
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.