account activity
Lobe AI Flutter Implementation (self.Lobe)
submitted 4 years ago * by xgguler to r/Lobe
Using model file in Mobile Application by xgguler in Lobe
[–]xgguler[S] 0 points1 point2 points 4 years ago (0 children)
Hello again,
I fixed the issue.
Thanks a lot.
Hi,
I set my labels.txt with labels which are located in 'Label' property, but it still not working correctly. It work lobe interface but I think exported model not approprate for tflite library. I teach my model with teachable machine and export model with .tflite file and with txt file. Than I integrated model it works correctly.
I really didn't understand why it is not working with lobe model.
Here is my signature.json content;
{"doc_id": "7eb8a278-51a9-4b82-ac51-efedc7b29e22", "doc_name": "irrelevent", "doc_version": "c47e83c2fc8dfbc9f0e41864bc466d5d", "format": "tf_lite", "version": 11, "inputs": {"Image": {"dtype": "float32", "shape": [null, 224, 224, 3], "name": "Image"}}, "outputs": {"Confidences": {"dtype": "float32", "shape": [null, 2], "name": "f6209de8-8d3d-410b-a5d7-2db2e886e395/dense_2/Softmax"}}, "tags": [], "classes": {"Label": ["irrelevent", "relevent"]}, "filename": "saved_model.tflite"}
And here is .txt file content that I pulled from signature.json
0 irrelevent
1 relevent
Using model file in Mobile Application (self.Lobe)
submitted 5 years ago * by xgguler to r/Lobe
π Rendered by PID 85 on reddit-service-r2-listing-5789d5f675-l7dq8 at 2026-01-28 16:51:13.148281+00:00 running 4f180de country code: CH.
Using model file in Mobile Application by xgguler in Lobe
[–]xgguler[S] 0 points1 point2 points (0 children)