karl/server/test.py

4 lines
91 B
Python

from segmentation_models import Unet
model = Unet('resnet34', encoder_weights='imagenet')