qubvel / segmentation_models

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

Implementation of Real Time Models #451

Open dasmehdix opened 3 years ago

dasmehdix commented 3 years ago

Hi. Do you guys think about adding new real time semantic segmentation models like BiSeNet & DDRNet? @qubvel

JordanMakesMaps commented 3 years ago

You might want to check the segmentation_models.pytorch repo, which has a few extra models and I believe is updated more frequently.