lsfm
lsfm copied to clipboard
the path of the all_all_all.mat
I want to load the model by the menpo but i do not know the path of the all_all_all.mat, Can you give me some suggestuons?
import menpo3d.io as m3io model = m3io.import_lsfm_model('./path/to/all_all_all.mat') print(model)
I meet the same problem. Do you solve the it?
not yet