Superlee506 / Mask_RCNN_Humanpose

Mask R-CNN for Human Pose Estimation on Keras and TensorFlow.
Other
189 stars 36 forks source link

support keras update saving to topology #45

Open plChao opened 2 years ago

plChao commented 2 years ago

Like the PR in https://github.com/matterport/Mask_RCNN/pull/662 This fix the isssue of https://github.com/matterport/Mask_RCNN/issues/724 Which gets the error message down when executing demo_human_pose.ipynb

AttributeError: module 'keras.engine.topology' has no attribute 'load_weights_from_hdf5_group_by_name'