facebookresearch / multiface

Hosts the Multiface dataset, which is a multi-view dataset of multiple identities performing a sequence of facial expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get the average texture

wangjue-wzq opened this issue · comments

commented

Hello, how to get the average texture data, such as follow.

avgf = "{}/{}/average/{}.png".format(self.uvpath, x[0], x[1])

Hi,

average texture is generated by averaging over the unwrapped_texture of all frames, and thus will be unique for an entity. we pre-generated it and doesn't provide code to do so.