pyronear / pyro-api

Alert Management API for wildfire prevention, detection & monitoring. Built with FastAPI & PostgreSQL
Apache License 2.0
21 stars 9 forks source link

Add field "manual bboxes" in the Detection table #374

Open RonanMorgan opened 1 month ago

RonanMorgan commented 1 month ago

We need this field in order to be able to differentiate the bboxes detected by the algorithm and the bboxes manually annoted by a human

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 86.48%. Comparing base (db5a81a) to head (c38e2c2).

Files with missing lines Patch % Lines
src/app/api/api_v1/endpoints/detections.py 87.50% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #374 +/- ## ========================================== + Coverage 86.39% 86.48% +0.08% ========================================== Files 34 34 Lines 941 962 +21 ========================================== + Hits 813 832 +19 - Misses 128 130 +2 ``` | [Flag](https://app.codecov.io/gh/pyronear/pyro-api/pull/374/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyronear) | Coverage Δ | | |---|---|---| | [backend](https://app.codecov.io/gh/pyronear/pyro-api/pull/374/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyronear) | `86.09% <91.66%> (+0.10%)` | :arrow_up: | | [client](https://app.codecov.io/gh/pyronear/pyro-api/pull/374/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyronear) | `92.06% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyronear#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.