clovaai / generative-evaluation-prdc

Code base for the precision, recall, density, and coverage metrics for generative models. ICML 2020.
MIT License
243 stars 28 forks source link

refactored coverage and density into their own functions #4

Open psteinb opened 3 years ago

psteinb commented 3 years ago

a simple change, that splits out the density and coverage function from compute_prdc. This helps users to omit the CPU cycles required to evaluate precision and recall.