eg3d icon indicating copy to clipboard operation
eg3d copied to clipboard

Results 72 eg3d issues
Sort by recently updated
recently updated
newest added

Hi authors, thank you again for the great work :) 👍 I found some issues when I tried to align geometry rendering with rgb images. _I assume that all cameras...

Very nice work. How did you generate the camera poses for AFHQ dataset?

Hi, thanks for your great job of eg3d. I'm interested in the representation of Tri-plane in your paper, especially the SSO part. As a beginer of this field, I want...

I want to step further into the details of the paper before reading the code, but I can't find the paper's supplement which is mentioned 7 times in the paper...

Hello! I saw that it is possible to export the 3D model in the .mrc format. Can the 3D model be exported to a .stl or .obj formats as well?...

I'm confused when I read the code in `w_plus_projector.py`. I notice the noise buffer is optimized during the inversion, but you didn't save it to the npy or the pkl....

Thank you for releasing the code! When I set cond=False, the model cannot be trained on my custom dataset. And I also get some errors when I try to use...

Hi @ryanrussell @ericryanchan , Thanks for opening source this awesome method! When I retrain the eg3d model using `python train.py --outdir=~/training-runs --cfg=ffhq --data ./FFHQ_512.zip --gpus=4 --batch=16 --gamma=1 --gen_pose_cond=True`, I noticed...

Hello, is there anywhere code available for the single scene overfitting experiment with the Family scene of the Tanks & Temples dataset? I am trying to replicate the results, but...