Image segmentation in android using mask R-CNN

25 views Asked by At

Is it possible to implement Mask R-CNN for background removal in android kotlin? I know that it is possible to use GrabCut in android but I need to use both of these algorithms. I am planning to use Mask R-CNN to automatically detect the object and do the initial segmentation and use GrabCut to clean the remaining background that is segmented by Mask R-CNN.

0

There are 0 answers