Releases: RodrigoGantier/Mask_R_CNN_Keypoints
Releases · RodrigoGantier/Mask_R_CNN_Keypoints
json_files
train and validation json files
weight
This file (keypoints.zip) is the trained weights for this code
in main.py you can load the wiegths with the following comand
model_path = '/you weight direction/mask_rcnn_ai_.h5'
model.load_weights(model_path, by_name=True)