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

Closed
wants to merge 1 commit into 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
Collaborator

Hi @yeqingli,

Could you please review this PR. Thank You

@yeqingli
Copy link
Member

yeqingli commented Oct 8, 2024

Please submit customized script that is used for your own project to your specific repo. The script include hardcoded file names, which is not the common function needed for this repo.

@yeqingli yeqingli closed this Oct 8, 2024
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).
4 participants