image-segmentation-keras
image-segmentation-keras copied to clipboard
How can I get the model_config from the models?
trafficstars
How can I get the model_config from the models?
example:
model_config = { "output_height": 96, "input_height": 384, "input_width": 576, "n_classes": 151, "model_class": "resnet50_pspnet", "output_width": 144 }