How to implement MASK RCNN on Android?
Or implement it with MobileNet
@mengxiabing : convert .h5 model to .pb model by this: https://github.com/amir-abdi/keras_to_tensorflow/blob/master/keras_to_tensorflow.py
Then use this: https://www.tensorflow.org/mobile/tflite/demo_android
to create your mobile app with MaskRCNN
If you have any difficulties, refer to this: https://github.com/matterport/Mask_RCNN/issues/218
@mengxiabing : convert .h5 model to .pb model by this: https://github.com/amir-abdi/keras_to_tensorflow/blob/master/keras_to_tensorflow.py
Then use this: https://www.tensorflow.org/mobile/tflite/demo_android
to create your mobile app with MaskRCNN
We can convert the .h5 to .pb file, but putting it in tensorflow android app will not work right?
I suppose there is no mask drawing in it.
Is there any code on github managed to output the maskrcnn.pb result?
any solution for this