yinguobing / face-mesh-generator

Generate face mesh dataset using Google's FaceMesh model.
GNU General Public License v3.0
116 stars 22 forks source link

Does the code use the google model? #1

Open CodingMice opened 4 years ago

CodingMice commented 4 years ago

I read the code and I do not find the model file. When I run the code, it return nothing.

yinguobing commented 4 years ago

It is still in development.

CodingMice commented 4 years ago

Got it. I am looking forward to it.

CodingMice commented 4 years ago

I have seen the results. It is very nice. By the way, could you tell me how you get the crop stratey of face rectangle and can you give the triangle index of 3d landmarks?

yinguobing commented 4 years ago

It just came to my mind. The 3D mark index map is here: https://yinguobing.com/face-mesh-points-index-map/

CodingMice commented 4 years ago

Thanks. I want to find a method to generate the face mesh like google example, but I can not find the triangle meshes. Could you give me an example?

yinguobing commented 4 years ago

According to the paper, they are using Catmull-Clark algorithm to construct the surface. Unfortunately I do not know how to do that.

luoww1992 commented 3 years ago

where is face_landmark.tflite ?

yinguobing commented 3 years ago

where is face_landmark.tflite ?

I believe I had provided the download link in the README file.