Reputation: 303
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.
Upvotes: 0
Views: 83