USTC3DV / FlashAvatar-code

[CVPR 2024] The official repo for FlashAvatar
MIT License
143 stars 18 forks source link

For metrical-tracker #13

Closed Tiandishihua closed 4 months ago

Tiandishihua commented 4 months ago

In metrical-tracker, lmk_path = imagepath.replace('images', 'kpt').replace('.png', '.npy').replace('.jpg', '.npy') is kpt7.npy ? lmk_path_dense = imagepath.replace('images', 'kpt_dense').replace('.png', '.npy').replace('.jpg', '.npy') is kpt68.npy?

xiangjun-xj commented 4 months ago

Not really. 'kpt' and 'kpt_dense' are folder names under 'input//', which will be generated during the tracking process. I don't konw the exact reason why you can't run metrical-tracker and you should turn to its issues to find some clues.

superhero177 commented 1 month ago

Hello, @Tiandishihua , Excuse me, Have you solved this problem?