Skip to content
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

Street level image classification project type #53

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

ofr1tz
Copy link
Collaborator

@ofr1tz ofr1tz commented Oct 28, 2024

This enables the MapSwipe web client to handle Mapillary street level image classification projects.

The client uses the Mapillary JS viewer to visualise tasks. Each task is one (panoramic or non-panoramic) Mapillary image. Some of the default interaction components of the Mapillary viewer (direction, sequence, keyboard) are deliberately deactivated in order to prevent the user from navigating to other images within the viewer while on the same task. The street project component reuses option buttons (as used in Validate, Compare, and Media projects) for the user interaction to classify/answer the tasks.

The MapSwipe task is expected to have the Mapillary image id as task id. The task/image id is the only information required by the viewer.

MapSwipe results are written to Firebase with the task id/Mapillary image id as the key and the answer value as value, e.g. { "498763468214164": 0, "132383295515501": 1 }.

A Mapillary API key/access token needs to be provided through .env.production.local and .env.development.local.

@ofr1tz ofr1tz changed the title Feature/street Street level image classification project type Oct 28, 2024
@ofr1tz ofr1tz marked this pull request as ready for review November 28, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant