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

Send url with detection #346

Closed RonanMorgan closed 3 months ago

RonanMorgan commented 3 months ago

It will allow a more efficient behavior of the platform : we won't need to do a for loop on detections to get back all the url.

Question : if the image doesn't exist we raise en error. Maybe we should try catch and send back a de fault value for the non existent images @frgfm ?