YanzuoLu / CFLD

[CVPR 2024 Highlight] Coarse-to-Fine Latent Diffusion for Pose-Guided Person Image Synthesis
MIT License
183 stars 12 forks source link

questions about metric calculate #21

Closed LeonJoe13 closed 5 months ago

LeonJoe13 commented 6 months ago

thanks for your great efforts in this work could you release a simple metrics calculate script,that only need to input gen imgs file and gt imgs file? thanks a lot

YanzuoLu commented 5 months ago

Hi, @LeonJoe13 Please check out metric model here. https://github.com/YanzuoLu/CFLD/blob/main/models/metrics.py This should be easy to use.