Skip to content

feat(export): export wildfire smoke only - #389

Open
MateoLostanlen wants to merge 2 commits into
mainfrom
feat/export-wildfire-only-smoke
Open

MateoLostanlen wants to merge 2 commits into
mainfrom
feat/export-wildfire-only-smoke

Conversation

@MateoLostanlen

Copy link
Copy Markdown
Member
  • The dataset export now returns wildfire smoke only. An alert with any lane annotated industrial or other is dropped whole, siblings included.
  • Dropping just the lane is not enough: lanes of one alert share their frames, so an exported false-positive or wildfire sibling would ship images with visible, unlabeled smoke in them. The check spans every lane, unsure ones included, for the same reason.
  • Always on, no new parameter. The existing smoke_types filter still works but any value other than wildfire now matches nothing.
  • Not additive: alerts that used to export because their smoke sibling was industrial or other now disappear, so a pyro-dataset re-import will see fewer alerts than the run before it.

An alert with any lane annotated industrial or other smoke is now dropped
from GET /api/v1/export/alerts entirely, siblings included. Lanes of one
alert share their frames, so exporting a false-positive or wildfire sibling
would ship images with visible, unlabeled non-wildfire smoke. The check
spans all lanes, unsure ones included, for the same reason.
Notes that the rule is not additive: alerts that used to export because
their smoke sibling was industrial or other now disappear, so a downstream
re-import sees fewer alerts than before.
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