keijiro / FaceLandmarkBarracuda

MediaPipe face landmark detection model for Unity Barracuda
Apache License 2.0
114 stars 25 forks source link

Cannot download onnx file #7

Closed MYTHOFLEGEND closed 1 year ago

MYTHOFLEGEND commented 1 year ago

the link "https://github.com/google/mediapipe/raw/master/mediapipe/models/face_landmark.tflite" was failed

and the "face_landmark.tflite" I got from "https://storage.googleapis.com/mediapipe-assets/face_landmark.tflite" cannot convert to onnx file by "tflite2onnx face_landmark.tflite face_landmark.onnx"

can you release the onnx file you use? thanks!

MYTHOFLEGEND commented 1 year ago

I just realized that you released the model files, now it is ok, thanks for your job😂