i want to use mask rcnn to mobile, but i do not see the script convert inference model to tflife. Thanks
Is this an official model? Could you let us know the model repo you are referring to?
I mean, how do I use and output rcnn's output mask to mobile?
I mean, how do I use and output rcnn's output mask to mobile?
did you solve the problem? I get stuck on using output mask to mobile
mask r-cnn model under official/vision/detection is undergoing some major refactor. We will release the new implementation which supports exporting to saved model and tflite model later.
@pengchongjin do you know what the timeline is for the mask rcnn model refactor as well as what should be expected in the new version?
@pengchongjin
The tf lite documentation says the tensorflow 2.2 now supports mask rcnn conversion with tflite. Which repo is this pointing to? as far as i know, the matterport repo still does not support the conversion fully. As i discussed in this issue