Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for code to output metrics such as PSNR and for video synthesis #29

Open
zhouhengamerica opened this issue Jun 3, 2024 · 3 comments

Comments

@zhouhengamerica
Copy link

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.

@zhouhengamerica
Copy link
Author

@YuelangX

@YuelangX
Copy link
Owner

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.

@Edisoneh
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants