BFM_to_FLAME icon indicating copy to clipboard operation
BFM_to_FLAME copied to clipboard

Generating the cache_data

Open Laudwika opened this issue 2 years ago • 4 comments

Hello, I've read the other issues and I want to ask how to generate the cache_data for mesh conversion. the BFM model I'm using doesn't seem to fit any so I want to try generating a new cached_data to use. I am currently using the face-only BFM model and I want to try with other mesh models as well.

also is the cache_data in the col_to_tex only specifically for texture conversion? as it requires vt and ft and I tried using the example input and output and it doesn't work, changing vt to v and ft to f returns ValueError: Input must be Nx3. if yes then is there much difference in creating for mesh conversion?

and I've seen the cached_data and I see the matrix 'mtr' inside it, is the matrix calculated using barycentric_coords for vertices, or is it something else?

Laudwika avatar Aug 08 '21 13:08 Laudwika

@Laudwika did you figure out the code of generating cache_data? Thanks!

JunHanStudy avatar Dec 01 '21 06:12 JunHanStudy

same question

lhyfst avatar Sep 29 '22 06:09 lhyfst

@TimoBolkart same question

ForrestPi avatar Apr 25 '23 08:04 ForrestPi