RonanMorgan
RonanMorgan
Hello, Another question, I tried to activate the HTTP gzip compression but when I looked in the code it seems to me that, even if the name of the setting...
In order to facilitate data science management I have refactored the endpoint "fetch_media" : I have added a start_date, an end_date to gather images during this time period and a...
II have created a test env which will be launched every night so it would be good to update our image in dockerhub regularly
 This is a first step to start this refactor : gathering images per site / installation.
The following exception is not raised when trying to upload an image : `botocore.errorfactory.NoSuchBucket: An error occurred (NoSuchBucket) when calling the PutObject operation: The specified bucket does not exist`
Add the acknowledged boolean in the table Detection and a new endpoint. It will allow the plateform to know if a Detection has been acknowledged by a User.
It seems to me that it's a bit more secure and the images will be simpler to gather for data scientist if we save all the images of the same...
The wildfire table is containing the starting_date and ending_date of a fire. The wildfire_id is be saved in the Detection table in order to be able to find all the...
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
When calling the fetch unlabeled detections endpoint with an ADMIN token, the pictures were not found in the S3 because the organisation_id of ADMIN is = 1, while we would...