Usman
Usman
@rosinality Can you kindly help me out with some issues regarding porting stylegan2-ada weights There are some layers left over after converting layers as per your reference code. **Your model:**...
here's my code, which might come in handy for someone in the future [convert_weights.txt](https://github.com/rosinality/stylegan2-pytorch/files/9774870/convert_weights.txt)
> > > > Is it possible to convert stylegan2-ada-PyTorch pkl model,please? any luck with it ? :)
Think I figured out the issue. In w_projector.py change: > del G > return w_opt.repeat([1, 18, 1]) to >G_map_num_ws = G.mapping.num_ws > del G > return w_opt.repeat([1, G_map_num_ws, 1])
> Hi all, I just pushed additional scripts that can crop and extract poses from in-the-wild portrait images in a way that is compatible with the FFHQ checkpoints. Hope that...
Sure :) please find attached the zip file. [sample Images.zip](https://github.com/NVlabs/eg3d/files/9312902/sample.Images.zip)
@luminohope Thanks for figuring out the issue. I assumed the landmark points detected by the "Deep3DFaceRecon" were being used downstream, they seemed to be working fine which confused me. I...
@belgacemi I didn't further explore the issue as I got into some other work. But as Luminohope suggested, you may change the face lmk detection network for improved results
similar issue when using insightface at same point.
Hello, @neuralchen, @kyugorithm can you let me know which FR model was used for ID retrieval? If I want to replace or retrain the model then what are the restrictions...