|
Algorithm 1: Unsupervised Virtual Try-on (UVIRT) |
|
Require: The weight of latent loss , the weight of pixel loss , the weight of whitening regularization loss , the weight of coloring regularization loss , the batchsize m, Adam
hyperparameters
|
|
Require: Initial style and content encoder parameters in domain and
, initial
decoder parameters in domain and , initial discriminator parameters in domain and
|
| while has not converged do
|
| for
do
|
| Sample each domain real data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end for
|
| end while
|