EVA3D
EVA3D copied to clipboard
[ICLR 2023 Spotlight] EVA3D: Compositional 3D Human Generation from 2D Image Collections
Thanks for the great work. Can you please elaborate on how you divide up the volume into boxes? ``` def predefined_bbox(self, j, only_cur_index=False): if j == 15: xyz_min = np.array([-0.0901,...
Thank you for your outstanding work! May I ask how to determine the length, width, and height of the generated human body in actual space?
Excuse me, which code can get the result of novel pose generation(maybe a gif or mp4 :a dance girl). What is the input of the novel pose generation, a dance...
I want to use my own images for training. May I ask how to estimate the SMLP parameters and camera parameters of an image?How do I get a sample_ Data.pkl?
``` + python generation_demo.py --batch 1 --chunk 1 --expname 256x256_aist --dataset_path demodataset --depth 5 --width 128 --style_dim 128 --renderer_spatial_output_dim 512 256 --input_ch_views 3 --white_bg --voxhuman_name eva3d_deepfashion --deltasdf --N_samples 28 --ckpt...
Hi! Thanks for your great work. I'm trying to inverse target images as you descibe in 4.5 Inversion section. Could you give me some clue about it? In detail, I've...
What is the smpl_link parameter for duplicating the HF space? also your huggingface space is down https://huggingface.co/spaces/hongfz16/EVA3D ``` Runtime error 00/160M [00:00
Thanks for great work! I ran the EVA3D demo code at the google colab, but I could not find RGB 3D meshes. Can I get RGB 3D meshes or point...
Thank you for your excellent work. How to simultaneously obtain obj files, corresponding mtl files, and texture images?