semantic-segmentation · PyPI
pypi.org › project › semantic-segmentationAug 27, 2019 · PyPI Alternatively, you can install the project through PyPI. pip install semantic-segmentation And you can use model_builders to build different models or directly call the class of semantic segmentation. from semantic_segmentation import model_builders net, base_net = model_builders (num_classes, input_size, model='SegNet', base_model=None) or