mapillary / mapillary/OpenSfM

Inquiry Regarding Representation of Position and Orientation Data in exif_overrides.json

Open
#1,035 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.8k
Forks
899
PR merge metrics
No merged PRs in 30d

Description

I'm seeking guidance on representing position (Euclidean X, Y, Z) and orientation (Omega, Phi, Kappa) data in the exif_overrides.json file for image metadata.

This example exists in the documentation but I don't know if there is any additional field to represent my information.

{
    "image_name.jpg": {
        "gps": {
            "latitude": 52.51891,
            "longitude": 13.40029,
            "altitude": 27.0,
            "dop": 5.0
        }
    }
}

Thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the documentation example for exif_overrides.json and trace how the format represents image metadata. Check whether position and Omega, Phi, Kappa orientation fields are documented or supported, then clarify the expected representation in the documentation or issue response.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.