fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

ModuleNotFoundError: No module named 'keras_retinanet.utils.compute_overlap' #1586

Open ronakdedhia18 opened 1 year ago

ronakdedhia18 commented 1 year ago

How to resolve this issue : ModuleNotFoundError: No module named 'keras_retinanet.utils.compute_overlap' It contains compute_overlap.pyx file instead of .py file

Dickoabc123 commented 1 year ago

Hi, yes, I am having exactly the same issue, even when following the advice here https://github.com/fizyr/keras-retinanet/issues/554

I get the error message ModuleNotFoundError: No module named 'keras_retinanet.utils.compute_overlap'.

If anyone know how to resolve this, I would be grateful if you could share this with me.

Dickoabc123 commented 1 year ago

Did you solve this folks? If so, I’d be grateful if you explained how. thank you.