facebookresearch / multiface

Hosts the Multiface dataset, which is a multi-view dataset of multiple identities performing a sequence of facial expressions.
Other
718 stars 50 forks source link

how to get the average texture #16

Closed wangjue-wzq closed 1 year ago

wangjue-wzq commented 1 year ago

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

https://github.com/facebookresearch/multiface/blob/31c5766069882ed59f1a01f8736074fc47eb64c0/dataset.py#L141

cwuu commented 1 year ago

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.