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

The load_weights from hdf5 functions are no longer obtained in keras.engine.topology but in keras.engine.saving.

Hey, thank you for your fast reply. I tried to run the model for training data with 2 keypoints detection (not human pose estimation), but the loss of the keypoint...

I would like to get person mask + keypoint + road mask + sidewalk mask, so can i train the model for the road and sidewalk which doesn't have keypoint?...

Hello everyone, I would like to train on my own dataset, but unfortunately it doesn't have mask annotations. Is it possible to train only for the keypoints? I had the...