Mask-RCNN move to java

Hi,

We are required to build a project with my team that requires instance segmentation. We are not too familiar with CNN’s however we got some basics. We have managed to train a model using the matterport Mask RCNN ( GitHub - matterport/Mask_RCNN: Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow ) using keras and tensorflow, and we would need to import it to java. I am thinking of importing the keras weights using the keras model import but I am not sure if that will work? Do you have any advice?

Thank you.