oneThousand1000 / EG3D-projector

An unofficial inversion code of eg3d.
Other
109 stars 12 forks source link

Hello,does this work support the inversion of the shapenetcar dataset's pkl model? #11

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi, I'm trying to get the inverse code for a vehicle image, curious if this project supports inverse for shapenet datasets?

oneThousand1000 commented 2 years ago

I haven't tested my code on shapenet. But you can have a try! What you need for inversion:

  1. pre-trained shapenet model
  2. testing image and its camera parameters
povolann commented 9 months ago

Hi, I'm trying to get the inverse code for a vehicle image, curious if this project supports inverse for shapenet datasets?

I managed to get quite nice results for the w and w+ from Shapenet, but I am still working on the PTI inversion and generating the final video. After you get the camera parameters and testing image, you have to change the generator resolution and some other geometry related stuff (eg. focal length) which is kind of hard-coded in this code.