Xingang Pan
Xingang Pan
I just added the code to save meshes (https://github.com/XingangPan/GAN2Shape/commit/97dddd956843c6b238f2efa46476ece367c43794). They will be stored in '{checkpoint_dir}/images/{img_name}' (e.g., 'results/celeba/images/000001/000001_mesh.obj').
Hi, thanks for helping maintain the list. I just resolved the conflict. Please let me know if there are any further questions.
@psen2022 The pictures are from the ImageNet dataset. You can download at https://www.image-net.org/download.php
Hi @PDillis, thank you for the PR. Do you see any error caused by self.check_update_mask? This intends to reset the mask when the model or image changes.
@jirutka Thank you for your suggestion.
@jirutka Thank you for your suggestion.
Hi @sainisanjay thanks for your interest. The code will be released soon, likely in the early/middle of June.
As @WyattAutomation pointed out, since the code is developed based on https://github.com/NVlabs/stylegan3, it will include the Nvidia Source Code License, which does not permit commercial use.
@Charlotte-15089383344 Hi, the reason is that the checkpoint has config-e but your model has config-f. To fix this, you should specify channel_multiplier=1 at https://github.com/rosinality/stylegan2-pytorch/blob/master/projector.py#L149