GAN2Shape icon indicating copy to clipboard operation
GAN2Shape copied to clipboard

How to do the prediction?

Open 30qwq opened this issue 4 years ago • 1 comments

The code seems to train an input image and evaluate the reconstruction result one by one. I wonder that can the model do the prediction of reconstructing 3D objects of untrained images? If so, how to do that?

Thanks.

30qwq avatar May 19 '21 03:05 30qwq

@30qwq Our approach by design is an online approach, i.e., it trains on each testing image. You just need to perform GAN-inversion to get the latent code, and then apply our approach.

XingangPan avatar May 19 '21 13:05 XingangPan