AvatarCraft
AvatarCraft copied to clipboard
[ICCV23] AvatarCraft: Transforming Text into Neural Human Avatars with Parameterized Shape and Pose Control
First of all, thank you for excellent work! Anyway, I tried to reconstruct bare_smpl model using reconstruct.py and da_smpl_512 dataset in your repo. But naively executing the code using the...
I would like to know how many hours are needed to train AvatarCraft on a RTX-3090(24G) GPU or how many hours are needed to train AvatarCraft on a A100(40G) GPU?
``` python stylize.py --weights_path "ckpts/bare_smpl.pth.tar" --tgt_text "Hulk, photorealistic style" --exp_name "hulk" --batch_size 4096 No CUDA runtime is found, using CUDA_HOME=':/usr/local/cuda-11.3' Traceback (most recent call last): File "stylize.py", line 17, in...