Is there any instance segmentation model (library) that works on Android devices? DeepLab unfortunately does "just" semantic segmentation, YOLACT required CUDA. Mask R-CNN could work, but I couldn't find any implementation or example.
Any hints would be greatly appreciated.