FuxiCV / MeInGame

MeInGame: Create a Game Character Face from a Single Portrait, AAAI 2021
MIT License
653 stars 119 forks source link

demo result incorrect #22

Open akchain opened 3 years ago

akchain commented 3 years ago

Hi, thanks for your great work. I installed all the dependencies and run the test code. I got the following results: 000_input 000_uv image image

It looks like the face detail was not rendered. Any idea what's going wrong? Thanks.

cravisjan97 commented 3 years ago

The result you have is expected. The goal of this project is to render faces without eyeballs and hair making them easier to integrate into the game environment. The code has face groups defined which help remove the eyeballs and hair regions

akchain commented 3 years ago

I thought the result would be image. Do I miss other processing steps? Thanks.

Agent-INF commented 3 years ago

Please refer to https://github.com/FuxiCV/MeInGame/issues/9#issuecomment-786355173 .

zw20045500 commented 2 years ago

The code has face groups defined which help remove the eyeballs and hair regions

Can you tell me which code remove the eyeballs and hair regions. Is the following function? thank you. uv_creator.py def create_uv_torch(self, shift_vert, input_image, uv_size, vert_idxs=None, bary_weight=None, param_dir=None, tpt_mesh=None)