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)
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)