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

Add method for loading predictions into runners #504

Open
rwood-97 opened this issue Sep 13, 2024 · 0 comments
Open

Add method for loading predictions into runners #504

rwood-97 opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request new feature text on maps Integrating text detection and recognition task(s)

Comments

@rwood-97
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
At the moment there is no way to reload text predictions into the runners. This means if you want to e.g. georeference them or search them later on , you need to rerun the model.

It would be better if we could reload the predictions using a load_predictions method. This could ideally work at the patch/parent/geo levels.

Describe the solution you'd like
Add load_predictions method to the Runners

Describe alternatives you've considered
Temporarily as an alternative you can use pickle.
This obviously isn't ideal.

@rwood-97 rwood-97 added enhancement New feature or request new feature labels Sep 13, 2024
@rwood-97 rwood-97 added the text on maps Integrating text detection and recognition task(s) label Sep 13, 2024
@kallewesterling kallewesterling moved this to Upcoming in MapReader Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new feature text on maps Integrating text detection and recognition task(s)
Projects
Status: In progress (now)
Development

No branches or pull requests

1 participant