aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.39k stars 652 forks source link

Instance Segmentation BlendMask on Android #599

Open Maria-Volkova98 opened 2 years ago

Maria-Volkova98 commented 2 years ago

Is it possible to optimize the model BlendMask for use on android?

I found examples for semantic segmentation by PyTorch (https://pytorch.org/tutorials/beginner/deeplabv3_on_android.html)

What parameters need to be taken into account in order to understand whether this can be implemented?