USTC3DV / FlashAvatar-code

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

Which Face-Parsing code was used to produce parsing directory in Obama example? #16

Closed ankit-gahlawat-007 closed 4 months ago

ankit-gahlawat-007 commented 4 months ago

Hello,

Could you point out to which repository or library did you use for face parsing (mouth and neckhead)? The paper mentions the use of BiSeNet V2 framework, but I am not able to figure out which is the exact code which was used to produce the outputs.

I tried using dg-face-parsing (https://pypi.org/project/dg-face-parsing/) but it would require processing to exactly get the mouth and neckhead images as for Obama example.

Thank You

xiangjun-xj commented 4 months ago

You can try https://github.com/zllrunning/face-parsing.PyTorch.