EVA3D
EVA3D copied to clipboard
[ICLR 2023 Spotlight] EVA3D: Compositional 3D Human Generation from 2D Image Collections
Hi in line1224 in eva3d_deepfashion.py, the shape of cur_input is [1,0,6] many times. That's why mean some image doesn't have corresponding part? looking forward to your reply
I use the released checkpoint `models_0420000.pt` and official inference code on DeepFashion dataset. According to the paper I got 50k inference results. Then I calculate the FlD and KID between...
Thank you for your excellent work. I searched past issues and read your steps of calculating PCK and Depth metrics. But it seems the evaluation code has not be released...