Here's an example code to perform semantic segmentation on the CamVid dataset using the Inception-ResNet-v2 network:
main.m925 chars28 lines
Note that this is a basic example and more optimization may be necessary for best results on other datasets or for specific applications. Also, make sure to have enough training data to avoid overfitting.
gistlibby LogSnag