Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bendangnuksung committed Apr 11, 2019
1 parent 5d0b468 commit 6c2fe6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### 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.


### How to Run
1. Modify the path variables in 'user_config.py'
2. Run main.py
```bash
python3 main.py
```

0 comments on commit 6c2fe6c

Please sign in to comment.