You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: