I have built a semantic segmentation network using the segnet layers (on MATLAB) to identify circular and psuedo-circular objects in a series of grayscale images.

I have trained the model with the training dataset stored as an imageDatastore (imds), and would now like to test it with the testdata stored as an imds as well.

Could anyone tell me how do I do that?

Similar questions and discussions