Image segmentaion

Are there any examples that perform Image segmention using Deep learning for Java

U-Net is available in model zoo. You may have a try.

@Bruno there’s also our tinyyolo example. deeplearning4j-examples/TinyYoloHouseNumberDetection.java at master · eclipse/deeplearning4j-examples · GitHub

Thanks @AllenWGX for the suggestion as well