tianxintao / Online-Motion-Style-Transfer

Code for the CVPR 2022 Paper - Style-ERD: Responsive and Coherent Online Motion Style Transfer
https://tianxintao.github.io/Online-Motion-Style-Transfer/
41 stars 12 forks source link

About the evaluation metric FMD #3

Closed LaLaLailalai closed 2 years ago

LaLaLailalai commented 2 years ago

Hi Tianxin,

As far as I know, the evaluation metric in the paper Style-ERD is FMD, not FID. Is the fid.py the feature extractor mentioned in the paper?

If yes, I have some questions about this metric. What's the motivation why you didn't use the FMD in the paper [38]? Do you have the results of FMD in the paper [38]? What are the differences/advantages of your "Denoise Autoencoder"? Why it's called the denoise autoencoder? I feel a bit confused about the metric in your paper.

Thanks a lot for your time!

tianxintao commented 2 years ago

fid.py should contain the code for the FMD.

why you didn't use the FMD in the paper [38]?

What are the differences/advantages of your "Denoise Autoencoder"? Why it's called the denoise autoencoder?