Best encoder for mobile segmentation
I'm working on a segmentation task and want to have a model on mobile devices. Which model can I use for the encoder part, besides 'MobileNetV3'?
I'm working on a segmentation task and want to have a model on mobile devices. Which model can I use for the encoder part, besides 'MobileNetV3'?
MobileNetV3 is still one of the best options. It works fast, has a small number of parameters, and works well on benchmark datasets.