/mrcnn-up

Primary LanguagePythonMIT LicenseMIT

Mask R-CNN Tensorflow 2.11

Migration of matterpot Mask R-CNN implementation to work in versions starting with Tensorflow 2.11 leaf from Renê Michel

Read More

Full documentation: README When running model use coco, imagenet, or last in the init_with argument

  model.load_weights(init_with='coco', filepath=weights_path, by_name=True)