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

Distance to crop + crop coordinate should be saved to the database #26

Closed
ivanzvonkov opened this issue Apr 17, 2022 · 1 comment
Closed
Assignees

Comments

@ivanzvonkov
Copy link
Contributor

Context: The db_to_shapefile.ipynb notebook allows the user to query a set of street2sat object detection predictions and compute crop coordinates by estimating distance to crop and adding it to the photo coordinate (in the direction of the camera photo).

Issue: The computed coordinates are only saved to a shapefile which is not kept track of as part of the repository. Therefore distances have to be recomputed each time and comparison of different distance estimation methods is not straightforward.

Potential solution: On each crop coordinate computation the following values should be saved to the database:

  • velocity vector
  • distance estimation method
  • distance estimated
  • computed crop coordinate
@ivanzvonkov ivanzvonkov self-assigned this Apr 17, 2022
@ivanzvonkov
Copy link
Contributor Author

No longer relevant.

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

No branches or pull requests

1 participant