Skip to content

Releases: RodrigoGantier/Mask_R_CNN_Keypoints

json_files

13 Jan 16:40
e294b43
Compare
Choose a tag to compare

train and validation json files

weight

09 Jan 07:24
03a99b8
Compare
Choose a tag to compare

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)