I wanna to run my tracker. And INFERENCE_PER_FLIGHT_TIMEOUT_SECONDS is setting to 600 for each flight_id (about 1200 imgs). It is easy to meet TimeoutException for our model.
Due to the high resolution of image and small object, I believe we need to extend INFERENCE_PER_FLIGHT_TIMEOUT_SECONDS.
Please suggest how much time you think would be sufficient for your model inference?
One suggestion that I can give you to accelerate your performance is to estimate prior based on training set where the objects typically appear and try to process only this part of the image
Do not forget to provide the final results in the original coordinate system
I know the timeout has been increased, but for the model/approaches to be useful, worth keeping in mind it’s supposed to run on a drone with a much less powerful GPU in real-time with a time budget of only 100ms per frame.