Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/Create export_face_landmark.py #11246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AnthonyByansi
Copy link

Description

Fixes #11226

  • Adds a new script to convert face_landmark.tflite to face_landmark.pb
  • Uses tf.lite.TFLiteConverter to convert the model
  • Saves the converted model as face_landmark.pb

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

@laxmareddyp laxmareddyp removed the request for review from rachellj218 August 7, 2024 16:56
@laxmareddyp laxmareddyp added the models:official models that come under official repository label Aug 7, 2024
@LakshmiKalaKadali
Copy link

Hi @yeqingli,

Could you please review this PR. Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:official models that come under official repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert the face_landmark.tflite file in your solution back to face_landmark.pb (protobuf file).
3 participants