VRCNet
VRCNet copied to clipboard
About the Loss
Thanks for your great work! @paul007pl
In your implementation, the four variables generated by this code do not seem to be the same as the description in the paper. Can you elaborate on the meanings and functions of these four variables? Thank you!
coarse_raw, coarse_high, coarse, fine = self.decoder(feat, x)
Looking forward to your reply!