Script to convert MatterPort Mask_RCNN Keras model to Tensorflow Frozen Graph and Tensorflow Serving Model.
- Modify the path variables in 'user_config.py'
- Run main.py
python3 main.py
If you have a different config class you can replace the existing config in 'main.py'
# main.py
# Current config load
config = get_config()
# replace it with your config class
config = your_custom_config_class