You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after running your code and obtaining the results, I did not see the evaluation metrics output. Therefore, I would like to ask if you could provide the code to output the evaluation metrics and instructions on how to use it. Additionally, I would like to inquire about how to obtain the videos displayed on your project's webpage. Looking forward to your response.
The text was updated successfully, but these errors were encountered:
I use these functions to do evaluation.
SSIM: skimage.metrics.structural_similarity,
MSE: skimage.metrics.mean_squared_error,
PSNR: skimage.metrics.peak_signal_noise_ratio,
LPIPS: https://github.com/richzhang/PerceptualSimilarity.
Just follow the instruction to get the demo of the project page.
Hi, after running your code and obtaining the results, I did not see the evaluation metrics output. Therefore, I would like to ask if you could provide the code to output the evaluation metrics and instructions on how to use it. Additionally, I would like to inquire about how to obtain the videos displayed on your project's webpage. Looking forward to your response.
You can use ffmpeg to get the demo video.( In result/reenactmetn/.../ dir)
Hi, after running your code and obtaining the results, I did not see the evaluation metrics output. Therefore, I would like to ask if you could provide the code to output the evaluation metrics and instructions on how to use it. Additionally, I would like to inquire about how to obtain the videos displayed on your project's webpage. Looking forward to your response.
The text was updated successfully, but these errors were encountered: