yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.68k stars 614 forks source link

share the BMF.mat file #95

Open peterjiang4648 opened 2 years ago

peterjiang4648 commented 2 years ago

I share the Matlab result files for the guys who don't wanna install Matlab. The files include BMF.mat. https://github.com/peterjiang4648/BFM_model/releases/tag/1.0

Bar2C commented 2 years ago

Hello we need some help with running the code if you dont mind us asking questions can you share some contact info?

peterjiang4648 commented 2 years ago

Hello we need some help with running the code if you dont mind us asking questions can you share some contact info?

peterjiang4648@gmail.com. I am not 100% sure I can help you, but we can communicate about it.

a26z15 commented 1 year ago

I share the Matlab result files for the guys who don't wanna install Matlab. The files include BMF.mat. https://github.com/peterjiang4648/BFM_model/releases/tag/1.0

Thanks for sharing! I‘d like to ask a question. The server I rented doesn't have Matlab installed, will the files you shared work the same on a different machine? I'm trying to use the BFM files to mask the face following this work: https://github.com/deepinsight/insightface/tree/master/recognition/_tools_ . Does the BFM files work the same regardless of the server generating the files? Thanks!

a26z15 commented 1 year ago

I share the Matlab result files for the guys who don't wanna install Matlab. The files include BMF.mat. https://github.com/peterjiang4648/BFM_model/releases/tag/1.0

Also, do the BFM.mat and BFM_UV.mat both re-generated by running generate.m in Matlab? Or the BFM_UV.mat is still the original one mentioned in readme.md? Thanks again!

peterjiang4648 commented 1 year ago

I share the Matlab result files for the guys who don't wanna install Matlab. The files include BMF.mat. https://github.com/peterjiang4648/BFM_model/releases/tag/1.0

Thanks for sharing! I‘d like to ask a question. The server I rented doesn't have Matlab installed, will the files you shared work the same on a different machine? I'm trying to use the BFM files to mask the face following this work: https://github.com/deepinsight/insightface/tree/master/recognition/_tools_ . Does the BFM files work the same regardless of the server generating the files? Thanks!

I think it can work in a different machine. You can have a try.

peterjiang4648 commented 1 year ago

I share the Matlab result files for the guys who don't wanna install Matlab. The files include BMF.mat. https://github.com/peterjiang4648/BFM_model/releases/tag/1.0

Also, do the BFM.mat and BFM_UV.mat both re-generated by running generate.m in Matlab? Or the BFM_UV.mat is still the original one mentioned in readme.md? Thanks again!

Both of them were generated by running generate.m.