XingangPan / GAN2Shape

Code for GAN2Shape (ICLR2021 oral)
https://arxiv.org/abs/2011.00844
MIT License
571 stars 104 forks source link

How do I get the depth map for evaluation? #13

Open terrybelinda opened 3 years ago

terrybelinda commented 3 years ago

Thank you for the amazing work! I am a newbie trying to replicate your code with another dataset. I Was wondering if you could point out some resources for getting the ground truth depth map ( for evaluation)?

XingangPan commented 3 years ago

@terrybelinda Hi, thanks for your interest. I evaluate on the Synface dataset from https://github.com/elliottwu/unsup3d, which have ground truth depth. Apart from this, I think the ShapeNet (https://shapenet.org/) dataset also has ground truth shapes.