Keras-retinanet: ImportError: No module named 'keras_retinanet.utils.compute_overlap'

Created on 13 Jul 2018  路  1Comment  路  Source: fizyr/keras-retinanet

Hi @hgaiser I'm getting an ImportError: No module named 'keras_retinanet.utils.compute_overlap' when I run keras_retinanet/bin/train.py . I ran the setup.py and executed successfully. I'm working on windows 7,python 3.5

Most helpful comment

I get the error ModuleNotFoundError: No module named 'keras_retinanet.utils.compute_overlap', how do I fix this? Most likely you are running the code from the cloned repository. This is fine, but you need to compile some extensions for this to work (python setup.py build_ext --inplace).

>All comments

I get the error ModuleNotFoundError: No module named 'keras_retinanet.utils.compute_overlap', how do I fix this? Most likely you are running the code from the cloned repository. This is fine, but you need to compile some extensions for this to work (python setup.py build_ext --inplace).

Was this page helpful?
0 / 5 - 0 ratings