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?
@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.
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.