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

Refactor Engine for External source usage #227

Open
wants to merge 5 commits into
base: rs/update-new-datamodel
Choose a base branch
from

Conversation

RonanMorgan
Copy link
Collaborator

@RonanMorgan RonanMorgan commented Oct 26, 2024

We would like to use the Engine in order to save wildfire images which are downloaded in a repository.

For this, I have added an external_sources boolean which is used to deactivate some piece of code useless for this use case (since we only use the predict() and _process_alerts() functions)

azimuth is set to 0 for external sources for now

In order to save images from exgternal sources,

  1. an organization should be created and a camera (or many). We can use the init_script in the pyro-devops repo.
  2. a credentials.json file should be generated

I have also added a refactor allowing to reduce the container size of the Engine (from 6G -> 2G) which is very useful for dev purpose

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