Nellaker-group / TowardsDeepPhenotyping

43 stars 12 forks source link

ModuleNotFoundError: No module named 'keras_resnet' in keras_retinanet/models/resnet.py #6

Open Miclita opened 5 years ago

Miclita commented 5 years ago

Hi, I am very interested in your work. When I ran the script "keras_retinanet/bin/evaluate.py", the error “ModuleNotFoundError” occured. I can't find it anywhere. Could you upload this module as well?

GlastonburyC commented 5 years ago

There is no Module missing. Everything is there. Is it possible you supply more information on the error message and Traceback output? - I assume you're using the wrong version of Keras.

Miclita commented 5 years ago

There is no Module missing. Everything is there. Is it possible you supply more information on the error message and Traceback output? - I assume you're using the wrong version of Keras.

Sorry for no detail of this problem. The Traceback is as follows:

Using TensorFlow backend.
Traceback (most recent call last):
File "./keras_retinanet/bin/evaluate.py", line 37, in 
from ..models.resnet import custom_objects
File "./keras_retinanet/bin....\keras_retinanet\models\resnet.py", line 20, in 
import keras_resnet
ModuleNotFoundError: No module named 'keras_resnet'