Mask R-CNN Models

What are the best resources (e.g. currently maintained) to obtain an existing Mask R-CNN model to train on my own dataset?

I think the current best for PyTorch is probably detectron2 (Welcome to detectron2’s documentation! — detectron2 0.6 documentation)

The matterport implementation on github (GitHub - matterport/Mask_RCNN: Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow) seems popular too, but it doesn’t seem to be currently maintained.

What’s the best TensorFlow/Keras Mask R-CNN model available? Is there 1 that works with TensorFlow 2.10 or 2.11?