qubvel / segmentation_models

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

Question for change the feature extracor #514

Open samux87 opened 2 years ago

samux87 commented 2 years ago

Hi guys,

I was looking for a hand to change the feature extractor in a U-net architecture. I already have the feature extractor coded (a MixNet-small) that needed to be a little bit adapted and "plugged in" the U-net but I don't know where to start for doing it and where I need to code. Do you have any suggestions?

Thank you, Samuele.