Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bendangnuksung authored Apr 17, 2019
1 parent 4d0c4c6 commit 4245fa1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### MRCNN Model conversion
This repo is to convert [MatterPort Mask_RCNN](https://github.com/matterport/Mask_RCNN) keras model to -Frozen PB graph and then to Serving Model (saved_model) for tensorflow model serving.
Script to convert [MatterPort Mask_RCNN](https://github.com/matterport/Mask_RCNN) Keras model to Tensorflow Frozen Graph and Tensorflow Serving Model.


### How to Run
Expand All @@ -9,7 +9,7 @@ This repo is to convert [MatterPort Mask_RCNN](https://github.com/matterport/Mas
python3 main.py
```

#### Custom Config class
#### For Custom Config class
If you have a different config class you can replace the existing config in 'main.py'
```python
# main.py
Expand All @@ -20,4 +20,3 @@ config = get_config()
config = your_custom_config_class
```

0 comments on commit 4245fa1

Please sign in to comment.