-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Description
trying to run the demo file to get started. Running into this error in the mrcnn/model.py file. Has anyone seen this before? I cant seem to find keras.engine to install.
21 import keras.backend as K
22 import keras.layers as KL
---> 23 import keras.engine as KE
24 import keras.models as KM
26 from mrcnn import utils
ModuleNotFoundError: No module named 'keras.engine'
Metadata
Metadata
Assignees
Labels
No labels