google / flutter-mediapipe

Apache License 2.0
161 stars 7 forks source link

bert_classifier.tflife and universal_sentence_encoder.tflife are not founded in the path #54

Closed Youngjun97 closed 1 month ago

Youngjun97 commented 1 month ago

https://github.com/google/flutter-mediapipe/tree/main/packages/mediapipe-task-text#add-tflite-models

language_detector.tflite (for Language Detection) can be found by clicking its link. However, I can not find the other models by clicking the provided URLs.

Screenshot 2024-05-24 at 10 08 49 AM

Youngjun97 commented 1 month ago

In the end, I was able to resolve it by directly downloading from the cloud storage. https://github.com/google/flutter-mediapipe/blob/8cc5e3f58d0ec7c7d03bfb13f0210adfd7bdf8d0/tool/builder/lib/download_model.dart#L71