I ran the Retinanet tutorial on Colab but in the prediction phase, the model does not make any detections and no bounding box is displayed on the images.
any help please
I displayed the content of the "detections" variable (detections = inference_model.predict(input_image)) and all values are equal to zero.