Views
No views yet
imagenet pre-trained weights for the mobileone_s3 model used as
encoder in the segmentation-models-pytorch library.pip install segmentation-models-pytorch1import segmentation_models_pytorch as smp
2
3model = smp.Unet("mobileone_s3", encoder_weights="imagenet")