microsoft / SpareNet

Style-based Point Generator with Adversarial Rendering for Point Cloud Completion (CVPR 2021)

Home Page:https://arxiv.org/abs/2103.02535

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPD Metrics

yjcaimeow opened this issue · comments

Hi @zhangmozhe, @YANG-H,

Congratulations and thx for your code!

It seems your current code does not include the computation of FPD Metrics. Could you give some examples about FPD metric?

Best,
Yingjie CAI

Hi @yjcaimeow
Thanks for your question. We use the implementation from FPD paper: https://github.com/seowok/TreeGAN/tree/master/evaluation

We updated our code for the FPD Metrics.

@AlphaPav thanks you!!