You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to use the UNet of Segmentation Model, I tried VGG and effnetB3 to add backbone. I wonder if I can add my own Keras feature extraction model. For example ;
Hello, I want to use the UNet of Segmentation Model, I tried VGG and effnetB3 to add backbone. I wonder if I can add my own Keras feature extraction model. For example ;
model = sm.Linknet(BACKBONE=feature_extract_model , classes=n_classes, activation=activation, encoder_weights=None, encoder_freeze=True)
Do you think It is true?
The text was updated successfully, but these errors were encountered: