-
Notifications
You must be signed in to change notification settings - Fork 151
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
Incompatibility tflite in "live_object_detection_ssd_mobilenet" #196
Comments
Can you please kindly copy and paste down the "full log" instead of just taking a screenshot of your IDE? |
Sure :) Launching lib/main.dart on 22101320G in debug mode... |
This condition occurs only when adding a model that is different from the model being added by sh ./scripts/download_model.sh Note : I am training with teachablemachine |
@muamal2 Your model won't work with the code since the code was implemented for that model specifically. You have to modify the example code to match your model's output tensor. Read the following line:
I have never used teachablemachine so I don't know what kind of model they use. Upload your model on netron, and check your output tensor's shape carefully. Try modifying the code to match the shape of the output tensor with your model. |
Yes, please guide me. This is a preliminary file. I trained a few images |
@muamal2 Since your model only returns the label, change output of your model in
I did not consider other files so pls lemme know if something does not run accordingly. |
Sorry to bother you with my problem, but I encountered problems here, the picture below ![]() I use this solution for the purpose of improving definition and accuracy and it works perfectly #137 |
@muamal2 I am sorry for the 3rd, 4th, 5th bug. They are my mistakes. Unfortunately, I am afraid this model is an image classification real time detection. I might need to take a look at it more carefully. I will come back later for you with a better solution. I am sorry if I could't reply soon to you. |
Don't worry, I'm waiting for you and please keep in mind that I made this change #137 |
@qu-ngx Hello, I hope you are well. Did you find a solution? |
@muamal2 I am sorry. I was busy last week. Did you figure it out or you still need my help with it? |
@qu-ngx |
Can you please let me know what you trying to use the model to predict or simply provide me an image so I could test your model? Try the code below and see if it works. I am still lack in context. Can I have your debug log to see all the other issues?
|
I'm not sure about line 291 and 301. Can you paste the code where it shows error or take screenshots of to where it says String cannot be assigned to "int"? |
|
Gotcha. Wait me a little bit |
I'm waiting , Thanks |
|
@muamal2 Have you figured it out? I can't use the model that I made in teachable machine |
Hello..
I hope you are well, I am training the file and configuring it on teachable machine
I suffer from a problem that the file does not work according to the written code and the application does not perform the required purpose.
I trained the images, prepared the files, and uploaded them to the project files. I encountered the following problems, as in the picture
The text was updated successfully, but these errors were encountered: