L-YeZhu / D2M-GAN

[ECCV2022] D2M-GAN for music generation from dance videos
85 stars 14 forks source link

suspect a mistake in the paper #2

Closed Aolin-MIR closed 2 years ago

Aolin-MIR commented 2 years ago

While reading the paper, in page2 the section with regrard to the hinge loss function, I think you should use max() instead min()

L-YeZhu commented 2 years ago

Hi! Thanks for your interest and careful reading! I have checked the paper regarding the hinge loss, and think it seems to be right to use Min(0,1 - D)? (if that is the place you refer to) Here are some refs: https://arxiv.org/pdf/1910.06711.pdf http://csuh.kaist.ac.kr/easit/TN4_hinge_GAN.pdf