Mask_RCNN_Humanpose icon indicating copy to clipboard operation
Mask_RCNN_Humanpose copied to clipboard

Mask R-CNN for Human Pose Estimation on Keras and TensorFlow.

Results 15 Mask_RCNN_Humanpose issues
Sort by recently updated
recently updated
newest added

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' ```

i just wonder if there are some code for the metric evaluated about the human pose estimation,casue just mAP score for object detection. i want identify the door pickings by...

Hello all, I try to train Mask-RCNN via COCO-2017 key-point dataset. However, I got an error that I could not understand/overcome it. I work on Colab, so I uploaded coco2017...

Hi Superlee, thank you for your great work. I have a question about your keypoint mask head (build_fpn_keypoint_mask_graph). As far as I can tell there are differences between yours the...

Thanks for your code. I have a question about how to annotate keypoints data? Is it the same as annotating mask data using via tool?

can you please tell me in form are you creating your json file can u please upload the same and tell us what is to be selected thank you in...

I suceessfully import the training data but, stucked in the below error. anyone help? My error message is **AssertionError: Could not compute output Tensor("mrcnn_class_loss/Reshape:0", shape=(1, 1), dtype=float32)** ++ Traceback (most...

Thank you for your reply.I try to use pytorch to train my own dataset ,but when i use the SGD optimizer with configs in config.py,after few steps, the loss became...

I used the project to train on coco train 2014. And I got the evaluation: loading annotations into memory... Done (t=4.37s) creating index... index created! 40504 40504 Loading and preparing...

Hi, thanks for the great model! just wanted to know if the model weights are also MIT license or is it just the code? thanks!