Closed hewumars closed 2 years ago
step.1 https://github.com/PINTO0309/tflite2tensorflow#4-2-step-1--generating-saved_model-and-freezegraph-pb
converted models https://github.com/PINTO0309/PINTO_model_zoo/tree/main/030_BlazeFace https://github.com/PINTO0309/PINTO_model_zoo/tree/main/032_FaceMesh https://github.com/PINTO0309/PINTO_model_zoo/tree/main/043_face_landmark https://github.com/PINTO0309/PINTO_model_zoo/tree/main/282_face_landmark_with_attention https://github.com/PINTO0309/PINTO_model_zoo/tree/main/033_Hand_Detection_and_Tracking
Issue Type
Bug
OS
Ubuntu
OS architecture
x86_64
Programming Language
Python
Framework
TensorFlowLite
Download URL for tflite file
https://github.com/google/mediapipe/blob/0.8.0/mediapipe/modules/face_landmark/face_landmark.tflite
https://github.com/google/mediapipe/blob/0.8.0/mediapipe/modules/face_detection/face_detection_front.tflite
https://github.com/google/mediapipe/blob/0.8.0/mediapipe/modules/hand_landmark/hand_landmark.tflite
Convert Script
~/workdir $ tflite2tensorflow --model_path face_landmark.tflite --flatc_path ../flatc --schema_path ../schema.fbs --output_no_quant_float32_tflite
Description
docker pull ghcr.io/pinto0309/tflite2tensorflow:latest
docker run -it --rm \ -v
pwd
:/home/user/workdir \ ghcr.io/pinto0309/tflite2tensorflow:latestRelevant Log Output
Source code for simple inference testing code
No response