HSinger04 / VOGUE-Reimplementation

A reimplementation of the VOGUE paper for the IANNwTF WS20/21 course at the University of Osnabrück
1 stars 0 forks source link

Editing localization loss #12

Open HSinger04 opened 3 years ago

HSinger04 commented 3 years ago
  1. Calculate A (Is the style matrix. See Fig. 2 in Editing in Style.)
  2. Get Segmentation (tf.resize)
  3. Normalize A
  4. (Downsample Segmentation)
  5. Follow Eq. 3 from VOGUE (Just multiply A^2 with U and then use reduce_mean)
  6. Unclear: Right side of page 4