This program is inspired by this article (Pixel Segementation in a batch mode)
Follow official instructions here
Go to the model_zoo page and choose a mask_rcnn_... model
Download it and save it to exported_model/ folder
Set the model path here PATH_TO_CKPT = 'exported_model/YOUR_MODEL_NAME/frozen_inference_graph.pb'
Install all dependencies and run with the command python3 Main.py