Skip to content

weight

Choose a tag to compare

@RodrigoGantier RodrigoGantier released this 09 Jan 07:24
· 6 commits to master since this release
03a99b8

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)