问题一:module 'keras.engine.topology' has no attribute 'load_weights_from_hdf5_group_by_name' #694
解决答案:参考网址:AttributeError:module 'keras.engine.topology' has no attribute 'load_weights_from_hdf5_group_by_name_c20081052的专栏-CSDN博客
参考google:module 'keras.engine.topology' has no attribute 'load_weights_from_hdf5_group_by_name' · Issue #694 · matterport/Mask_RCNN · GitHub
选择第二种方案解决,即:
将 mrcnn/model.py目录下的函数中的 "topology"用 "saving"代替,
然后在该文件夹下打开cmd,输入 python setup.py install 重新安装mask rcnn 即可。