Object Detection with RetinaNet(Keras) the model does not make any detection

57 views Asked by At

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.

0

There are 0 answers