Mask R-CNN is one of the important models in the object detection world. It was published in 2018 and it has multiple implementations based on Pytorch (detectron2) and Tensorflow (object detection). In this quick tutorial, we will explore how we can export Mask R-CNN to tflite so that it can…