qubvel / segmentation_models

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
MIT License
4.75k stars 1.04k forks source link

consider adding deeplab? #190

Open wenhuihuang1979 opened 5 years ago

shubhaminnani commented 5 years ago

@qubvel I have model for deeplab so I can send it to you for implementation. Consider adding it

qubvel commented 5 years ago

Hi, Is it use dilated convolutions?

shubhaminnani commented 5 years ago

For last one or two blocks only if down sampling factor of 16 is needed then it is used. It uses Encoder - Decoder module

wenhuihuang1979 commented 5 years ago

@qubvel Yes, it is dialated convolutions

qubvel commented 5 years ago

Hi, please send me your implementation, I will think about integration, thanks

shubhaminnani commented 5 years ago

Hi, Where can I send it to you. Can you give me your email? thanks

qubvel commented 5 years ago

Email: qubvel@gmail.com

tonyboston-au commented 4 years ago

Hi @qubvel - your code base is very good - thank you. Any plans to add support for DeepLab?

murdav commented 3 years ago

@qubvel, thank you for this great project. Is there any plans to add other models like DeepLab or Fast-SCNN or ICNet? #164 Thank you once again.

D