YuliangXiu / PuzzleAvatar

[SIGGRAPH Asia 2024] PuzzleAvatar: Assembling 3D Avatars from Personal Albums
https://puzzleavatar.is.tue.mpg.de/
Other
247 stars 10 forks source link

fix list index out of range bug #6

Closed xdobetter closed 1 month ago

xdobetter commented 1 month ago

The dataset format is as follows

- PuzzleAvatar
  - data
    - human
      - yuliang
        - gpt4v_simple.json
        - smplx_male.npy
        - smplx_male.obj
      - kexin
      - ...

Fix IndexError: list index out of range bug, as https://github.com/YuliangXiu/PuzzleAvatar/issues/1#issue-2523502121

YuliangXiu commented 1 month ago

Thanks for this fix, I have merged this request :)