Tramac / Lightweight-Segmentation

Lightweight models for real-time semantic segmentation(include mobilenetv1-v3, shufflenetv1-v2, igcv3, efficientnet).
Apache License 2.0
356 stars 77 forks source link

Instance sematic segmentation #8

Closed abhigoku10 closed 5 years ago

abhigoku10 commented 5 years ago

@Tramac thanks for the wonderful code base , i have few following queries

  1. Can we use the architectures like efficient net , shuffle net for instance segmentation
  2. How much work around will it be there if we have to use the following for instance segmentation
Tramac commented 5 years ago

Hi, thank you for your attention. Here is my personal opinion:

  1. There is no detection part for instance segmentation, but it is possible to use the architecture(efficient, mobilenet) as a backbone network to achieve feature extraction.
  2. The main work is to add detection branch for instance segmentation.