Main Content
unitPredict
Perform inference using unsupervised image-to-image translation (UNIT) network
Since R2021a
Syntax
Description
performs unsupervised image-to-image translation of image translatedImage
= unitPredict(net
,inputImage
)inputImage
using the UNIT network net
.
specifies the direction of image-to-image translation for inference using the
translatedImage
= unitPredict(net
,inputImage
,"OutputType",outputType
)outputType
argument. The direction can be source-to-target or
target-to-source.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a